X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=b36cc2c8ea75f27dee8cab8f468b966103a9701e;hb=4e0a2b45ec7f5a01db189ddc008c2571610c5287;hp=07c38a1e00c4e67414538d78b7f81950338fff52;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index 07c38a1e00..b36cc2c8ea 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,25 +1,30 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.10.0" \header{ -texidoc=" + texidoc=" -LilyPond corrects for optical spacing of stems. The overlap between to -adjacent stems of different direction is used as a measure for how +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 much to correct." } -\score { - \context Voice \notes\relative c { - % make sure neutral is down. - \property Voice.Stem \override #'neutral-direction = #-1 - \time 16/4 c''4 c c, c' d, c' e, c' f, c' g c a c b c - - } - \paper { - raggedright = ##t - } +\layout { + ragged-right = ##t } + +\context Voice \relative c { + \override Score.PaperColumn #'layer = #1 + \override Score.PaperColumn #'stencil = #ly:paper-column::print + + %% 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 +} + + + +