X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-direction.ly;h=805a944507bf788318f2ae408e93cffac5c88b78;hb=c478b5582949a0dc5f0aef8c6e7ebc453e8b77b4;hp=84046ea513894ef77ca901fd1e0a8e4e54077ce6;hpb=d12d721e46d077c3e9557567f84c0eb401fc277a;p=lilypond.git diff --git a/input/regression/spacing-stem-direction.ly b/input/regression/spacing-stem-direction.ly index 84046ea513..805a944507 100644 --- a/input/regression/spacing-stem-direction.ly +++ b/input/regression/spacing-stem-direction.ly @@ -1,9 +1,9 @@ -\version "2.1.22" +\version "2.19.21" \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 \notes\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 { + \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 +} + + + +