MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tie-unterminated.ly
blobd2fe1e7981cb7973687db284e53b888a2a8ccc0a
1 \version "2.13.41"
2 #(ly:set-option 'warning-as-error #f)
4 \header {
5 texidoc = "When a tie is followed only by unmatching notes and the tie cannot
6 be created, lilypond prints out a warning unless @code{tieWaitForNote} is set."
9 \relative c' {
10 c1~ c |
11 c1~ <e c> |
12 c1~ d |
13 <c e>1~ c |