X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=f65d803c33a725c38212885247a66f46487cdc44;hb=872300537d86f90335650c60be304be7e24d88a7;hp=5a986322b533867d28b71856ce14f2b21137490a;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index 5a986322b5..f65d803c33 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,25 +1,30 @@ -\version "1.9.8" +\version "2.14.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 +} + + + +