blob: a46cb758f5ff239ee97cf0d7bd16ba157f5d0cff (
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
|
%some settings% vim: ai sw=2 lbr nu encoding=utf8 et
meta = {
%(dynamic) marks global to all voices
\dynamicUp
}
% articulation
sopranArt = {
}
altArt = {
}
tenorArt = {
}
bassArt = {
% intro
s4-.\pp^\markup{INTRO} s4-. s2
s1
s4-. s4-. s2
s1
s4-. s4-. s2
s1
s4-. s4-. s2
s1
\bar "||"
% verse 1,2
s1^\markup{VERSE 1/2}
s1
s4-. s4-. s2
s1
s4-. s4-. s2
s1
s4-. s4-. s2
s1
s8-. s8-. s4-. s2
s1
s8-. s8-. s4-. s2
s1
s4 s4-. s2
s1
s4 s4-. s8 s8\p s4
s1
\bar "||"
% bridge 1,2
s1^\markup{BRIDGE 1/2}
\repeat unfold 7 {
s1
}
\bar "||"
% prechorus
s4-.^\markup{PRECHORUS} s4-. s2
s1
s4-. s4-. s2
s1
s4-. s4-. s2
s1
s4-. s4-. s2
s1
s4-. s4-. s2
s1
\repeat unfold 4 {
s1
}
\bar "||"
% chorus
s1^\markup{CHORUS}
\repeat unfold 15 {
s1
}
\bar "||"
}
|