]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / spacing-ragged-last.ly
index 1fcf51cedb0ce9c6832a5b87b842cdfd4126b7c2..829ae3228b4821ee9a176ad92da682b0647d1e65 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.3.17"
+\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
-    justified. "
-
-         }
+    unjustified. "
 
+}
 
-\score  {
-     \relative c'' \new Staff { \repeat unfold 20 { c1 } }
-    \paper{
-       raggedlast = ##t
-    }
+\layout{
+  ragged-last = ##t
 }
-       
+
+\relative c'' \new Staff { \repeat unfold 20 { c1 } }
+