]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-solo-global.ly
Doc-es: various updates.
[lilypond.git] / input / regression / part-combine-solo-global.ly
1
2 \header { texidoc = "In this example, solo1
3           should not be printed over the 1st note, because of the slur
4           which is present from the one-voice to the two-voice situation."
5
6 }
7
8 \version "2.19.21"
9 \paper { ragged-right = ##t } 
10
11 \new Staff
12     \partcombine  \relative {
13         bes'2(
14          a4)
15         }
16      \relative {
17         r2 cis'4
18     }