MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / part-combine.ly
blob13a0d82096e1b2a305fde7b46ca5560dd6ba2a63
2 \header {
3 texidoc ="The new part combiner stays apart from:
4 @itemize @bullet
5 @item different durations,
6 @item different articulations (taking into account only slur/beam/tie), and
7 @item wide pitch ranges.
8 @end itemize
12 \layout { ragged-right = ##t }
14 \version "2.12.0"
16 vone = \relative a' {
17 g2 g g g4 g f' c c( c) c c c ~ c
18 c2. c4 c
20 vtwo = \relative a' {
21 f2 f4 f f2 g4 g c, f f f f f~ f ~ f
22 f4 f2. ~ f4
26 \partcombine \vone \vtwo