]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-text.ly
09d4b78ad6febf4263b4d781b4bf99cfd5a57f4b
[lilypond.git] / input / regression / part-combine-text.ly
1
2 \header {
3     texidoc ="The new part combiner:
4
5 Detect a2, solo1, solo2  and print texts accordingly.
6
7 "
8
9     
10     }
11
12
13 vone = \notes \relative a' { R1 a2    r4 r a a a a }
14 vtwo = \notes \relative a' { R1 f4 f4 f4 f f f a a  }
15
16 \score {
17    \newpartcombine \vone \vtwo
18 }
19