]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-ragged-last.ly
index 648503704638194fdc2d16dfb11134e499e6f84c..cd5216675db1aa229dea659fcebb5796a4e1449f 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.7.13"
+\version "2.14.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 } }