]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-text.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[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.22"
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