X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=5b36a754c1591af0e09c5f8db7d097078e65773d;hb=f85bd1dd9922bca9fd822549743b8d9524aadced;hp=c49d5696f08b933f897575126209e3d732069de5;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index c49d5696f0..5b36a754c1 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,9 +1,9 @@ -\version "2.4.0" +\version "2.10.0" \header{ -texidoc=" + texidoc=" There are optical corrections to the spacing of stems. The overlap between two adjacent stems of different direction is used as a measure for how @@ -11,15 +11,17 @@ much to correct." } -\score { - \context Voice \relative c { - % make sure neutral is down. - \override Stem #'neutral-direction = #-1 - \time 16/4 c''4 c c, c' d, c' e, c' f, c' g c a c b c - - } - \layout { - raggedright = ##t - } +\layout { + ragged-right = ##t } + +\context Voice \relative c { + %% make sure neutral is down. + \override Stem #'neutral-direction = #down + \time 16/4 c''4 c c, c' d, c' e, c' f, c' g c a c b c +} + + + +