]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-solo.ly
index 54a214651498909aa29ef22a0be87e0af75d2d9a..75803487a2435e579b5d938b576c4793ccc06cd4 100644 (file)
@@ -14,15 +14,15 @@ 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 } 
+vone =  \relative { d''4 r8 d8 d8 r8 d8 r8 d2 ~ 2 ~ 4 }
+vtwo =  \relative { g'4.   g8 r2          g4 r4 r2  g4 } 
 
-\version "2.3.22"
+\version "2.19.21"
+
+\paper { ragged-right = ##t } 
 
-\score {
     
-    << \set Score.skipBars = ##t
+<< \set Score.skipBars = ##t
    \partcombine \vone \vtwo
-       >>
-}
+>>