]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / spacing-ragged-last.ly
index c29191af214f4e72cea594c74fae0e91253b4acb..9d13d3c52b333e48c5cace848eefc7f3337eb919 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.4.0"
 
 \header {
 
@@ -11,7 +11,7 @@
 
 \score  {
      \relative c'' \new Staff { \repeat unfold 20 { c1 } }
-    \paper{
+    \layout{
        raggedlast = ##t
     }
 }