]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-cross.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / part-combine-cross.ly
index c18f210483ce57032607cc221f52c253349dc88d..ec2bd9d989a2168ef9de79d8cace28277abfa15d 100644 (file)
@@ -4,13 +4,13 @@
 "
     }
 
-\version "2.3.16"
+\version "2.4.0"
 
 vone =  \relative a' { g4 g f f e e d d }
 vtwo =  \relative a' { e4 e f f g g a a }
 
 \score {
    \partcombine \vone \vtwo
-   \paper { raggedright = ##t } 
+   \layout { raggedright = ##t } 
 }