-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathliberty.rly
62 lines (58 loc) · 2.36 KB
/
liberty.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
57
58
59
60
61
62
\version "2.22.1"
\paper { indent=0 }
\header {
title="Liberty"
composer="Traditional (arr. J. Teitelbaum)"
piece="aDADE"
}
music ={
\time 4/4
\set Timing.beamExceptions = #'()
\set Timing.beatStructure = 1,1,1,1
\repeat volta 2 {
%!DoubleC
0.2.4 2.0.4 0.2.4 2.0.4
0.2.8 0.0.8 0.2.8 4.0.8 0.2.8 0.0.8 1.0.4
0.3.4 2.2.4 0.3.4 2.2.4
0.3.8 1.4.8 0.3.8 4.0.8 0.3.8 1.4.8 0.0.8 4.0.8
0.2.4 2.0.4 0.2.4 2.0.4
0.2.8 0.0.8 0.2.8 4.0.8 0.2.8 0.0.8 1.0.4
0.3.8 0.2.8 4.0.8 0.0.8 2.4.8 2.0.8 2.2.8 2.4.8
1.0.4 4.0.8 0.2.8 1.0.4 <4.0 0.2>4
!%
}
\repeat volta 2 {
%!
2.0.4 2.0.8 2.2.8 2.0.8 1.0.8 3.4.4
3.0.8 3.4.8 2.0.8 2.5.8 0.2.4 1.0.4
2.0.4 2.0.8 2.2.8 2.0.8 1.0.8 3.4.4
3.2.8 3.0.8 3.2.8 3.4.8 3.2.8 3.4.8 3.5.4
2.0.4 2.0.8 2.2.8 2.0.8 1.0.8 3.4.4
3.0.8 3.4.8 2.0.8 2.5.8 0.2.4 1.0.4
0.3.8 0.2.8 4.0.8 0.0.8 2.4.8 2.0.8 2.2.8 2.4.8
1.0.4 4.0.8 0.2.8 1.0.4 <4.0 0.2>4
!%
}
}
\new StaffGroup <<
\new Staff \with {
\omit StringNumber
}
{
\key d \major
\numericTimeSignature
{\transpose c d {\music}}
}
\new TabStaff \with {
tablatureFormat = #fret-number-tablature-format-banjo
stringTunings = \stringTuning <a'' d' a' d'' e''>
}
{
{
\clef moderntab
\numericTimeSignature
\tabFullNotation
{\transpose c d {\music}}
}
}
>>