X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando-consecutive.ly;h=012103c4af8a0e65b2da25dbe9f26a44a9d9d127;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=e99f56f0843390e636b6043e4d938d0cff1e6bdc;hpb=94644b3a701073c99eabb88d95b20cd3f3ac5af0;p=lilypond.git diff --git a/input/regression/glissando-consecutive.ly b/input/regression/glissando-consecutive.ly index e99f56f084..012103c4af 100644 --- a/input/regression/glissando-consecutive.ly +++ b/input/regression/glissando-consecutive.ly @@ -1,4 +1,4 @@ -\version "2.16.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 }