X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=2063b84cdf401cd7719a80bdc582e7dcf4c9edd5;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=cfa16c89907c4fc55b3fd55b25bfa15977a99cf9;hpb=337f6bac894a741641eb9a0d78b3bc2c376fad12;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index cfa16c8990..2063b84cdf 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,24 +1,28 @@ -\version "2.1.30" +\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 { - \notes \relative c'' { - \stemDown d c b a g f e - \stemBoth - \stemUp a b c d e f g a - \stemBoth - 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 + +} + +