summaryrefslogtreecommitdiff
path: root/hr/michi/whitacre/both/dynArt.ly
blob: 6cd40e18d9345d2f196acf76e3e446e55bc3a75a (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
52
53
54
55
56
57
58
59
60
61
62
63
%some settings% vim: ai sw=2 lbr nu et

  meta = {
    %(dynamic) marks global to all voices
    %\override Staff.TimeSignature #'style = #'()
    \dynamicUp
    \key c \major
    \time 4/4
    s1*6 
    \break
    \time 3/4 
    s2. 
    \time 4/4 
    s1*4 
    \time 2/4 
    s2
    \time 4/4
    s1*3
    \time 3/4
    s2.
    \time 4/4 
    s1*4
    \time 3/4
    s2.*2
    \time 4/4 
    s1*3
    \time 2/4
    s2
    \time 4/4 
    s1*7
    \time 2/4
    s2
    \time 4/4 
    s1*3
    \time 2/4
    s2
    \time 4/4 
    s1
    \time 2/4
    s2
    \time 4/4 
    s1
    \time 2/4
    s2
    \time 4/4 
    s1*10
    \bar "|."
  }

% articulation

    sopranArt = {
    }

    altArt = {
    }

    tenorArt = {
    }

    bassArt = {
    }