blob: b03db14adb149a93c1cc398ae0bb251136c6c00f (
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
|
%some settings% vim: ai sw=2 lbr nu encoding=utf8
meta = {
%(dynamic) marks global to all voices
\dynamicUp
s1*5
s1*4 \break
s1*7 %\break
s1*4 \break
s1*2
%s1*6 %\break
%
s1*8 \break
s1*9 \break
s1*9 \break
%\pageBreak
s1*4
s2.*5 \break
s2.*8 \break
s1*8
%\repeat unfold <+number of parts+> {
%s4*<+number of measures within a part+>
%}
}
% articulation
sopranArt = {
%\repeat unfold <+number of parts+> {
%s4*<+number of measures within a part+>
%}
}
altArt = {
%\repeat unfold <+number of parts+> {
%s4*<+number of measures within a part+>
%}
}
tenorArt = {
%\repeat unfold <+number of parts+> {
%s4*<+number of measures within a part+>
%}
}
bassArt = {
%\repeat unfold <+number of parts+> {
%s4*<+number of measures within a part+>
%}
}
|