]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/new-part-combine-text.ly
* scm/define-music-types.scm (music-descriptions): add
[lilypond.git] / input / regression / new-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 vone = \notes \relative a' { R1 a4 r4 r r a a a a }
13 vtwo = \notes \relative a' { R1 f4 f4 f4 f f f a a  }
14
15 \score {
16    \newpartcombine \vone \vtwo
17 }
18