X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=25c029ecbcca51d53d41b7b95583c20edd55ea7d;hb=6624794da3756c49a3f912a26026e308cfc9804d;hp=f073b8dea0799b5fd147651790175859fb43c7a8;hpb=737d838e21552f1d2950e6c531c68c6307f346d6;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index f073b8dea0..25c029ecbc 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,16 +1,28 @@ -\version "1.7.18" + +\version "2.10.0" \header { - - texidoc = "Stems in forced directions (as well as the ones - starting from the middle line) are shortened" + + 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 - } - \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 + +} + +