X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fstem-shorten.ly;h=6274e711c63fcafbe14c81f4e1b8092e8c4c63db;hb=10811621a5b430dadb9202b7ba1093df91a2e5dd;hp=f892e42f6880ae3ded9bec9f622621423dda7e98;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index f892e42f68..6274e711c6 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,17 +1,28 @@ -\version "1.9.8" +\version "2.12.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 + +} + +