]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-cross.ly
979180cd11ac6579f96306afa1687408b0ef8860
[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.14.0"
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 \layout { ragged-right = ##t } 
12
13 \partcombine \vone \vtwo
14