]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-end.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / part-combine-solo-end.ly
index 2d01f8a40fd5601dd033c5fe4379f3fdc2cb68d4..8a5169d034a48dab20ed5cebadd806df151b6732 100644 (file)
@@ -5,13 +5,13 @@
 
 }
 
-\version "2.3.0"
+\version "2.3.4"
 
 \score {
    <<
      \new Staff
        \partcombine
-         \notes { R1 * 2 }
-         \notes { c'8\> c'\! r2.  }
+          { R1 * 2 }
+          { c'8\> c'\! r2.  }
    >>
 }