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.21.0"
10\layout { ragged-right = ##t }
11
12<<
13    \new Staff
14    \partCombine
15    { R1 * 2 }
16    { c'8\> c'\! r2.  }
17>>
18