X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-shorten.ly;h=2063b84cdf401cd7719a80bdc582e7dcf4c9edd5;hb=ff22b3332b1089d38226f15a72040d8cbc202c12;hp=753b6759f2a0344475d07f3e7f60379c8dbce414;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/stem-shorten.ly b/input/regression/stem-shorten.ly index 753b6759f2..2063b84cdf 100644 --- a/input/regression/stem-shorten.ly +++ b/input/regression/stem-shorten.ly @@ -1,24 +1,28 @@ -\version "2.3.4" +\version "2.16.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 - \stemBoth - \stemUp a b c d e f g a - \stemBoth - 2 - - } - \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 + +} + +