]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-end.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / part-combine-solo-end.ly
index 2d01f8a40fd5601dd033c5fe4379f3fdc2cb68d4..63c1318910b6761b314009629b9bdf81726d699e 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.0"
+\version "2.12.0"
+\layout { ragged-right = ##t }
 
-\score {
-   <<
-     \new Staff
-       \partcombine
-         \notes { R1 * 2 }
-         \notes { c'8\> c'\! r2.  }
-   >>
-}
+<<
+    \new Staff
+    \partcombine
+    { R1 * 2 }
+    { c'8\> c'\! r2.  }
+>>