summaryrefslogtreecommitdiff
path: root/hr/michi/thompson/dynArt.ly
blob: 94d0d80c770763aac434387ecbe2cc0261daf943 (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 et

  meta = {
    %(dynamic) marks global to all voices
    %\override Staff.TimeSignature #'style = #'()
    \dynamicUp
    \key d \major
    \time 4/4
    s1*2
    \time 2/8
    s4
    \time 4/4
    s1*9
    s1*11
    \time 2/8
    s4
    \time 4/4
    s1*12
    \time 2/8
    s4
    \time 4/4
    s1*12
    \time 5/4
    s4*5
    \time 4/4
    s1*37
    \bar "|."
  }

% articulation

    sopranArt = {
    }

    altArt = {
    }

    tenorArt = {
    }

    bassArt = {
    }