X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=f65d803c33a725c38212885247a66f46487cdc44;hb=c6933c1cf38de6dffbbcf7707be633b224891bd5;hp=6a04aa416ea23803c9b39cd6f5de974cdc1c75e8;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index 6a04aa416e..f65d803c33 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,9 +1,9 @@ -\version "2.3.17" +\version "2.14.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,20 @@ 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 - - } - \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 +} + + + +