summaryrefslogtreecommitdiff
path: root/Fuerchtet_euch_nicht/artikulation.ly
blob: 017ae46dcfbef7c32388795e9cc9ec781796088b (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
artikulation = {
  s2.^\f |
  s2.*3 | \bar "||"
  s2.^\mf |
  s2.*3 | \bar "||"
  s2.^\f |
  s2.*13 |
  s2 s4^\markup "rit." |
  s2. | \bar "||"
  s2.^\markup { \dynamic "mp" "a tempo" } |
  s2.*6 |
  s2.^\cresc |
  s2. |
  s2.^\< |
  s4. s^\! |
  s2.^\markup "rall." | \bar "||"
  s2.^\markup { \dynamic "f" "a tempo" } |
  s2.*3\breathe | \bar "||"
  s2.^\mf |
  s2.*5 |
  s2.^\< |
  s2.^\!^\markup "strahlend" |
  s2.*6 |
  s4. s^\mp |
  s2.\breathe |
  s2.^\markup { \dynamic "f" "feierlich" } |
  s2. |
  s2.^\markup "rall." |
  s2.^\fermata | \bar "|."
}