gitara 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,368 @@
1
+ Gitara.define do
2
+ title "Walking After You"
3
+ composer "Foo Fighters"
4
+ arranger "Arranged by George Mendoza"
5
+ instrument "DADGBE (capo on second fret)"
6
+ midi_instrument "acoustic guitar (nylon)"
7
+
8
+ string_tunings "#guitar-drop-d-tuning"
9
+ tempo "4 = 100"
10
+ transposition "d"
11
+
12
+ score do
13
+ stanza "Intro" do
14
+ line do
15
+ bar do
16
+ notes "/skip 4 r8 <d'/2 fs'/1 >4 <fs'/1 d'/2 >4 /skip 8 "
17
+ notes "<fs'/1 d'/2 a/3 d/4 a,/5 d,/6 >4/arpeggio <d/4>4 r4 <d/4>8 <a,/5>8 "
18
+ end
19
+
20
+ bar do
21
+ notes "r8 r8 r8 <d'/2 fs'/1 >4 <fs'/1 d'/2 >4 /skip 8 "
22
+ notes "<d,/6>4 <d/4>4 r4 <d/4>8 <a,/5>8 "
23
+ end
24
+
25
+ bar do
26
+ notes "<d'/2>4 <e'/2>4 <fs'/2>4 <d'/2>4 "
27
+ notes "<d,/6>4 <g/4>4 <a/4>4 <fs/4>4 "
28
+ end
29
+
30
+ bar do
31
+ notes "<g'/2>4 <fs'/2>4 <e'/2>4 <d'/2>4 "
32
+ notes "<d,/6>4 <a/4>4 <g/4>4 <fs/4>4 "
33
+ end
34
+ end
35
+ end
36
+
37
+ stanza "Verse" do
38
+ repeat 2 do
39
+ line do
40
+ bar do
41
+ notes "<d'/2 fs'/1 >4. <fs'/1 d'/2 >4 <fs'/1 d'/2 >8 /skip 8 /skip 8 "
42
+ notes "<d,/6>4 <d/4>4 r4 <d/4>8 <a,/5>8 "
43
+ end
44
+
45
+ bar do
46
+ notes "<fs'/1>4 <e'/1>8 <d'/2>4 <b~/2>8 <b/2>4 "
47
+ notes "<fs,/6>4 <d/4>4 <fs,/6>4 <d/4>4 "
48
+ end
49
+
50
+ bar do
51
+ notes "<b/2>4 <d'/2>8 <b/2>4 <e'~/1>8 <e'/1>4 "
52
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
53
+ end
54
+
55
+ bar do
56
+ notes "<b/2>4. <b/2>8 <e'/1>8 <fs'/2>8 <e'/1>8 <d'/2>8 "
57
+ notes "<gs,/6>4 <d/4>4 <gs,/6>4 <d/4>4 "
58
+ end
59
+
60
+ bar do
61
+ notes "<d'/2>4. <b/2>4 <b/2>4 <b/2>8 "
62
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
63
+ end
64
+
65
+ bar do
66
+ notes "<cs'/2>4 <cs'/2>4 <cs'/2>8 <d'~/2>8 <d'/2>4 "
67
+ notes "<a,/5>4 <e/4>4 <a,/5>4 <e/4>4 "
68
+ end
69
+ end
70
+ end
71
+ end
72
+
73
+ stanza "Verse to Chorus" do
74
+ line do
75
+ bar do
76
+ notes "r4. <d'/2 e'/1 >4 <d'/2 e'/1 >4 /skip 8 "
77
+ notes "<d,/6>4 <d/4>4 r4 <d/4>8 <a,/5>8 "
78
+ end
79
+
80
+ bar do
81
+ notes "<cs'/2>4 <cs'/2>4 <cs'/2>8 <d'/2>4 <e'~/1>8 "
82
+ notes "<fs,/6>4 <d/4>4 <fs,/6>4 <d/4>4 "
83
+ end
84
+
85
+ bar do
86
+ notes "<e'/1>4. <b/2 e'/1 >4 <b/2 e'~/1 >8 <e'/1>4 "
87
+ notes "<g,/6>4 <d/4>4 r4 <d/4>8 <g,/6>8 "
88
+ end
89
+
90
+ bar do
91
+ notes "<b/2>4. <b/2>8 <e'/1>8 <fs'/2>8 <e'/1>8 <d'/2>8 "
92
+ notes "<gs,/6>4 <d/4>4 <gs,/6>4 <d/4>4 "
93
+ end
94
+ end
95
+
96
+ line do
97
+ bar do
98
+ notes "<d'/2>4. <b/2>4 <b/2>4 <b/2>8 "
99
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
100
+ end
101
+
102
+ bar do
103
+ notes "<cs'/2>4 <cs'/2>4 <cs'/2>8 <d'~/2>8 <d'/2>4 "
104
+ notes "<a,/5>4 <e/4>4 <a,/5>4 <e/4>4 "
105
+ end
106
+
107
+ bar do
108
+ notes "<d'/2>4 <e'/2>4 <fs'/2>4 <d'/2>4 "
109
+ notes "<d,/6>4 <g/4>4 <a/4>4 <fs/4>4 "
110
+ end
111
+
112
+ bar do
113
+ notes "<g'/2>4 <fs'/2>4 <e'/2>4 <d'/2>4 "
114
+ notes "<d,/6>4 <a/4>4 <g/4>4 <fs/4>4 "
115
+ end
116
+ end
117
+ end
118
+
119
+ stanza "Chorus" do
120
+ repeat 2 do
121
+ line do
122
+ bar do
123
+ notes "<b/2 gs/3 >2 <fs'/1>4 <fs'/1>4 "
124
+ notes "<e,/6>4 <d/4>4 <e,/6>4 <d/4>4 "
125
+ end
126
+
127
+ bar do
128
+ notes "<fs'/1>4 <e'/1>8 <d'/2>4 <b/2>4 <g'~/1>8 "
129
+ notes "<e,/6>4 <d/4>4 <e,/6>4 <d/4>4 "
130
+ end
131
+
132
+ bar do
133
+ notes "<g'/1>2. r8 <b/2>8 "
134
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
135
+ end
136
+
137
+ bar do
138
+ notes "<d'/2>4 <d'/2>8 <e'/1>4 <fs'/1>4. "
139
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
140
+ end
141
+ end
142
+ end
143
+
144
+ alternative do
145
+ line manual_break: false do
146
+ bar do
147
+ notes "<fs'/1>4. <d'/2>4 <a/3>4 <d'~/2>8 "
148
+ notes "<d,/6>4 <d/4>4 <d,/6>4 <d/4>4 "
149
+ end
150
+
151
+ bar do
152
+ notes "<d'/2>8 <a/3>4 <d'/2>4 <a/3>8 /skip 4 "
153
+ notes "<d,/6>4 <d/4>4 <d,/6>4 <d/4>4 "
154
+ end
155
+ end
156
+
157
+ line do
158
+ bar do
159
+ notes "/skip 4 r8 <d'/2 fs'/1 >4 <d'/2 fs'/1 >4 <d'~/2 fs'~/1 >8 "
160
+ notes "<d,/6>4 <d/4>4 r4 <d/4>4 "
161
+ end
162
+
163
+ bar do
164
+ notes "<d'/2 fs'/1 >8 <d'/2 fs'/1 >4 <d'/2>8 <d'/2>8 <e'/1>4. "
165
+ notes "r4 <d/4>4 r4 r4 "
166
+ end
167
+ end
168
+ end
169
+ end
170
+
171
+ stanza "Bridge" do
172
+ line do
173
+ bar do
174
+ notes "<fs'/1>4. <d'/2>4 <b/3>4. "
175
+ notes "<b,/5>4 <fs/4>4 <b,/5>4 <fs/4>4 "
176
+ end
177
+
178
+ bar do
179
+ notes "<b/3>4. <b/3>4 <d'/2>4 <g'~/1>8 "
180
+ notes "<b,/5>4 <fs/4>4 <b,/5>4 <fs/4>4 "
181
+ end
182
+
183
+ bar do
184
+ notes "<g'/1>4. <d'/2>4. /skip 4 "
185
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
186
+ end
187
+
188
+ bar do
189
+ notes "<d'/2>4. <e'/1>8 <fs'/1>8 <g'/1>4 <gs'~/1>8 "
190
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
191
+ end
192
+
193
+ bar do
194
+ notes "<gs'/1>4. <e'/1>2 <b~/2>8 "
195
+ notes "<e,/6>4 <d/4>4 <e,/6>4 <d/4>4 "
196
+ end
197
+
198
+ bar do
199
+ notes "<b/2>4. <gs/3>4. /skip 4 "
200
+ notes "<e,/6>4 <d/4>4 <e,/6>4 <d/4>4 "
201
+ end
202
+ end
203
+ end
204
+
205
+ stanza "Interlude" do
206
+ line do
207
+ repeat 3 do
208
+ bar do
209
+ notes "<d'/2>4 <e'/2>4 <fs'/2>4 <d'/2>4 "
210
+ notes "<d,/6>4 <g/4>4 <a/4>4 <fs/4>4 "
211
+ end
212
+
213
+ bar do
214
+ notes "<g'/2>4 <fs'/2>4 <e'/2>4 <d'/2>4 "
215
+ notes "<d,/6>4 <a/4>4 <g/4>4 <fs/4>4 "
216
+ end
217
+ end
218
+
219
+ bar do
220
+ notes "<gs/3>8 <b/2>8 <e'/1>8 <gs/3>8 <b/2>8 <e'/1>8 <gs/3>8 <b/2>8 "
221
+ notes "<e,/6>1 "
222
+ end
223
+
224
+ bar do
225
+ notes "<e'/1>1 "
226
+ notes "<e,/6>1 "
227
+ end
228
+ end
229
+ end
230
+
231
+ stanza "Verse 2" do
232
+ line do
233
+ bar do
234
+ notes "<d'/2 fs'/1 >4. <fs'/1 d'/2 >4 <fs'/1 d'/2 >8 /skip 8 /skip 8 "
235
+ notes "<d,/6>4 <d/4>4 r4 <d/4>8 <a,/5>8 "
236
+ end
237
+
238
+ bar do
239
+ notes "<fs'/1>4 <e'/1>8 <d'/2>4 <b~/2>8 <b/2>4 "
240
+ notes "<fs,/6>4 <d/4>4 <fs,/6>4 <d/4>4 "
241
+ end
242
+
243
+ bar do
244
+ notes "<b/2>4 <d'/2>8 <b/2>4 <e'~/1>8 <e'/1>4 "
245
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
246
+ end
247
+
248
+ bar do
249
+ notes "<b/2>4. <b/2>8 <e'/1>8 <fs'/2>8 <e'/1>8 <d'/2>8 "
250
+ notes "<gs,/6>4 <d/4>4 <gs,/6>4 <d/4>4 "
251
+ end
252
+
253
+ bar do
254
+ notes "<d'/2>4. <b/2>4 <b/2>4 <b/2>8 "
255
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
256
+ end
257
+
258
+ bar do
259
+ notes "<cs'/2>4 <cs'/2>4 <cs'/2>8 <d'~/2>8 <d'/2>4 "
260
+ notes "<a,/5>4 <e/4>4 <a,/5>4 <e/4>4 "
261
+ end
262
+ end
263
+ end
264
+
265
+ stanza "Verse to Chorus 2" do
266
+ line do
267
+ bar do
268
+ notes "r4. <d'/2 e'/1 >4 <d'/2 e'/1 >4 /skip 8 "
269
+ notes "<d,/6>4 <d/4>4 r4 <d/4>8 <a,/5>8 "
270
+ end
271
+
272
+ bar do
273
+ notes "<cs'/2>4 <cs'/2>4 <cs'/2>8 <d'/2>4 <e'~/1>8 "
274
+ notes "<fs,/6>4 <d/4>4 <fs,/6>4 <d/4>4 "
275
+ end
276
+
277
+ bar do
278
+ notes "<e'/1>4. <b/2 e'/1 >4 <b/2 e'~/1 >8 <e'/1>4 "
279
+ notes "<g,/6>4 <d/4>4 r4 <d/4>8 <g,/6>8 "
280
+ end
281
+
282
+ bar do
283
+ notes "<b/2>4. <b/2>8 <e'/1>8 <fs'/2>8 <e'/1>8 <d'/2>8 "
284
+ notes "<gs,/6>4 <d/4>4 <gs,/6>4 <d/4>4 "
285
+ end
286
+ end
287
+
288
+ line do
289
+ bar do
290
+ notes "<d'/2>4. <b/2>4 <b/2>4 <b/2>8 "
291
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
292
+ end
293
+
294
+ bar do
295
+ notes "<cs'/2>4 <cs'/2>4 <cs'/2>8 <d'~/2>8 <d'/2>4 "
296
+ notes "<a,/5>4 <e/4>4 <a,/5>4 <e/4>4 "
297
+ end
298
+
299
+ bar do
300
+ notes "<d'/2>4 <e'/2>4 <fs'/2>4 <d'/2>4 "
301
+ notes "<d,/6>4 <g/4>4 <a/4>4 <fs/4>4 "
302
+ end
303
+
304
+ bar do
305
+ notes "<g'/2>4 <fs'/2>4 <e'/2>4 <d'/2>4 "
306
+ notes "<d,/6>4 <a/4>4 <g/4>4 <fs/4>4 "
307
+ end
308
+ end
309
+ end
310
+
311
+ stanza "Chorus 2" do
312
+ repeat 3 do
313
+ line do
314
+ bar do
315
+ notes "<b/2 gs/3 >2 <fs'/1>4 <fs'/1>4 "
316
+ notes "<e,/6>4 <d/4>4 <e,/6>4 <d/4>4 "
317
+ end
318
+
319
+ bar do
320
+ notes "<fs'/1>4 <e'/1>8 <d'/2>4 <b/2>4 <g'~/1>8 "
321
+ notes "<e,/6>4 <d/4>4 <e,/6>4 <d/4>4 "
322
+ end
323
+
324
+ bar do
325
+ notes "<g'/1>2. r8 <b/2>8 "
326
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
327
+ end
328
+
329
+ bar do
330
+ notes "<d'/2>4 <d'/2>8 <e'/1>4 <fs'/1>4. "
331
+ notes "<g,/6>4 <d/4>4 <g,/6>4 <d/4>4 "
332
+ end
333
+ end
334
+ end
335
+
336
+ alternative do
337
+ line manual_break: false do
338
+ bar do
339
+ notes "<fs'/1>4. <d'/2>4 <a/3>4 <d'~/2>8 "
340
+ notes "<d,/6>4 <d/4>4 <d,/6>4 <d/4>4 "
341
+ end
342
+
343
+ bar do
344
+ notes "<d'/2>8 <a/3>4 <d'/2>4 <a/3>8 /skip 4 "
345
+ notes "<d,/6>4 <d/4>4 <d,/6>4 <d/4>4 "
346
+ end
347
+ end
348
+
349
+ line do
350
+ bar do
351
+ notes "<d'/2>4 <e'/2>4 <fs'/2>4 <d'/2>4 "
352
+ notes "<d,/6>4 <g/4>4 <a/4>4 <fs/4>4 "
353
+ end
354
+
355
+ bar do
356
+ notes "<g'/2>4 <fs'/2>4 <e'/2>4 <d'/2>4 "
357
+ notes "<d,/6>4 <a/4>4 <g/4>4 <fs/4>4 "
358
+ end
359
+
360
+ bar do
361
+ notes "r1"
362
+ notes "<d,/6 a,/5 d/4 a/3 d'/2 fs'/1 >1/arpeggio "
363
+ end
364
+ end
365
+ end
366
+ end
367
+ end
368
+ end
@@ -0,0 +1,175 @@
1
+ \version "2.12.3"
2
+ \include "english.ly"
3
+
4
+ \paper {
5
+ indent = #0
6
+ }
7
+
8
+ \header {
9
+ title = "Walking After You"
10
+ composer = "Foo Fighters"
11
+ arranger = "Arranged by George Mendoza"
12
+ instrument = "DADGBE (capo on second fret)"
13
+ }
14
+
15
+ %-----------------------------------------------------------------------
16
+ % Chord Sets
17
+
18
+
19
+ %-----------------------------------------------------------------------
20
+ % Bars
21
+
22
+ vOneBarTabOneScoreOneLineOneBarOne = { <fs'\1>4. <d'\2>4 <a\3>4 <d'~\2>8 }
23
+ vTwoBarTabOneScoreOneLineOneBarOne = { <d,\6>4 <d\4>4 <d,\6>4 <d\4>4 }
24
+ cBarTabOneScoreOneLineOneBarOne = { }
25
+ sBarTabOneScoreOneLineOneBarOne = { r1 }
26
+
27
+ vOneBarTabOneScoreOneLineOneBarTwo = { <d'\2>8 <a\3>4 <d'\2>4 <a\3>8 \skip 4 }
28
+ vTwoBarTabOneScoreOneLineOneBarTwo = { <d,\6>4 <d\4>4 <d,\6>4 <d\4>4 }
29
+ cBarTabOneScoreOneLineOneBarTwo = { }
30
+ sBarTabOneScoreOneLineOneBarTwo = { r1 }
31
+
32
+ vOneBarTabOneScoreOneLineTwoBarOne = { \skip 4 r8 <d'\2 fs'\1 >4 <d'\2 fs'\1 >4 <d'~\2 fs'~\1 >8 }
33
+ vTwoBarTabOneScoreOneLineTwoBarOne = { <d,\6>4 <d\4>4 r4 <d\4>4 }
34
+ cBarTabOneScoreOneLineTwoBarOne = { }
35
+ sBarTabOneScoreOneLineTwoBarOne = { r1 }
36
+
37
+ vOneBarTabOneScoreOneLineTwoBarTwo = { <d'\2 fs'\1 >8 <d'\2 fs'\1 >4 <d'\2>8 <d'\2>8 <e'\1>4. }
38
+ vTwoBarTabOneScoreOneLineTwoBarTwo = { r4 <d\4>4 r4 r4 }
39
+ cBarTabOneScoreOneLineTwoBarTwo = { }
40
+ sBarTabOneScoreOneLineTwoBarTwo = { r1 }
41
+
42
+
43
+ %-----------------------------------------------------------------------
44
+ % Lines
45
+
46
+ vOneLineTabOneScoreOneLineOne = { \vOneBarTabOneScoreOneLineOneBarOne \vOneBarTabOneScoreOneLineOneBarTwo }
47
+ vTwoLineTabOneScoreOneLineOne = { \vTwoBarTabOneScoreOneLineOneBarOne \vTwoBarTabOneScoreOneLineOneBarTwo }
48
+ cLineTabOneScoreOneLineOne = { \cBarTabOneScoreOneLineOneBarOne \cBarTabOneScoreOneLineOneBarTwo }
49
+ sLineTabOneScoreOneLineOne = { \sBarTabOneScoreOneLineOneBarOne \sBarTabOneScoreOneLineOneBarTwo }
50
+
51
+ vOneLineTabOneScoreOneLineTwo = { \vOneBarTabOneScoreOneLineTwoBarOne \vOneBarTabOneScoreOneLineTwoBarTwo \break }
52
+ vTwoLineTabOneScoreOneLineTwo = { \vTwoBarTabOneScoreOneLineTwoBarOne \vTwoBarTabOneScoreOneLineTwoBarTwo \break }
53
+ cLineTabOneScoreOneLineTwo = { \cBarTabOneScoreOneLineTwoBarOne \cBarTabOneScoreOneLineTwoBarTwo }
54
+ sLineTabOneScoreOneLineTwo = { \sBarTabOneScoreOneLineTwoBarOne \sBarTabOneScoreOneLineTwoBarTwo }
55
+
56
+
57
+ %-----------------------------------------------------------------------
58
+ % Stanzas
59
+
60
+
61
+ %-----------------------------------------------------------------------
62
+ % Scores
63
+
64
+ vOneScoreTabOneScoreOne = { \vOneLineTabOneScoreOneLineOne \vOneLineTabOneScoreOneLineTwo }
65
+ vTwoScoreTabOneScoreOne = { \vTwoLineTabOneScoreOneLineOne \vTwoLineTabOneScoreOneLineTwo }
66
+ cScoreTabOneScoreOne = { \cLineTabOneScoreOneLineOne \cLineTabOneScoreOneLineTwo }
67
+ sScoreTabOneScoreOne = { \sLineTabOneScoreOneLineOne \sLineTabOneScoreOneLineTwo }
68
+
69
+
70
+ %-----------------------------------------------------------------------
71
+ % Voices
72
+
73
+ vOne = {
74
+ \transposition d''
75
+ \vOneScoreTabOneScoreOne
76
+ }
77
+
78
+ vTwo = {
79
+ \transposition d'
80
+ \vTwoScoreTabOneScoreOne
81
+ }
82
+
83
+
84
+ %-----------------------------------------------------------------------
85
+ % Stanza Headings
86
+
87
+ stanzaHeadings = { \sScoreTabOneScoreOne }
88
+
89
+ %-----------------------------------------------------------------------
90
+ % Chord Headings
91
+
92
+ chordHeadings = { \cScoreTabOneScoreOne }
93
+
94
+ %-----------------------------------------------------------------------
95
+
96
+ \score {
97
+ \new StaffGroup <<
98
+ \new Staff <<
99
+
100
+ \tempo 4 = 100
101
+
102
+ \clef "treble_8"
103
+
104
+ \new Voice \with { \remove Rest_engraver } {
105
+ \stanzaHeadings
106
+ }
107
+
108
+ \new Voice {
109
+
110
+ \voiceOne
111
+ \vOne
112
+ }
113
+ \new Voice {
114
+
115
+ \voiceTwo
116
+ \vTwo
117
+ }
118
+ >>
119
+
120
+ \new TabStaff <<
121
+ \set TabStaff.stringTunings = #guitar-drop-d-tuning
122
+ \new TabVoice {
123
+ \slurUp
124
+ \vOne
125
+ }
126
+ \new TabVoice {
127
+ \slurUp
128
+ \vTwo
129
+ }
130
+ \new TabVoice {
131
+ \chordHeadings
132
+ }
133
+ >>
134
+ >>
135
+
136
+ \layout {
137
+ \context { \Staff
138
+ \override TimeSignature #'style = #'numbered
139
+ \override StringNumber #'transparent = ##t
140
+ }
141
+ \context { \TabStaff
142
+ \override TimeSignature #'style = #'numbered
143
+ }
144
+ \context { \Voice
145
+ \remove Slur_engraver
146
+ }
147
+ \context { \TabVoice
148
+ \remove Dots_engraver
149
+ \remove Stem_engraver
150
+ \remove Rest_engraver
151
+ }
152
+ }
153
+ }
154
+
155
+ % showLastLength = R1*4
156
+ \score {
157
+ \new Staff \with {midiInstrument = #"acoustic guitar (nylon)"} <<
158
+ \tempo 4 = 100
159
+
160
+ \clef "treble_8"
161
+
162
+ \new Voice {
163
+ \unfoldRepeats {
164
+ \vOne
165
+ }
166
+ }
167
+ \new Voice {
168
+ \unfoldRepeats {
169
+ \vTwo
170
+ }
171
+ }
172
+ >>
173
+
174
+ \midi {}
175
+ }