MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / spacing-ragged-last.ly
blob817ac43190895c426972a3146a30ccc7d4d2df91
1 \version "2.12.0"
3 \header {
5 texidoc = "If @code{ragged-last} is set, the systems are broken
6 similar to paragraph formatting in text: the last line is
7 unjustified. "
11 \layout{
12 ragged-last = ##t
15 \relative c'' \new Staff { \repeat unfold 20 { c1 } }