summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/deep/dynArt.ly
blob: 0948121a51831d5bab8f327ea4753310b65a395c (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
%some settings% vim: ai sw=2 lbr nu et

  meta = {
    %(dynamic) marks global to all voices
    \dynamicUp
    s1\p 
    s1 
    s1^\markup{ \italic "poco cresc." } 
    s2 s2\> 
    s1\! 
    s1 
    s1*2
    \bar "||" 
    s1\p 
    s1*4 
    s1*3 
    \bar "||" 
    s8\f s4^\markup{ \italic "cresc. poco a poco" } s8 s2 
    s1*2 
    s2 s2\ff 
    s1*4 
    s2 s2\fermata 
    \bar "||" 
    s1\p 
    s4 s2 s4\< 
    s4 s4\! s2 
    s4 s4^\markup{ \italic "rit." } s4 s4^\markup{ \italic "ten." }
    s1 
    s2 s4.^\markup{ \italic "ten." } s8 
    s1 
    s2 s4.\fermata s8 
    \override BreathingSign #'text = \markup{ \musicglyph #"scripts.rvarcomma" }
    s8^\markup{ \italic "rit." } s8 s4 s8 s8^\markup{ \italic "ten." } \breathe s4 
    s4 s2.\fermata 
    \bar "|." 
  }

% articulation

    sopranArt = {
    }

    altArt = {
    }

    tenorArt = {
    }

    bassArt = {
    }