]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
Doc-es: various updates.
[lilypond.git] / input / regression / part-combine-solo.ly
index be212b8a0d0ea5c70e59c196fb9366331e483e3b..75803487a2435e579b5d938b576c4793ccc06cd4 100644 (file)
@@ -14,13 +14,15 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo
 "
     }
 
-vone = \notes \relative a' { g4 r8 g8 g8 r8 g8 r8 g2 ~ g2 ~ g4 }
-vtwo = \notes \relative g' { e4.   e8 r2          e4 r4 r2  e4 } 
+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.19.21"
+
+\paper { ragged-right = ##t } 
 
-\score {
     
-    << \property Score.skipBars = ##t
-   \newpartcombine \vone \vtwo
-       >>
-}
+<< \set Score.skipBars = ##t
+   \partcombine \vone \vtwo
+>>