summaryrefslogtreecommitdiff
path: root/Hedwigs_Theme/artikulation.ly
blob: 826749d8d1183127fef05b52e95f11cc2f5ec12c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  artikulation = {
    \repeat volta 2 {
      s4\mp |
      s2.*4\breathe |
      s2.*3 |
      s2\breathe s4 | \bar "||"
      s2.*3 |
      s2\breathe s4 |
      s2.*2 |
      s2.\<
      s2\breathe s4\mf | \bar "||"
      s2.*3 |
      s2\breathe s4 |
      s2.*3 |
      s2\breathe s4 | \bar "||"
      s2.*3 |
      s2\breathe s4 |
      s2.*3 |
      s2
    }
  }