X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=bdb5124483b4100baafbde788795ec5b1498c139;hb=5944d20489bb5b8e4c4907fa3b3bcae9ec275ccb;hp=fb780e1d27d0212f22ff83c4b43ba7a053b7dc8b;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index fb780e1d27..bdb5124483 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\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 }