]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-unterminated.ly
d2fe1e7981cb7973687db284e53b888a2a8ccc0a
[lilypond.git] / input / regression / tie-unterminated.ly
1 \version "2.13.41"
2 #(ly:set-option 'warning-as-error #f)
3
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."
7 }
8
9 \relative c' {
10   c1~ c |
11   c1~ <e c> |
12   c1~ d |
13   <c e>1~ c |
14 }