]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-rest.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / hairpin-to-rest.ly
1 \version "2.10.8"
2 \header {
3   texidoc = "Hairpins end at the left edge of a rest."
4 }
5
6 \layout{
7   ragged-right=##t
8 }
9 \relative c'' {
10   c2\p\> r4\!
11 }