MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tie-arpeggio-collision.ly
bloba874e2b4119dfd7a9f05c64487855d7b39bc742a
2 \header {
4 texidoc = "Advanced tie chord formatting also works with arpegiated
5 ties. Due to arpeggios, tie directions may be changed relative to the
6 unarpegiated case."
11 \version "2.12.0"
14 \layout { ragged-right = ##t }
15 \new Staff \relative c'' {
16 <e c a f>2~ <e c a f> |
17 \set tieWaitForNote = ##t
18 e8~ c~ a~ f~ <e' c a f>2 |
19 f,8~ a~ c~ e~ <f, a c e>2 |