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