]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-end.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / part-combine-solo-end.ly
index 8a5169d034a48dab20ed5cebadd806df151b6732..bb2f7cb858ce9f55fa52edb83df925168ce1d784 100644 (file)
@@ -1,17 +1,17 @@
 \header {
 
     texidoc = "SOLO is printed even if the solo voice ends before the
-    other one."
+    other one. Unfortunately, the multi-rest of the 1st voice (which
+    is 2 bars longer than the 2nd voice) does not get printed."
 
 }
 
-\version "2.3.4"
+\version "2.11.51"
+\layout { ragged-right = ##t }
 
-\score {
-   <<
-     \new Staff
-       \partcombine
-          { R1 * 2 }
-          { c'8\> c'\! r2.  }
-   >>
-}
+<<
+    \new Staff
+    \partcombine
+    { R1 * 2 }
+    { c'8\> c'\! r2.  }
+>>