-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNewFiveCent2F.rly
56 lines (54 loc) · 1.88 KB
/
NewFiveCent2F.rly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\version "2.22.1"
\paper { indent=0 }
\header {title="New Five Cent"
composer = "Traditional (arr. J. Teitelbaum)"
}
music ={
\time 4/4
\repeat volta 2 {
%!DoubleC
2.0.4 0.2.8 0.0.8 0.2.8 0.3.8 4.0.8 0.0.8
1.0.8 0.2.8 4.0.8 1.0.8 2.2.8 2.4.8 4.0.8 1.0.8
2.0.8 2.2.8 4.0.8 1.0.8 3.4.8 3.5.8 2.0.4
1.0.8 1.2.8 4.0.8 1.0.8 1.2.4 <4.0 1.0>4
2.0.4 0.2.8 0.0.8 0.2.8 0.3.8 4.0.8 0.0.8
1.0.8 0.2.8 4.0.8 1.0.8 2.2.8 2.4.8 4.0.8 1.0.8
2.0.4 4.0.8 0.0.8 3.4.4 3.2.4
3.0.4 4.0.8 1.0.8 3.0.4 <4.0 0.0>4
!%
}
\repeat volta 2 {
%!
2.0.4 4.0.8 1.0.8 3.4.4 <4.0 1.0>4
2.0.4 4.0.8 1.0.8 3.4.4 <4.0 1.0>4
2.0.4 3.4.4 3.5.4 3.4.4
3.0.8 3.2.8 4.0.8 0.0.8 3.2.4 <4.0 0.0>4
2.0.4 4.0.8 1.0.8 2.0.4 4.0.8 1.0.8
3.5.4 2.0.4 2.2.8 2.4.8 1.0.4
2.0.4 4.0.8 0.0.8 3.4.4 3.2.4
3.0.4 4.0.8 1.0.8 3.0.4 <4.0 1.0>4
!%
}}
\score {
\new StaffGroup <<
\new TabStaff \with {
tablatureFormat = #fret-number-tablature-format-banjo
stringTunings = \stringTuning <a'' d' a' d'' e''>
}
{
{
\clef moderntab
\numericTimeSignature
\tabFullNotation
{\transpose c d {\music}}
}
}
>>
\header {
piece = "aDADE"
}
\layout {}
\midi {
\tempo 4 = 100
}
}