]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo-end.ly
* scm/part-combiner.scm (determine-split-list): bugfix: if no
[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.0"
9
10 \score {
11    <<
12      \new Staff
13        \partcombine
14          \notes { R1 * 2 }
15          \notes { c'8\> c'\! r2.  }
16    >>
17 }