]> 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 ef2c086171150f25e9979149645e49034e844120..a3de17e91ec74c0085d30206044027304bd34106 100644 (file)
@@ -5,10 +5,10 @@
 
 }
 
-\version "2.3.22"
+\version "2.10.0"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
+\new Staff
     \partcombine  \relative c'' {
        bes2(
         a4)
@@ -16,4 +16,3 @@
      \relative c' {
        r2 cis4
     }
-}