X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando-consecutive.ly;h=012103c4af8a0e65b2da25dbe9f26a44a9d9d127;hb=904268628ec839b3b8265c7cbee3cac475c7c5a2;hp=41f9873f8138b0c58610fb2fd4917be514159484;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/input/regression/glissando-consecutive.ly b/input/regression/glissando-consecutive.ly index 41f9873f81..012103c4af 100644 --- a/input/regression/glissando-consecutive.ly +++ b/input/regression/glissando-consecutive.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.19.21" %% This should really be 2.15.0, because the glissando code %% hasn't been backported -- this is a git-only test at this point @@ -8,6 +8,6 @@ } -\relative c' { - c1 \glissando d1 \glissando e1 +\relative { + c'1 \glissando d1 \glissando e1 }