]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-text.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[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.10.0"
13
14 \layout { ragged-right= ##t }
15
16 vone =  \relative a' { R1 a2    r4 r a a a a }
17 vtwo =  \relative a' { R1 f4 f4 f4 f f f a a  }
18 comm = { s1 s2 s4_"expect: solo 2" s4 s2 s4_"expect: a2" s4 }
19 \new Staff <<
20     \partcombine \vone \vtwo
21     \comm
22 >>
23