]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / part-combine.ly
index 30196826561b5856c4dfcf0d3abd73374dce7e73..72a22ee2edbd93da2ef61b208697e4c821e3abb6 100644 (file)
@@ -9,7 +9,7 @@
 "
     }
 
-\version "2.3.16"
+\version "2.4.0"
 
 vone =  \relative a' { g2 g    g  g4 g f' c c( c) c c  c ~ c
                             c2. c4   c
@@ -21,6 +21,6 @@ vtwo =  \relative a' { f2 f4 f f2 g4 g c, f f  f  f f~ f ~ f
 
 \score {
    \partcombine \vone \vtwo
-   \paper { raggedright = ##t } 
+   \layout { raggedright = ##t } 
 }