]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / spacing-ragged-last.ly
index ff5d1a28c98fdc9d5583dea7144e91352e930596..2b2ff08d89108e7323612c7413f55e5e036fc733 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.6.0"
+\version "2.19.21"
 
 \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 \new Staff { \repeat unfold 20 { c''1 } }
+