gitara 0.8.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.markdown +8 -1
- data/README.markdown +15 -21
- data/examples/{aimee-man-wise-up/aimee-man-wise-up.ly → aimee-man-wise-up.ly} +94 -80
- data/examples/aimee-man-wise-up.midi +0 -0
- data/examples/aimee-man-wise-up.pdf +0 -0
- data/examples/{aimee-man-wise-up/aimee-man-wise-up.rb → aimee-man-wise-up.rb} +7 -7
- data/examples/{eraserheads-huling-el-bimbo/tab.ly → eraserheads-huling-el-bimbo.ly} +27 -57
- data/examples/eraserheads-huling-el-bimbo.midi +0 -0
- data/examples/eraserheads-huling-el-bimbo.pdf +0 -0
- data/examples/{eraserheads-huling-el-bimbo/tab.rb → eraserheads-huling-el-bimbo.rb} +7 -7
- data/examples/{foo-fighters-walking-after-you/foo-fighters-walking-after-you.ly → foo-fighters-walking-after-you.ly} +19 -90
- data/examples/{foo-fighters-walking-after-you/foo-fighters-walking-after-you.midi → foo-fighters-walking-after-you.midi} +0 -0
- data/examples/foo-fighters-walking-after-you.pdf +0 -0
- data/examples/{foo-fighters-walking-after-you/foo-fighters-walking-after-you.rb → foo-fighters-walking-after-you.rb} +1 -1
- data/examples/tab-with-alternate-tuning.ly +11 -7
- data/examples/tab-with-alternate-tuning.midi +0 -0
- data/examples/tab-with-alternate-tuning.pdf +0 -0
- data/examples/tab-with-alternate-tuning.rb +1 -1
- data/examples/tab-with-chords.ly +134 -0
- data/examples/tab-with-chords.midi +0 -0
- data/examples/tab-with-chords.pdf +0 -0
- data/examples/tab-with-chords.rb +16 -0
- data/examples/tab-with-key-signature.ly +21 -7
- data/examples/tab-with-key-signature.midi +0 -0
- data/examples/tab-with-key-signature.pdf +0 -0
- data/examples/tab-with-key-signature.rb +2 -2
- data/examples/tab-with-line-with-no-break.ly +7 -12
- data/examples/tab-with-line-with-no-break.midi +0 -0
- data/examples/tab-with-line-with-no-break.pdf +0 -0
- data/examples/tab-with-partial.ly +25 -15
- data/examples/tab-with-partial.midi +0 -0
- data/examples/tab-with-partial.pdf +0 -0
- data/examples/tab-with-partial.rb +7 -7
- data/examples/tab-with-repeats.ly +25 -9
- data/examples/tab-with-repeats.midi +0 -0
- data/examples/tab-with-repeats.pdf +0 -0
- data/examples/tab-with-reused-bar-in-stanza.ly +154 -0
- data/examples/tab-with-reused-bar-in-stanza.midi +0 -0
- data/examples/tab-with-reused-bar-in-stanza.pdf +0 -0
- data/examples/tab-with-reused-bar-in-stanza.rb +14 -0
- data/examples/tab-with-time-signature.ly +27 -8
- data/examples/tab-with-time-signature.midi +0 -0
- data/examples/tab-with-time-signature.pdf +0 -0
- data/lib/gitara/node/bar.rb +0 -25
- data/lib/gitara/node/stanza.rb +22 -2
- data/lib/gitara/template/bar.erb +0 -1
- data/lib/gitara/template/chord_set.erb +1 -1
- data/lib/gitara/template/line.erb +0 -1
- data/lib/gitara/template/score.erb +2 -0
- data/lib/gitara/template/stanza.erb +1 -1
- data/lib/gitara/template/tab.erb +10 -5
- data/lib/gitara/version.rb +1 -1
- data/spec/lib/gitara/app_spec.rb +14 -39
- data/spec/lib/gitara/node/bar/stanza_version_spec.rb +1 -1
- data/spec/lib/gitara/node/bar_spec.rb +2 -58
- data/spec/lib/gitara/node/stanza_spec.rb +21 -1
- data/spec/spec_helper.rb +5 -1
- data/spec/support/app_tester.rb +12 -1
- metadata +34 -16
- data/examples/aimee-man-wise-up/aimee-man-wise-up.midi +0 -0
- data/examples/aimee-man-wise-up/aimee-man-wise-up.pdf +0 -0
- data/examples/eraserheads-huling-el-bimbo/tab.midi +0 -0
- data/examples/eraserheads-huling-el-bimbo/tab.pdf +0 -0
- data/examples/foo-fighters-walking-after-you/foo-fighters-walking-after-you.pdf +0 -0
- data/examples/tab.ly +0 -193
- data/examples/tab.rb +0 -67
File without changes
|
Binary file
|
@@ -3,8 +3,8 @@ Gitara.define do
|
|
3
3
|
composer "Foo Fighters"
|
4
4
|
arranger "Arranged by George Mendoza"
|
5
5
|
instrument "DADGBE (capo on second fret)"
|
6
|
+
key 'g \major'
|
6
7
|
midi_instrument "acoustic guitar (nylon)"
|
7
|
-
|
8
8
|
string_tunings "#guitar-drop-d-tuning"
|
9
9
|
tempo "4 = 100"
|
10
10
|
transposition "d"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
\version "2.
|
1
|
+
\version "2.14.2"
|
2
2
|
\include "english.ly"
|
3
3
|
|
4
4
|
\paper {
|
@@ -22,7 +22,6 @@
|
|
22
22
|
vOneBarTabOneBarOne = { <d'\2 fs'\1 >4. <fs'\1 d'\2 >4 <fs'\1 d'\2 >8 \skip 4 }
|
23
23
|
vTwoBarTabOneBarOne = { <d,\6>4 <d\4>2 <d\4>8 <a,\5>8 }
|
24
24
|
cBarTabOneBarOne = { }
|
25
|
-
sBarTabOneBarOne = { r1 }
|
26
25
|
|
27
26
|
|
28
27
|
%-----------------------------------------------------------------------
|
@@ -54,7 +53,8 @@ vTwo = {
|
|
54
53
|
%-----------------------------------------------------------------------
|
55
54
|
% Stanza Headings
|
56
55
|
|
57
|
-
stanzaHeadings = {
|
56
|
+
stanzaHeadings = {
|
57
|
+
}
|
58
58
|
|
59
59
|
%-----------------------------------------------------------------------
|
60
60
|
% Chord Headings
|
@@ -66,26 +66,33 @@ chordHeadings = { \cBarTabOneBarOne }
|
|
66
66
|
\score {
|
67
67
|
\new StaffGroup <<
|
68
68
|
\new Staff <<
|
69
|
+
|
69
70
|
\tempo 4 = 100
|
70
71
|
|
71
72
|
\clef "treble_8"
|
72
73
|
|
74
|
+
\new ChordNames {
|
75
|
+
\chordHeadings
|
76
|
+
}
|
77
|
+
|
73
78
|
\new Voice \with { \remove Rest_engraver } {
|
74
79
|
\stanzaHeadings
|
75
80
|
}
|
76
81
|
|
77
82
|
\new Voice {
|
83
|
+
|
78
84
|
\voiceOne
|
79
85
|
\vOne
|
80
86
|
}
|
81
87
|
\new Voice {
|
88
|
+
|
82
89
|
\voiceTwo
|
83
90
|
\vTwo
|
84
91
|
}
|
85
92
|
>>
|
86
93
|
|
87
94
|
\new TabStaff <<
|
88
|
-
\set TabStaff.stringTunings = #
|
95
|
+
\set TabStaff.stringTunings = #guitar-drop-d-tuning
|
89
96
|
\new TabVoice {
|
90
97
|
\slurUp
|
91
98
|
\vOne
|
@@ -94,9 +101,6 @@ chordHeadings = { \cBarTabOneBarOne }
|
|
94
101
|
\slurUp
|
95
102
|
\vTwo
|
96
103
|
}
|
97
|
-
\new TabVoice {
|
98
|
-
\chordHeadings
|
99
|
-
}
|
100
104
|
>>
|
101
105
|
>>
|
102
106
|
|
Binary file
|
Binary file
|
@@ -0,0 +1,134 @@
|
|
1
|
+
\version "2.14.2"
|
2
|
+
\include "english.ly"
|
3
|
+
|
4
|
+
\paper {
|
5
|
+
indent = #0
|
6
|
+
}
|
7
|
+
|
8
|
+
\header {
|
9
|
+
title = ""
|
10
|
+
composer = ""
|
11
|
+
arranger = ""
|
12
|
+
instrument = ""
|
13
|
+
}
|
14
|
+
|
15
|
+
%-----------------------------------------------------------------------
|
16
|
+
% Chord Sets
|
17
|
+
|
18
|
+
cChordSetCG = { \chordmode { c2 g:sus4 } }
|
19
|
+
|
20
|
+
cChordSetFE = { \chordmode { f2 e } }
|
21
|
+
|
22
|
+
|
23
|
+
%-----------------------------------------------------------------------
|
24
|
+
% Bars
|
25
|
+
|
26
|
+
vOneBarTabOneLineOneBarOne = { a4 e c8 e r4 }
|
27
|
+
cBarTabOneLineOneBarOne = { \cChordSetCG }
|
28
|
+
|
29
|
+
vOneBarTabOneLineOneBarTwo = { b2 c4( d) }
|
30
|
+
cBarTabOneLineOneBarTwo = { \cChordSetFE }
|
31
|
+
|
32
|
+
|
33
|
+
%-----------------------------------------------------------------------
|
34
|
+
% Lines
|
35
|
+
|
36
|
+
vOneLineTabOneLineOne = { \vOneBarTabOneLineOneBarOne \vOneBarTabOneLineOneBarTwo \break }
|
37
|
+
cLineTabOneLineOne = { \cBarTabOneLineOneBarOne \cBarTabOneLineOneBarTwo }
|
38
|
+
|
39
|
+
|
40
|
+
%-----------------------------------------------------------------------
|
41
|
+
% Stanzas
|
42
|
+
|
43
|
+
|
44
|
+
%-----------------------------------------------------------------------
|
45
|
+
% Scores
|
46
|
+
|
47
|
+
|
48
|
+
%-----------------------------------------------------------------------
|
49
|
+
% Voices
|
50
|
+
|
51
|
+
vOne = {
|
52
|
+
|
53
|
+
\vOneLineTabOneLineOne
|
54
|
+
}
|
55
|
+
|
56
|
+
|
57
|
+
%-----------------------------------------------------------------------
|
58
|
+
% Stanza Headings
|
59
|
+
|
60
|
+
stanzaHeadings = {
|
61
|
+
}
|
62
|
+
|
63
|
+
%-----------------------------------------------------------------------
|
64
|
+
% Chord Headings
|
65
|
+
|
66
|
+
chordHeadings = { \cLineTabOneLineOne }
|
67
|
+
|
68
|
+
%-----------------------------------------------------------------------
|
69
|
+
|
70
|
+
\score {
|
71
|
+
\new StaffGroup <<
|
72
|
+
\new Staff <<
|
73
|
+
|
74
|
+
|
75
|
+
\clef "treble_8"
|
76
|
+
|
77
|
+
\new ChordNames {
|
78
|
+
\chordHeadings
|
79
|
+
}
|
80
|
+
|
81
|
+
\new Voice \with { \remove Rest_engraver } {
|
82
|
+
\stanzaHeadings
|
83
|
+
}
|
84
|
+
|
85
|
+
\new Voice {
|
86
|
+
|
87
|
+
\voiceOne
|
88
|
+
\vOne
|
89
|
+
}
|
90
|
+
>>
|
91
|
+
|
92
|
+
\new TabStaff <<
|
93
|
+
|
94
|
+
\new TabVoice {
|
95
|
+
\slurUp
|
96
|
+
\vOne
|
97
|
+
}
|
98
|
+
>>
|
99
|
+
>>
|
100
|
+
|
101
|
+
\layout {
|
102
|
+
\context { \Staff
|
103
|
+
\override TimeSignature #'style = #'numbered
|
104
|
+
\override StringNumber #'transparent = ##t
|
105
|
+
}
|
106
|
+
\context { \TabStaff
|
107
|
+
\override TimeSignature #'style = #'numbered
|
108
|
+
}
|
109
|
+
\context { \Voice
|
110
|
+
\remove Slur_engraver
|
111
|
+
}
|
112
|
+
\context { \TabVoice
|
113
|
+
\remove Dots_engraver
|
114
|
+
\remove Stem_engraver
|
115
|
+
\remove Rest_engraver
|
116
|
+
}
|
117
|
+
}
|
118
|
+
}
|
119
|
+
|
120
|
+
% showLastLength = R1*4
|
121
|
+
\score {
|
122
|
+
\new Staff \with {midiInstrument = #"acoustic guitar (nylon)"} <<
|
123
|
+
|
124
|
+
\clef "treble_8"
|
125
|
+
|
126
|
+
\new Voice {
|
127
|
+
\unfoldRepeats {
|
128
|
+
\vOne
|
129
|
+
}
|
130
|
+
}
|
131
|
+
>>
|
132
|
+
|
133
|
+
\midi {}
|
134
|
+
}
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
\version "2.
|
1
|
+
\version "2.14.2"
|
2
2
|
\include "english.ly"
|
3
3
|
|
4
4
|
\paper {
|
@@ -14,19 +14,28 @@
|
|
14
14
|
|
15
15
|
%-----------------------------------------------------------------------
|
16
16
|
% Chord Sets
|
17
|
+
|
18
|
+
|
17
19
|
%-----------------------------------------------------------------------
|
18
20
|
% Bars
|
19
21
|
|
20
22
|
vOneBarTabOneBarOne = { <d'\2 fs'\1 >4. <fs'\1 d'\2 >4 <fs'\1 d'\2 >8 \skip 4 }
|
21
23
|
vTwoBarTabOneBarOne = { <d,\6>4 <d\4>2 <d\4>8 <a,\5>8 }
|
22
24
|
cBarTabOneBarOne = { }
|
23
|
-
|
25
|
+
|
26
|
+
|
24
27
|
%-----------------------------------------------------------------------
|
25
28
|
% Lines
|
29
|
+
|
30
|
+
|
26
31
|
%-----------------------------------------------------------------------
|
27
32
|
% Stanzas
|
33
|
+
|
34
|
+
|
28
35
|
%-----------------------------------------------------------------------
|
29
36
|
% Scores
|
37
|
+
|
38
|
+
|
30
39
|
%-----------------------------------------------------------------------
|
31
40
|
% Voices
|
32
41
|
|
@@ -39,10 +48,13 @@ vTwo = {
|
|
39
48
|
\transposition d'
|
40
49
|
\vTwoBarTabOneBarOne
|
41
50
|
}
|
51
|
+
|
52
|
+
|
42
53
|
%-----------------------------------------------------------------------
|
43
54
|
% Stanza Headings
|
44
55
|
|
45
|
-
stanzaHeadings = {
|
56
|
+
stanzaHeadings = {
|
57
|
+
}
|
46
58
|
|
47
59
|
%-----------------------------------------------------------------------
|
48
60
|
% Chord Headings
|
@@ -54,10 +66,15 @@ chordHeadings = { \cBarTabOneBarOne }
|
|
54
66
|
\score {
|
55
67
|
\new StaffGroup <<
|
56
68
|
\new Staff <<
|
69
|
+
|
57
70
|
\tempo 4 = 100
|
58
71
|
|
59
72
|
\clef "treble_8"
|
60
73
|
|
74
|
+
\new ChordNames {
|
75
|
+
\chordHeadings
|
76
|
+
}
|
77
|
+
|
61
78
|
\new Voice \with { \remove Rest_engraver } {
|
62
79
|
\stanzaHeadings
|
63
80
|
}
|
@@ -75,7 +92,7 @@ chordHeadings = { \cBarTabOneBarOne }
|
|
75
92
|
>>
|
76
93
|
|
77
94
|
\new TabStaff <<
|
78
|
-
\set TabStaff.stringTunings = #
|
95
|
+
\set TabStaff.stringTunings = #guitar-drop-d-tuning
|
79
96
|
\new TabVoice {
|
80
97
|
\slurUp
|
81
98
|
\vOne
|
@@ -84,9 +101,6 @@ chordHeadings = { \cBarTabOneBarOne }
|
|
84
101
|
\slurUp
|
85
102
|
\vTwo
|
86
103
|
}
|
87
|
-
\new TabVoice {
|
88
|
-
\chordHeadings
|
89
|
-
}
|
90
104
|
>>
|
91
105
|
>>
|
92
106
|
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gitara.define do
|
2
2
|
key 'd \major'
|
3
|
-
string_tunings "#
|
3
|
+
string_tunings "#guitar-drop-d-tuning"
|
4
4
|
tempo "4 = 100"
|
5
5
|
transposition "d"
|
6
6
|
|
@@ -8,4 +8,4 @@ Gitara.define do
|
|
8
8
|
notes "<d'/2 fs'/1 >4. <fs'/1 d'/2 >4 <fs'/1 d'/2 >8 /skip 4"
|
9
9
|
notes "<d,/6>4 <d/4>2 <d/4>8 <a,/5>8"
|
10
10
|
end
|
11
|
-
end
|
11
|
+
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
\version "2.
|
1
|
+
\version "2.14.2"
|
2
2
|
\include "english.ly"
|
3
3
|
|
4
4
|
\paper {
|
@@ -22,22 +22,18 @@
|
|
22
22
|
vOneBarTabOneScoreOneLineOneBarOne = { <fs'\1>4. <d'\2>4 <a\3>4 <d'~\2>8 }
|
23
23
|
vTwoBarTabOneScoreOneLineOneBarOne = { <d,\6>4 <d\4>4 <d,\6>4 <d\4>4 }
|
24
24
|
cBarTabOneScoreOneLineOneBarOne = { }
|
25
|
-
sBarTabOneScoreOneLineOneBarOne = { r1 }
|
26
25
|
|
27
26
|
vOneBarTabOneScoreOneLineOneBarTwo = { <d'\2>8 <a\3>4 <d'\2>4 <a\3>8 \skip 4 }
|
28
27
|
vTwoBarTabOneScoreOneLineOneBarTwo = { <d,\6>4 <d\4>4 <d,\6>4 <d\4>4 }
|
29
28
|
cBarTabOneScoreOneLineOneBarTwo = { }
|
30
|
-
sBarTabOneScoreOneLineOneBarTwo = { r1 }
|
31
29
|
|
32
30
|
vOneBarTabOneScoreOneLineTwoBarOne = { \skip 4 r8 <d'\2 fs'\1 >4 <d'\2 fs'\1 >4 <d'~\2 fs'~\1 >8 }
|
33
31
|
vTwoBarTabOneScoreOneLineTwoBarOne = { <d,\6>4 <d\4>4 r4 <d\4>4 }
|
34
32
|
cBarTabOneScoreOneLineTwoBarOne = { }
|
35
|
-
sBarTabOneScoreOneLineTwoBarOne = { r1 }
|
36
33
|
|
37
34
|
vOneBarTabOneScoreOneLineTwoBarTwo = { <d'\2 fs'\1 >8 <d'\2 fs'\1 >4 <d'\2>8 <d'\2>8 <e'\1>4. }
|
38
35
|
vTwoBarTabOneScoreOneLineTwoBarTwo = { r4 <d\4>4 r4 r4 }
|
39
36
|
cBarTabOneScoreOneLineTwoBarTwo = { }
|
40
|
-
sBarTabOneScoreOneLineTwoBarTwo = { r1 }
|
41
37
|
|
42
38
|
|
43
39
|
%-----------------------------------------------------------------------
|
@@ -46,12 +42,10 @@ sBarTabOneScoreOneLineTwoBarTwo = { r1 }
|
|
46
42
|
vOneLineTabOneScoreOneLineOne = { \vOneBarTabOneScoreOneLineOneBarOne \vOneBarTabOneScoreOneLineOneBarTwo }
|
47
43
|
vTwoLineTabOneScoreOneLineOne = { \vTwoBarTabOneScoreOneLineOneBarOne \vTwoBarTabOneScoreOneLineOneBarTwo }
|
48
44
|
cLineTabOneScoreOneLineOne = { \cBarTabOneScoreOneLineOneBarOne \cBarTabOneScoreOneLineOneBarTwo }
|
49
|
-
sLineTabOneScoreOneLineOne = { \sBarTabOneScoreOneLineOneBarOne \sBarTabOneScoreOneLineOneBarTwo }
|
50
45
|
|
51
46
|
vOneLineTabOneScoreOneLineTwo = { \vOneBarTabOneScoreOneLineTwoBarOne \vOneBarTabOneScoreOneLineTwoBarTwo \break }
|
52
47
|
vTwoLineTabOneScoreOneLineTwo = { \vTwoBarTabOneScoreOneLineTwoBarOne \vTwoBarTabOneScoreOneLineTwoBarTwo \break }
|
53
48
|
cLineTabOneScoreOneLineTwo = { \cBarTabOneScoreOneLineTwoBarOne \cBarTabOneScoreOneLineTwoBarTwo }
|
54
|
-
sLineTabOneScoreOneLineTwo = { \sBarTabOneScoreOneLineTwoBarOne \sBarTabOneScoreOneLineTwoBarTwo }
|
55
49
|
|
56
50
|
|
57
51
|
%-----------------------------------------------------------------------
|
@@ -64,7 +58,6 @@ sLineTabOneScoreOneLineTwo = { \sBarTabOneScoreOneLineTwoBarOne \sBarTabOneScore
|
|
64
58
|
vOneScoreTabOneScoreOne = { \vOneLineTabOneScoreOneLineOne \vOneLineTabOneScoreOneLineTwo }
|
65
59
|
vTwoScoreTabOneScoreOne = { \vTwoLineTabOneScoreOneLineOne \vTwoLineTabOneScoreOneLineTwo }
|
66
60
|
cScoreTabOneScoreOne = { \cLineTabOneScoreOneLineOne \cLineTabOneScoreOneLineTwo }
|
67
|
-
sScoreTabOneScoreOne = { \sLineTabOneScoreOneLineOne \sLineTabOneScoreOneLineTwo }
|
68
61
|
|
69
62
|
|
70
63
|
%-----------------------------------------------------------------------
|
@@ -84,7 +77,8 @@ vTwo = {
|
|
84
77
|
%-----------------------------------------------------------------------
|
85
78
|
% Stanza Headings
|
86
79
|
|
87
|
-
stanzaHeadings = {
|
80
|
+
stanzaHeadings = {
|
81
|
+
}
|
88
82
|
|
89
83
|
%-----------------------------------------------------------------------
|
90
84
|
% Chord Headings
|
@@ -101,6 +95,10 @@ chordHeadings = { \cScoreTabOneScoreOne }
|
|
101
95
|
|
102
96
|
\clef "treble_8"
|
103
97
|
|
98
|
+
\new ChordNames {
|
99
|
+
\chordHeadings
|
100
|
+
}
|
101
|
+
|
104
102
|
\new Voice \with { \remove Rest_engraver } {
|
105
103
|
\stanzaHeadings
|
106
104
|
}
|
@@ -127,9 +125,6 @@ chordHeadings = { \cScoreTabOneScoreOne }
|
|
127
125
|
\slurUp
|
128
126
|
\vTwo
|
129
127
|
}
|
130
|
-
\new TabVoice {
|
131
|
-
\chordHeadings
|
132
|
-
}
|
133
128
|
>>
|
134
129
|
>>
|
135
130
|
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
\version "2.
|
1
|
+
\version "2.14.2"
|
2
2
|
\include "english.ly"
|
3
3
|
|
4
4
|
\paper {
|
@@ -15,12 +15,18 @@
|
|
15
15
|
%-----------------------------------------------------------------------
|
16
16
|
% Chord Sets
|
17
17
|
|
18
|
-
cChordSetG = {
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
18
|
+
cChordSetG = { \chordmode { g1 } }
|
19
|
+
|
20
|
+
cChordSetGEight = { \chordmode { g8 } }
|
21
|
+
|
22
|
+
cChordSetC = { \chordmode { c1 } }
|
23
|
+
|
24
|
+
cChordSetASeven = { \chordmode { a1:7 } }
|
25
|
+
|
26
|
+
cChordSetEm = { \chordmode { e1:m } }
|
27
|
+
|
28
|
+
cChordSetD = { \chordmode { d1 } }
|
29
|
+
|
24
30
|
|
25
31
|
%-----------------------------------------------------------------------
|
26
32
|
% Bars
|
@@ -28,12 +34,10 @@ cChordSetD = { r1-"D" }
|
|
28
34
|
vOneBarVerseLineOneBarOne = { \partial 8 <g\3>8 }
|
29
35
|
vTwoBarVerseLineOneBarOne = { \partial 8 r8 }
|
30
36
|
cBarVerseLineOneBarOne = { \partial 8 \cChordSetGEight }
|
31
|
-
sBarVerseLineOneBarOne = { \partial 8 r8^"Verse" }
|
32
37
|
|
33
38
|
vOneBarVerseLineOneBarTwo = { <a\3>16\glissando <b\3>16 <b\3>4 r16 <a\3>16\glissando <b\3>4. <a\3>16( <g\3>16) }
|
34
39
|
vTwoBarVerseLineOneBarTwo = { r1 }
|
35
40
|
cBarVerseLineOneBarTwo = { \cChordSetG }
|
36
|
-
sBarVerseLineOneBarTwo = { r1 }
|
37
41
|
|
38
42
|
|
39
43
|
%-----------------------------------------------------------------------
|
@@ -42,7 +46,6 @@ sBarVerseLineOneBarTwo = { r1 }
|
|
42
46
|
vOneLineVerseLineOne = { \vOneBarVerseLineOneBarOne \vOneBarVerseLineOneBarTwo \break }
|
43
47
|
vTwoLineVerseLineOne = { \vTwoBarVerseLineOneBarOne \vTwoBarVerseLineOneBarTwo \break }
|
44
48
|
cLineVerseLineOne = { \cBarVerseLineOneBarOne \cBarVerseLineOneBarTwo }
|
45
|
-
sLineVerseLineOne = { \sBarVerseLineOneBarOne \sBarVerseLineOneBarTwo }
|
46
49
|
|
47
50
|
|
48
51
|
%-----------------------------------------------------------------------
|
@@ -51,7 +54,7 @@ sLineVerseLineOne = { \sBarVerseLineOneBarOne \sBarVerseLineOneBarTwo }
|
|
51
54
|
vOneStanzaVerse = { \vOneLineVerseLineOne }
|
52
55
|
vTwoStanzaVerse = { \vTwoLineVerseLineOne }
|
53
56
|
cStanzaVerse = { \cLineVerseLineOne }
|
54
|
-
sStanzaVerse = {
|
57
|
+
sStanzaVerse = { r8^"Verse" r1 }
|
55
58
|
|
56
59
|
|
57
60
|
%-----------------------------------------------------------------------
|
@@ -80,7 +83,9 @@ vTwo = {
|
|
80
83
|
%-----------------------------------------------------------------------
|
81
84
|
% Stanza Headings
|
82
85
|
|
83
|
-
stanzaHeadings = {
|
86
|
+
stanzaHeadings = {
|
87
|
+
\sScoreTabOneScoreOne
|
88
|
+
}
|
84
89
|
|
85
90
|
%-----------------------------------------------------------------------
|
86
91
|
% Chord Headings
|
@@ -92,25 +97,33 @@ chordHeadings = { \cScoreTabOneScoreOne }
|
|
92
97
|
\score {
|
93
98
|
\new StaffGroup <<
|
94
99
|
\new Staff <<
|
100
|
+
|
95
101
|
\tempo 4 = 90
|
96
102
|
|
97
103
|
\clef "treble_8"
|
98
104
|
|
105
|
+
\new ChordNames {
|
106
|
+
\chordHeadings
|
107
|
+
}
|
108
|
+
|
99
109
|
\new Voice \with { \remove Rest_engraver } {
|
100
110
|
\stanzaHeadings
|
101
111
|
}
|
102
112
|
|
103
113
|
\new Voice {
|
114
|
+
|
104
115
|
\voiceOne
|
105
116
|
\vOne
|
106
117
|
}
|
107
118
|
\new Voice {
|
119
|
+
|
108
120
|
\voiceTwo
|
109
121
|
\vTwo
|
110
122
|
}
|
111
123
|
>>
|
112
124
|
|
113
125
|
\new TabStaff <<
|
126
|
+
|
114
127
|
\new TabVoice {
|
115
128
|
\slurUp
|
116
129
|
\vOne
|
@@ -119,9 +132,6 @@ chordHeadings = { \cScoreTabOneScoreOne }
|
|
119
132
|
\slurUp
|
120
133
|
\vTwo
|
121
134
|
}
|
122
|
-
\new TabVoice {
|
123
|
-
\chordHeadings
|
124
|
-
}
|
125
135
|
>>
|
126
136
|
>>
|
127
137
|
|