]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo-end.ly
63c1318910b6761b314009629b9bdf81726d699e
[lilypond.git] / input / regression / part-combine-solo-end.ly
1 \header {
2
3     texidoc = "SOLO is printed even if the solo voice ends before the
4     other one. Unfortunately, the multi-rest of the 1st voice (which
5     is 2 bars longer than the 2nd voice) does not get printed."
6
7 }
8
9 \version "2.12.0"
10 \layout { ragged-right = ##t }
11
12 <<
13     \new Staff
14     \partcombine
15     { R1 * 2 }
16     { c'8\> c'\! r2.  }
17 >>