X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=7629873befa5dbbbe6bcee90f7550e37677dcf9a;hb=3c08f91969cc562bb9aa354e2b9f4da7f0715260;hp=2cea6f962158046d129c1689a86e8697541dbca6;hpb=880450ccfe1af90f6db0ba1442d5cfc1d7afec3d;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index 2cea6f9621..7629873bef 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -18,9 +18,11 @@ The engraver does no time-keeping, so it involves some trickery to get } \new Staff \relative c''{ - % gliss non gliss and + \override Glissando #'breakable = ##t + + %% gliss non gliss and c4 \glissando d e \glissando f \glissando \break - % consecutive + %% consecutive c \glissando d, \glissando e' << { \stemUp e8 \glissando g8 } \context Voice = VB {\stemDown \repeat unfold 4 d16 } >>