]> 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 70b258240d2e9efa4b517f7bda8348a9bae4fb30..d78514396055eeffc886fdd6c9e6ea842ec52ff7 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.2.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
-    justified. "
-
-         }
+    unjustified. "
 
+}
 
-\score  {
-    \notes \relative c'' \new Staff { \repeat unfold 20 { c1 } }
-    \paper{
-       raggedlast = ##t
-    }
+\layout{
+  ragged-last = ##t
 }
-       
+
+\relative c'' \new Staff { \repeat unfold 20 { c1 } }
+