]> 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 1d885e938b1f55ef9a0798ef3b58b2045b56ae70..ec2bd9d989a2168ef9de79d8cace28277abfa15d 100644 (file)
@@ -4,13 +4,13 @@
 "
     }
 
-\version "2.2.0"
+\version "2.4.0"
 
-vone = \notes \relative a' { g4 g f f e e d d }
-vtwo = \notes \relative a' { e4 e f f g g a a }
+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 } 
 }