X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=fbca840c55484a9aea8e5732582f4baa00ebe308;hb=65a309c41e9f18befa34328a60efab9132e402c9;hp=2c0bc7ff0a63788ea0c62dc3a86a79c5fd7ddaef;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index 2c0bc7ff0a..fbca840c55 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,9 +1,9 @@ -\version "2.3.22" +\version "2.17.6" \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 - - } - \layout { - 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 +} + + + +