X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=2063b84cdf401cd7719a80bdc582e7dcf4c9edd5;hb=2c1ffb66705c456712ad619a5296f080a7433756;hp=332970160e9b5fac73dd202a32c584d0284fef56;hpb=3d60f2770c2f5c19be4aa2960f80a3b21e489638;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index 332970160e..2063b84cdf 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,24 +1,28 @@ -\version "2.3.17" +\version "2.16.0" \header { - - texidoc = "If note head is `over' the center line, the stem is + + texidoc = "If note head is `over' the center line, the stem is shortened. This happens with forced stem directions, and with some chord configurations." } -\score { - \relative c'' { - \stemDown d c b a g f e - \stemNeutral - \stemUp a b c d e f g a - \stemNeutral - 2 - - } - \paper { - raggedright = ##t - } +\layout { + ragged-right = ##t } + + +\relative c'' { + \stemDown d c b a g f e + \stemNeutral + \stemUp a b c d e f g a + \stemNeutral + s4 | + + 2 + +} + +