]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ragged-last.ly
1fcf51cedb0ce9c6832a5b87b842cdfd4126b7c2
[lilypond.git] / input / regression / spacing-ragged-last.ly
1 \version "2.3.17"
2
3 \header {
4
5     texidoc = "If @code{raggedlast} is set, the systems are broken
6     similar to paragraph formatting in text: the last line is
7     justified. "
8
9           }
10
11
12 \score  {
13      \relative c'' \new Staff { \repeat unfold 20 { c1 } }
14     \paper{
15         raggedlast = ##t
16     }
17 }
18