X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=7629873befa5dbbbe6bcee90f7550e37677dcf9a;hb=d461778d6fd14bf62f726fe795e2ef542e2133c1;hp=bd40b8f5423e1c60d9188d17b6c6d0788abc6f9b;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index bd40b8f542..7629873bef 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,9 +1,8 @@ -#(ly:set-option 'old-relative) -\version "2.1.30" +\version "2.10.0" \header{ -texidoc=" Between notes, there may be simple glissando lines. + texidoc=" Between notes, there may be simple glissando lines. Here, the first two glissandi are not consecutive. The engraver does no time-keeping, so it involves some trickery to get @@ -12,24 +11,23 @@ The engraver does no time-keeping, so it involves some trickery to get " } -\score{ - \context Staff=one \notes\relative c''{ - % gliss non gliss and - c4 \glissando d e \glissando f \glissando \break - % consecutive - c \glissando d, \glissando e' - << { \stemUp e8 \glissando g8 } - \context Voice = VB {\stemDown \repeat unfold 4 d16 } >> - \override Glissando #'style = #'zigzag - c4 \glissando c,, \glissando c' \glissando d - } - \paper{ - linewidth = 50.\mm indent = 0 - \context{ - \StaffContext - % makes for handier debugging - % \remove Clef_engraver - } - } + +\layout{ + line-width = 50.\mm + indent = 0 +} + +\new Staff \relative c''{ + \override Glissando #'breakable = ##t + + %% gliss non gliss and + c4 \glissando d e \glissando f \glissando \break + %% consecutive + c \glissando d, \glissando e' + << { \stemUp e8 \glissando g8 } + \context Voice = VB {\stemDown \repeat unfold 4 d16 } >> + \override Glissando #'style = #'zigzag + c4 \glissando c,, \glissando c' \glissando d } +