X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fglissando.ly;h=cd1503441a94879116633036e5914b57f35c37b5;hb=63d0ac052683737e60b2268c98d480ad5ab1227c;hp=a0a00cb343d3df36afda9f6e6a0dfe6e71d029f0;hpb=49428cfe64483bc706da930d4e24d16166d8e79a;p=lilypond.git diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index a0a00cb343..cd1503441a 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.7.39" \header{ @@ -12,7 +12,7 @@ The engraver does no time-keeping, so it involves some trickery to get } -\context Staff = "one" \relative c''{ +\new Staff \relative c''{ % gliss non gliss and c4 \glissando d e \glissando f \glissando \break % consecutive @@ -22,9 +22,10 @@ The engraver does no time-keeping, so it involves some trickery to get \override Glissando #'style = #'zigzag c4 \glissando c,, \glissando c' \glissando d } + \layout{ - linewidth = 50.\mm indent = 0 - + line-width = 50.\mm + indent = 0 }