summaryrefslogtreecommitdiff
path: root/hr/stch/fertig/adeste/dynArt.ly
blob: a4158e344652bba79cca5791cd44c60f84fd70ad (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
64
65
66
67
68
69
70
71
72
73
74
75
%some settings% vim: ai sw=2 lbr nu et

  meta = {
    %(dynamic) marks global to all voices
    \dynamicUp
    s4 
    s1 
    s1 
    s1 
    s2. s4\mf 
    s1 
    s1 
    s1 
    s1 
    s1\f 
    s1 
    s4 s2.\> 
    s2. s4\p
    s1 
    s1 
    s1 
    s2. s4\f 
    s2 s4^\markup{ \italic "poco" } s4\> 
    s2\! s4\< s4\! 
    s1 
    s2.%\fermata
    \bar "|."
  }

% articulation

    mep = \markup{ \italic "meno" \dynamic "p" }
    unterArt = {
      s4^\markup{ \italic "poco" \dynamic "f" } 
      s2 s4\< s4\! 
      s2 s4\> s4\! 
      s2\! s2\!
      s2\> s4\! s4
    }

    sopranArt = {
      s4^\markup{ \bold "Mit freudigem Ausdruck" } 
      \repeat unfold 13 { s1 }
      s2. s4^\mep
      \repeat unfold 4 { s1 }
      s2^\markup{ \italic "poco rit." }
    }

    altArt = {
      s4 
      \repeat unfold 13 { s1 }
      s2. s4^\mep
    }

    tenorArt = {
      <<
        \unterArt
        {
          s4 
          \repeat unfold 13 { s1 }
          s2. s4^\mep
        }
      >>
    }

    bassArt = {
      <<
        \unterArt
        {
          s4 
          \repeat unfold 13 { s1 }
        }
      >>
    }