X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=fbca840c55484a9aea8e5732582f4baa00ebe308;hb=6a3232e75d94f1b0c72c2fc986bc2c65d7e51823;hp=b534410859ef247783f78f804119ddb147ef4c01;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index b534410859..fbca840c55 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,25 +1,30 @@ -\version "1.9.2" +\version "2.17.6" \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 +} + + + +