]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/minimum-length-end-line.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / minimum-length-end-line.ly
1 \version "2.17.16"
2
3 \header {
4   texidoc = "Long spanners at the end of the lines stretch measures
5 correctly.
6 "
7 }
8
9 {
10   \override Hairpin.minimum-length = #60
11   \override Hairpin.to-barline = ##t
12   \repeat unfold 4 a1
13   a1\<
14   a1\>
15   a1\!
16 }