]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-cross.ly
5247dc7abc1cd897507f5bfa5970183e18eece8a
[lilypond.git] / input / regression / part-combine-cross.ly
1
2 \header {
3     texidoc ="The part combiner stays apart for crossing voices.
4 "
5     }
6
7 \version "2.3.17"
8
9 vone =  \relative a' { g4 g f f e e d d }
10 vtwo =  \relative a' { e4 e f f g g a a }
11
12 \score {
13    \partcombine \vone \vtwo
14    \paper { raggedright = ##t } 
15 }
16