X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=cd1503441a94879116633036e5914b57f35c37b5;hb=becfb1f1b2bcc675fc65cafd26002fb5eaf2d88f;hp=b04eb2aee08c758963ce17325b55fe1228dbce2b;hpb=59566db06793e38a8805f75d2ee80970ff2cad0f;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index b04eb2aee0..cd1503441a 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,10 +1,9 @@ -#(ly:set-option 'old-relative) -\version "2.1.23" +\version "2.7.39" \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. @@ -12,24 +11,21 @@ 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 - \translator{ - \StaffContext - % makes for handier debugging - % \remove Clef_engraver - } - } + +\new Staff \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 +} + +\layout{ + line-width = 50.\mm + indent = 0 } +