X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fspacing-stem-direction.ly;h=a595db3ca25d06320b4ba5a5034d5fe74850c48c;hb=f47d8eced407ca1fa546d8bbc19806b62686a435;hp=ad121954f976eb6d096f75d45a80f0849b634d36;hpb=95e7eaeeffd28d3a32b3e32578e257197248456b;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index ad121954f9..a595db3ca2 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,23 +1,30 @@ -\version "1.5.68" + +\version "2.12.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 { - linewidth=-1.0 - } +\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 } + + + +