summaryrefslogtreecommitdiff
path: root/Brich_an_du_schoenes_Morgenlicht/artikulation.ly
blob: cd451dfe7dddd35db84bbd480d51e02e165a6ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
artikulation = {
  \repeat volta 2 {
    s2.*8 |
  }
  s2.^\mf |
  s2.*6 |
  s2 s4^\f |
  s2.*3 |
  s2 s4^\p |
  s2.*2 |
  s2.^\markup "rit." |
  s2.^\fermata | \bar "|."
}