X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fglissando.ly;h=bdb5124483b4100baafbde788795ec5b1498c139;hb=90fce106774e91373aba8308f39da486064f4cef;hp=a878601a92989bce264e45b375f5fee3ac40d2cd;hpb=890bf9e11a81a566d6387999a796c44edeeebe75;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index a878601a92..bdb5124483 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,4 +1,4 @@ -\version "2.11.51" +\version "2.17.6" \header{ @@ -18,7 +18,7 @@ The engraver does no time-keeping, so it involves some trickery to get } \new Staff \relative c''{ - \override Glissando #'breakable = ##t + \override Glissando.breakable = ##t %% gliss non gliss and c4 \glissando d e \glissando f \glissando \break @@ -26,7 +26,7 @@ The engraver does no time-keeping, so it involves some trickery to get c \glissando d, \glissando e' << { e8 \glissando g8 } \\ { \repeat unfold 4 d16 } >> - \override Glissando #'style = #'zigzag + \override Glissando.style = #'zigzag c4 \glissando c,, \glissando c' \glissando d }