]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo-end.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[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.22"
8 \layout { raggedright = ##t }
9
10 <<
11     \new Staff
12     \partcombine
13     { R1 * 2 }
14     { c'8\> c'\! r2.  }
15 >>