X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=6274e711c63fcafbe14c81f4e1b8092e8c4c63db;hb=4b3882304ff44852e6cf2c4bbd50f5d308001f6b;hp=a3c511c95aebb3ed6546779c2a024881050fbaa0;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index a3c511c95a..6274e711c6 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,17 +1,28 @@ -\version "2.1.30" +\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 + +} + +