X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=805a944507bf788318f2ae408e93cffac5c88b78;hb=8dfb8cb1d1c7cdb47635ec49b7103194a447e2f9;hp=91aef48ea1d9d7ef2ab7f8e1d931713477ec733f;hpb=38d60c0c4e8c29beccd4acfd07aadf1cdea74097;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index 91aef48ea1..805a944507 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,23 +1,30 @@ -\version "1.3.146" + +\version "2.19.21" \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 { - linewidth=-1.0 - } +\layout { + ragged-right = ##t +} + + +\context Voice \relative { + \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 } + + + +