]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-unterminated.ly
Web-ja: update introduction
[lilypond.git] / input / regression / tie-unterminated.ly
1 \version "2.19.21"
2 #(ly:set-option 'warning-as-error #f)
3 #(ly:expect-warning (_ "unterminated tie"))
4
5 \header {
6   texidoc = "When a tie is followed only by unmatching notes and the tie cannot
7   be created, lilypond prints out a warning unless @code{tieWaitForNote} is set."
8 }
9
10 \relative {
11   c'1~ 1 |
12   c1~ <e c> |
13   c1~ d |
14   <c e>1~ c |
15 }