]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-ragged-last.ly
put \version check in test target.
[lilypond.git] / input / regression / spacing-ragged-last.ly
index c29191af214f4e72cea594c74fae0e91253b4acb..a1d9d74cf85f2089dc4ce657c702197a35bd7d39 100644 (file)
@@ -1,18 +1,16 @@
-\version "2.3.16"
+\version "2.10.0"
 
 \header {
 
-    texidoc = "If @code{raggedlast} is set, the systems are broken
+  texidoc = "If @code{raggedlast} 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{
+  raggedlast = ##t
 }
-       
+
+\relative c'' \new Staff { \repeat unfold 20 { c1 } }
+