X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=8793420631e2970edd8117c9d88b46943060a998;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=753b6759f2a0344475d07f3e7f60379c8dbce414;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index 753b6759f2..8793420631 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,24 +1,28 @@ -\version "2.3.4" +\version "2.19.21" \header { - - texidoc = "If note head is `over' the center line, the stem is + + 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 { - \relative c'' { - \stemDown d c b a g f e - \stemBoth - \stemUp a b c d e f g a - \stemBoth - 2 - - } - \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 + +} + +