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