blob: 1aad1d7795172aec221fb5fe99478a12b12b9de3 (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
%some settings% vim: ai sw=2 lbr nu et
meta = {
%(dynamic) marks global to all voices
\dynamicUp
\override BreathingSign #'text = \markup { \musicglyph #"scripts.caesura.straight" } % caesura-like? double-slash!
s4.
\mark \markup { \smaller \musicglyph #"scripts.segno" }
\repeat volta 2 {
s8 s4-> s8 s2
s4. s8-> s2
s8 s4-> s8 s2
s4. s8-> s2
s1
s4. s8-> s2
s4. s8-> s2
} \alternative {
{
s4. s8-> s2
}
{
s4. s8-> s2
}
}
s1
s4.-> s8\fp s2\<
s1
s4.->\> s8\fp s4 s4\cresc
s1
s4.->\! s8 s2
s1
s2.. s8
\bar "|."
s2. \bar "||" s4
\repeat volta 2 {
s2.\< s4\!
s2.\< s4\!
s1\<
s4.\! s8-> s2
s2.\> s4\!
s2.\> s4\!
s8 s2..\cresc
} \alternative {
{
s4. s8-> s2
}
{
s1\!
}
}
s8 s4-> s8\cresc s2
s2. s4\!
s8 s4-> s8 s2
s4. s8-> s2
s1
s4. s8-> s2
s4.->\f s8 s2
s4.->\mf s8-> s2
s8 s4\mf s8 s2\cresc
s4. s8-> s2
s8 s4\mf s8\cresc s2
s4. s8-> s8 \breathe s8--\! s8-- s8--
s8-> s4-> s8-> s8-> s8-> s8-> s8->
s2-> s2->
s1
s1->\fermata\f
\bar "|."
}
% articulation
sopranArt = {
}
altArt = {
}
tenorArt = {
}
bassArt = {
}
|