]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-text.ly
* lily/auto-change-iterator.cc: move contents from
[lilypond.git] / input / regression / part-combine-text.ly
index 09d4b78ad6febf4263b4d781b4bf99cfd5a57f4b..ac3f7bd719c55e991cb4ba863eee0ea454ae2eed 100644 (file)
@@ -10,10 +10,12 @@ Detect a2, solo1, solo2  and print texts accordingly.
     }
 
 
+\version "2.1.18"
+
 vone = \notes \relative a' { R1 a2    r4 r a a a a }
 vtwo = \notes \relative a' { R1 f4 f4 f4 f f f a a  }
 
 \score {
-   \newpartcombine \vone \vtwo
+   \partcombine \vone \vtwo
 }