X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-unterminated.ly;fp=input%2Fregression%2Ftie-unterminated.ly;h=26b5559d8a515b6350266e36bc2478bd86424a54;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/tie-unterminated.ly b/input/regression/tie-unterminated.ly new file mode 100644 index 0000000000..26b5559d8a --- /dev/null +++ b/input/regression/tie-unterminated.ly @@ -0,0 +1,14 @@ +\version "2.14.0" +#(ly:set-option 'warning-as-error #f) + +\header { + texidoc = "When a tie is followed only by unmatching notes and the tie cannot + be created, lilypond prints out a warning unless @code{tieWaitForNote} is set." +} + +\relative c' { + c1~ c | + c1~ | + c1~ d | + 1~ c | +}