]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ragged-last.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-ragged-last.ly
1 \version "2.19.21"
2
3 \header {
4
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. "
8
9 }
10
11 \layout{
12   ragged-last = ##t
13 }
14
15 \relative \new Staff { \repeat unfold 20 { c''1 } }
16