]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo-global.ly
* lily/auto-change-iterator.cc: move contents from
[lilypond.git] / input / regression / 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 \version "2.1.18"
9
10 \score {
11     \new Staff
12     \partcombine \notes \relative c'' {
13         bes2(
14          a4)
15         }
16     \notes \relative c' {
17         r2 cis4
18     }
19 }