summaryrefslogtreecommitdiff
path: root/hr/Hanna/tritonus/dynArt.ly
blob: bd2d482bae147c5260c68648b59a772823cbc531 (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 encoding=utf8

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