]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-global.ly
* lily/slur-quanting.cc (init_score_param): read scoring
[lilypond.git] / input / regression / part-combine-global.ly
index b39d9e03f0047d2c6a3900ca72e3eea86031bb23..655df4d37abcad79691d07d0c159929e09497956 100644 (file)
@@ -11,9 +11,9 @@ voices.
   
 "
     }
-\version "1.9.8"
+\version "2.3.4"
 
-vone =\notes
+vone =
 
 %%%%%%%%%%%%%%  0   1   2   3  
 \relative c'' {
@@ -22,7 +22,7 @@ vone =\notes
     a8[ a]  a8[ a]
 }
 
-vtwo =\notes
+vtwo =
 \relative c' {
     \time 2/4
     f8[ f]~ f8[ f] |
@@ -30,5 +30,5 @@ vtwo =\notes
 }
 
 \score {
-    \newpartcombine \vone \vtwo
+    \partcombine \vone \vtwo
     }