]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-text.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / part-combine-text.ly
1
2 \header {
3     texidoc ="The part combiner detects a2, solo1 and solo2, and prints
4 texts accordingly.
5
6 "
7
8     
9     }
10
11
12 \version "2.11.51"
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_\markup { \small "expect: solo 2" }
19          s4 s2 s4_\markup { \small "expect: a2"  } s4 } 
20 \new Staff <<
21     \partcombine \vone \vtwo
22     \comm
23 >>
24