X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=074012b4d57a7eec855222a04cb6e9d24134e73b;hb=ccc485525e63f68623bce1c3ca7a2d4fb6e94499;hp=1285e4b46b037b14e5a3051cd6a341392ed2015d;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index 1285e4b46b..074012b4d5 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,17 +1,28 @@ -\version "2.1.22" +\version "2.14.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 + +} + +