]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-text.ly
*** empty log message ***
[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.1.28"
13
14 vone = \notes \relative a' { R1 a2    r4 r a a a a }
15 vtwo = \notes \relative a' { R1 f4 f4 f4 f f f a a  }
16
17 \score {
18    \partcombine \vone \vtwo
19 }
20