X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=4b352ebe580f91cb067cc0038ea84ccc63cc0f91;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=7c3d8b6a8b39f93302f2324ebfb7b6a41b093842;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index 7c3d8b6a8b..4b352ebe58 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,9 +1,8 @@ -#(ly:set-option 'old-relative) -\version "2.3.4" +\version "2.14.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 \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{ - \Staff - % 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' + << { e8 \glissando g8 } \\ + { \repeat unfold 4 d16 } >> + \override Glissando #'style = #'zigzag + c4 \glissando c,, \glissando c' \glissando d } +