]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-ragged-last.ly
index f18898601430ef3437905090637fd9ac33fc4c58..817ac43190895c426972a3146a30ccc7d4d2df91 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.3.4"
+\version "2.12.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 } }
+