X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-arpeggio.ly;h=eabcaa78cb7779c8244ca9980d661d785810f1e8;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=aa94e4736ac4035aa72d79a5de3c3d92771d9be9;hpb=78c62d0753181e1f4031be89f96a61cbe8e0c5b9;p=lilypond.git diff --git a/input/regression/tie-arpeggio.ly b/input/regression/tie-arpeggio.ly index aa94e4736a..eabcaa78cb 100644 --- a/input/regression/tie-arpeggio.ly +++ b/input/regression/tie-arpeggio.ly @@ -1,19 +1,21 @@ +\version "2.19.21" +#(ly:set-option 'warning-as-error #f) +#(ly:expect-warning (_ "unterminated tie")) +#(ly:expect-warning (_ "unterminated tie")) + \header { texidoc = - "when @code{tieWaitForNote} is set, the right-tied note does not have to follow the lef-tied note directly. When @code{tieWaitForNote} is set to false, any tie will erase all pending ties." } -\version "2.7.39" - \paper { ragged-right = ##t } \relative { - c~ e~ g~ + c'~ e~ g~ \set tieWaitForNote = ##t c~ e~ g~ @@ -22,6 +24,5 @@ \set tieWaitForNote = ##f ~ - | }