]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo-end.ly
ef653aa061eeccf92da247ecafecf9d0d66d7c10
[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 does not get printed."
5 }
6
7 \version "2.3.17"
8 \paper { raggedright = ##t }
9
10 <<
11     \new Staff
12     \partcombine
13     { R1 * 2 }
14     { c'8\> c'\! r2.  }
15 >>