]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / part-combine-solo.ly
index 304589e4bad55a4507f12b224e4e37580522e3ea..abf58c9a6f4f728e49e998d86ecb15d6dfa568c6 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.4.0"
+\version "2.14.0"
+
+\paper { ragged-right = ##t } 
 
-\score {
     
-    << \set Score.skipBars = ##t
+<< \set Score.skipBars = ##t
    \partcombine \vone \vtwo
-       >>
-}
+>>