X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=8793420631e2970edd8117c9d88b46943060a998;hb=refs%2Ftags%2Frelease%2F2.19.43-1;hp=8cfe94da71ed9b170ba24da0c4c46eba5ed78faa;hpb=d3483d5c5122f7d05bb744aa2fa1712f7ab5901a;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index 8cfe94da71..8793420631 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,16 +1,28 @@ -\version "1.7.18" + +\version "2.19.21" \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 { + \stemDown d'' c b a g f e + \stemNeutral + \stemUp a b c d e f g a + \stemNeutral + s4 | + + 2 + +} + +