]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ragged-last.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-ragged-last.ly
1 \version "2.1.34"
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     \notes \relative c'' \new Staff { \repeat unfold 20 { c1 } }
14     \paper{
15         raggedlast = ##t
16     }
17 }
18