summaryrefslogtreecommitdiff
path: root/benedicite/chr/dynArt.ly
blob: 9d9df44c5e09df88d559440779f29b4a3289ca3f (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
%some settings% vim: ai sw=2 lbr nu encoding=utf8

  meta = {
    %(dynamic) marks global to all voices
    \dynamicUp
    %\repeat unfold <+number of parts+> {
      %s4*<+number of measures within a part+>
    %}
    s\breve*3
    s1 s2\fermata s2
  }

% 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+>
      %}
    }