]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / part-combine-solo.ly
index be212b8a0d0ea5c70e59c196fb9366331e483e3b..621282709e1d063c39ae834e0b8eb44419d2c858 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 a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
+vtwo =  \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
+
+\version "2.16.0"
+
+\paper { ragged-right = ##t } 
 
-\score {
     
-    << \property Score.skipBars = ##t
-   \newpartcombine \vone \vtwo
-       >>
-}
+<< \set Score.skipBars = ##t
+   \partcombine \vone \vtwo
+>>