blob: b7c466543b99376eecf4ba0d0fa186cc695e1bb2 (
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
|
%some settings% vim: ai sw=2 lbr nu
meta = {
%(dynamic) marks global to all voices
\dynamicUp
%\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+>
%}
}
|