]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
* lily/auto-change-iterator.cc: move contents from
[lilypond.git] / input / regression / part-combine-solo.ly
index be212b8a0d0ea5c70e59c196fb9366331e483e3b..fa7b8eaf59833bcf628fb918cd45b614423065d2 100644 (file)
@@ -17,10 +17,12 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo
 vone = \notes \relative a' { g4 r8 g8 g8 r8 g8 r8 g2 ~ g2 ~ g4 }
 vtwo = \notes \relative g' { e4.   e8 r2          e4 r4 r2  e4 } 
 
+\version "2.1.18"
+
 \score {
     
     << \property Score.skipBars = ##t
-   \newpartcombine \vone \vtwo
+   \partcombine \vone \vtwo
        >>
 }