X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=25c029ecbcca51d53d41b7b95583c20edd55ea7d;hb=5dddfa650f757c775b5ce062183d2061af4ae8d0;hp=2a13f4e9adfe43dc2bf295bd513046bd2f403457;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index 2a13f4e9ad..25c029ecbc 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,17 +1,28 @@ -\version "2.1.28" +\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 + +} + +