]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-ragged-last.ly
index a1d9d74cf85f2089dc4ce657c702197a35bd7d39..d78514396055eeffc886fdd6c9e6ea842ec52ff7 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.10.0"
+\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 } }