blob: e7137c4d9f8213dbfa3608b8fe3d1b2654954235 (
plain)
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
|
%some settings% vim: ai sw=2 lbr nu et
meta = {
%(dynamic) marks global to all voices
%\override Staff.TimeSignature #'style = #'()
\dynamicUp
\key g \minor
\time 2/2
s1*5
\bar "||"
\time 3/2
s1.*2
\bar "||"
\time 2/2
s1*6
\bar "||"
\time 3/2
s1.
\bar "||"
\time 2/2
s1*10
\bar "||"
\time 3/2
s1.*2
\bar "||"
\time 2/2
s1*6
\bar "||"
\time 3/2
s1.
\bar "||"
\time 2/2
s1*14
\bar "||"
\key g \major
s1*32
\bar "||"
\key g \minor
s1*18
\bar "||"
\time 3/2
s1.
\bar "||"
\time 2/2
s1*9
\bar "|."
}
% articulation
sopranArt = {
}
altArt = {
}
tenorArt = {
}
bassArt = {
}
|