summaryrefslogtreecommitdiff
path: root/hr/Hanna/missa brevis/dynArt.ly
blob: 9dba3df639bff601b9b680e0bed99cebf8f0c0b8 (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
%some settings% vim: ai sw=2 lbr nu encoding=utf8

  meta = {
    %(dynamic) marks global to all voices
    \dynamicUp
    \repeat unfold 5 {
      s1
    }
    \repeat unfold 17 {
      s1 s1
    }
    \bar "|"
    %\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+>
      %}
    }