]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / part-combine-solo.ly
index 8d85a52025bca218cb139daa7913b6e27c7a93e5..e29e27b1ba978635a5be8651576887dfc8e60f5c 100644 (file)
@@ -14,15 +14,15 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo
 "
     }
 
-vone = \notes \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 }
-vtwo = \notes \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
+vone =  \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ 2 ~ 4 }
+vtwo =  \relative g' { g4.   g8 r2          g4 r4 r2  g4 } 
 
-\version "2.1.22"
+\version "2.19.2"
+
+\paper { ragged-right = ##t } 
 
-\score {
     
-    << \set Score.skipBars =  ##t
+<< \set Score.skipBars = ##t
    \partcombine \vone \vtwo
-       >>
-}
+>>