X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=7c3d8b6a8b39f93302f2324ebfb7b6a41b093842;hb=ad61ab1c0e408654c58cf1e7ff8c1af15d6a989e;hp=7779a0bc74a97757a5844a075003af9d09d116a9;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index 7779a0bc74..7c3d8b6a8b 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,10 +1,10 @@ #(ly:set-option 'old-relative) -\version "1.9.8" +\version "2.3.4" \header{ -texidoc=" Simple glissando lines between notes are supported. -The first two glissandi are not consecutive. +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 << @{ s8 s8 s4 @} @{ c4 \\gliss d4 @} >> working correctly. @@ -13,20 +13,20 @@ The engraver does no time-keeping, so it involves some trickery to get } \score{ - \context Staff=one \notes\relative c''{ + \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 } >> - \property Voice.Glissando \override #'style = #'zigzag + \override Glissando #'style = #'zigzag c4 \glissando c,, \glissando c' \glissando d } \paper{ linewidth = 50.\mm indent = 0 - \translator{ - \StaffContext + \context{ + \Staff % makes for handier debugging % \remove Clef_engraver }