]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / spacing-ragged-last.ly
index f26488726f3af10a150519630b23ac42c7e34f3c..cd5216675db1aa229dea659fcebb5796a4e1449f 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.3.22"
+\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
-    justified. "
-
-         }
+    unjustified. "
 
+}
 
-\score  {
-     \relative c'' \new Staff { \repeat unfold 20 { c1 } }
-    \layout{
-       raggedlast = ##t
-    }
+\layout{
+  ragged-last = ##t
 }
-       
+
+\relative c'' \new Staff { \repeat unfold 20 { c1 } }
+