]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-ragged-last.ly
index 648503704638194fdc2d16dfb11134e499e6f84c..d78514396055eeffc886fdd6c9e6ea842ec52ff7 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.7.13"
+\version "2.16.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 } }