X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-arpeggio.ly;h=f37269d544511566bfb7c116b92fc74eb7554b3a;hb=88d306d9c5666b5ade4a136df29cca19c5ff5ed7;hp=e0feffd2da40c12d3ad6352d36ddfeb00815a61c;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/tie-arpeggio.ly b/input/regression/tie-arpeggio.ly index e0feffd2da..f37269d544 100644 --- a/input/regression/tie-arpeggio.ly +++ b/input/regression/tie-arpeggio.ly @@ -1,17 +1,20 @@ +\version "2.16.0" +#(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." + 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.32" - \paper { ragged-right = ##t } -\relative { +\relative c' { c~ e~ g~ \set tieWaitForNote = ##t c~ e~ g~ @@ -21,4 +24,5 @@ \set tieWaitForNote = ##f ~ + }