X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=7c3d8b6a8b39f93302f2324ebfb7b6a41b093842;hb=0ec80922794cdfc5c29b100da1a4c821a084dc3c;hp=bd40b8f5423e1c60d9188d17b6c6d0788abc6f9b;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index bd40b8f542..7c3d8b6a8b 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,5 +1,5 @@ #(ly:set-option 'old-relative) -\version "2.1.30" +\version "2.3.4" \header{ @@ -13,7 +13,7 @@ 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 @@ -26,7 +26,7 @@ The engraver does no time-keeping, so it involves some trickery to get \paper{ linewidth = 50.\mm indent = 0 \context{ - \StaffContext + \Staff % makes for handier debugging % \remove Clef_engraver }