X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-ragged-last.ly;h=829ae3228b4821ee9a176ad92da682b0647d1e65;hb=c1ea7b13aea6297018375ed3571753a6c36714ab;hp=306ebbc025edcd822de5fc96aab170f735ffbdcd;hpb=99bcd0343c445836841b99823cc40440c453410d;p=lilypond.git diff --git a/input/regression/spacing-ragged-last.ly b/input/regression/spacing-ragged-last.ly index 306ebbc025..829ae3228b 100644 --- a/input/regression/spacing-ragged-last.ly +++ b/input/regression/spacing-ragged-last.ly @@ -1,15 +1,15 @@ -\version "2.6.0" +\version "2.10.0" \header { - texidoc = "If @code{raggedlast} is set, the systems are broken + texidoc = "If @code{ragged-last} is set, the systems are broken similar to paragraph formatting in text: the last line is unjustified. " } \layout{ - raggedlast = ##t + ragged-last = ##t } \relative c'' \new Staff { \repeat unfold 20 { c1 } }