X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fphrasing-slur-multiple.ly;h=14d163b4ccd7d1c1a510684bcfaf7052c19cc4f8;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=dbef390cb52aeabe629d40742cc04fbb35b40747;hpb=94644b3a701073c99eabb88d95b20cd3f3ac5af0;p=lilypond.git diff --git a/input/regression/phrasing-slur-multiple.ly b/input/regression/phrasing-slur-multiple.ly index dbef390cb5..14d163b4cc 100644 --- a/input/regression/phrasing-slur-multiple.ly +++ b/input/regression/phrasing-slur-multiple.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.21" #(ly:set-option 'warning-as-error #f) #(ly:expect-warning (_ "already have phrasing slur")) @@ -16,9 +16,9 @@ sp=#(define-event-function (parser location n e) (index? ly:event?) (set! (ly:music-property e 'spanner-id) (format "sp~a" n)) e) -\relative c'' { +\relative { % This will give warnings ("Already have phrasing slur" and "Cannot end phrasing slur") - c4\(\(\sp1\( d4\)\(\sp1\( e4\) f\) | + c''4\(\(\sp1\( d4\)\(\sp1\( e4\) f\) | % This will give two overlapping slurs and "unterminated phrasing slur" from above d\( d\sp2\( e\) f\sp2\) |