MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / part-combine-solo-end.ly
blob63c1318910b6761b314009629b9bdf81726d699e
1 \header {
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."
9 \version "2.12.0"
10 \layout { ragged-right = ##t }
13 \new Staff
14 \partcombine
15 { R1 * 2 }
16 { c'8\> c'\! r2. }