]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-ragged-last.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-ragged-last.ly
1 \version "2.12.0"
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 c'' \new Staff { \repeat unfold 20 { c1 } }
16