]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / part-combine-solo.ly
index c9ee486ebc969d255d023ec499b97f33d5f6f8c2..540ce0cd8175167f7f68a76b1adabcc9f25f1352 100644 (file)
@@ -17,12 +17,12 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo
 vone =  \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
 vtwo =  \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
 
-\version "2.3.4"
+\version "2.10.0"
+
+\paper { ragged-right = ##t } 
 
-\score {
     
-    << \set Score.skipBars = ##t
+<< \set Score.skipBars = ##t
    \partcombine \vone \vtwo
-       >>
-}
+>>