X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-arpeggio.ly;h=28d3e303d174c00daca2c414db4212ca1c6c5d56;hb=8841948d136631e7547cd52665129bdb06f882f8;hp=306d33bb256b5ec2bcc690cb4674f868df5b5974;hpb=6d910958ea621e4ab878a118bd77e61ae210a6ef;p=lilypond.git diff --git a/input/regression/tie-arpeggio.ly b/input/regression/tie-arpeggio.ly index 306d33bb25..28d3e303d1 100644 --- a/input/regression/tie-arpeggio.ly +++ b/input/regression/tie-arpeggio.ly @@ -1,18 +1,20 @@ +\version "2.14.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." } -\version "2.11.51" - \paper { ragged-right = ##t } -\relative { +\relative c' { c~ e~ g~ \set tieWaitForNote = ##t c~ e~ g~ @@ -22,6 +24,5 @@ \set tieWaitForNote = ##f ~ - | }