]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-part-combine-solo-global.ly
* lily/multi-measure-rest-engraver.cc (process_music): extra check
[lilypond.git] / input / regression / new-part-combine-solo-global.ly
1
2 \header { texidoc = "Solo/Solo2 also is global: In this example, solo1
3           should not printed over the 1st note, because the voice
4           switch would kill the slur."
5
6 }
7
8
9 \score {
10     \new Staff
11     \newpartcombine \notes \relative c'' {
12         bes2(
13          a4)
14         }
15     \notes \relative c' {
16         r2 cis4
17     }
18 }