]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-broken-hairpin.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dynamics-broken-hairpin.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "When a hairpin is broken, the broken parts should be open at the â€˜breaking point’."
5 }
6
7 \layout {
8   line-width = 4.\cm
9 }
10
11
12 \relative {
13    c''1 \< \break
14    c
15    c\> \break
16    c
17    c\!
18 }
19