]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 8026a15af913620ed79029d1a3075e264d028d60..f6c655d248a1c189fbd0cc4e8a85d696a3622fe5 100644 (file)
@@ -5,15 +5,15 @@
 
 }
 
-\version "2.2.0"
+\version "2.3.4"
 
 \score {
     \new Staff
-    \partcombine \notes \relative c'' {
+    \partcombine  \relative c'' {
        bes2(
         a4)
        }
-    \notes \relative c' {
+     \relative c' {
        r2 cis4
     }
 }