]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / part-combine-solo-global.ly
index b767dd1f779d395fd48a8e5a74d1dade6df71b23..a3de17e91ec74c0085d30206044027304bd34106 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.1.22"
+\version "2.10.0"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
-    \partcombine \notes \relative c'' {
+\new Staff
+    \partcombine  \relative c'' {
        bes2(
         a4)
        }
-    \notes \relative c' {
+     \relative c' {
        r2 cis4
     }
-}