]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-rest.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / hairpin-to-rest.ly
1 \version "2.19.21"
2 \header {
3   texidoc = "Hairpins end at the left edge of a rest."
4 }
5
6 \layout{
7   ragged-right=##t
8 }
9 \relative {
10   c''2\p\> r4\!
11 }