summaryrefslogtreecommitdiff
path: root/Moegen_sich_die_Wege_vor_deinen_Fueszen_ebnen/artikulation.ly
blob: 960111bf0cfd0af9714b81369d058f7478e53afb (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

artikulation = {
  s1 | \mark \markup { \musicglyph #"scripts.segno" }
  s1*3 | \bar "||"
  s1*2\breathe |
  s1 |
  s2.\breathe s4 |
  \repeat volta 3 {
    s1 |
    s2.\breathe s4 |
    s4. s8-> s4. s8-> |
    s1 |
  }
  \alternative {
    {
      s2.\breathe s4 |
    }
    {
      s1 | \bar "||"
    }
    {
      s1 |
    }
  }
  s1*3 | \bar "|."
}