]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo-end.ly
* scripts/convert-ly.py (conv): remove \notes.
[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.4"
9
10 \score {
11    <<
12      \new Staff
13        \partcombine
14           { R1 * 2 }
15           { c'8\> c'\! r2.  }
16    >>
17 }