X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=25c029ecbcca51d53d41b7b95583c20edd55ea7d;hb=4210c89e8e1b2ac824b9e24be17b4cfbb191f43a;hp=9aa12dd3e82917fc4765859a9aaa256e345af886;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index 9aa12dd3e8..25c029ecbc 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,24 +1,28 @@ -\version "2.4.0" +\version "2.10.0" \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 - \stemNeutral - \stemUp a b c d e f g a - \stemNeutral - 2 - - } - \layout { - 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 + +} + +