MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / part-combine-cross.ly
blob382e23d3d249273a9be0d87eb83aa7b24c2b466e
2 \header {
3 texidoc ="The part combiner stays apart for crossing voices.
7 \version "2.12.0"
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 }
13 \partcombine \vone \vtwo