X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-same-direction.ly;h=03a20bc67911b4775782ae04d11fb6298f4c547a;hb=b586253323a60a4ca9acab1a53759504af88b944;hp=dff80156dfc305794855e4080904eb180f85970d;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/spacing-stem-same-direction.ly b/input/regression/spacing-stem-same-direction.ly index dff80156df..03a20bc679 100644 --- a/input/regression/spacing-stem-same-direction.ly +++ b/input/regression/spacing-stem-same-direction.ly @@ -1,17 +1,22 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.17.6" \header { - texidoc = "For juxtaposed chords with the same direction, a -slight optical correction is used. It is constant, and only works if + texidoc = "For juxtaposed chords with the same direction, a +slight optical correction is used. It is constant, and works only if two chords have no common head-positions range." } -\score { \notes \relative c'' { -\stemDown -\time 12/4 +\layout { ragged-right = ##t} + +\relative c'' { + \override Score.PaperColumn.layer = #1 + \override Score.PaperColumn.stencil = #ly:paper-column::print + + \stemDown + \time 12/4 f8[ - e f e] f-[ d f d] f-[ c f c] f-[ b, f' b,] f'-[ a, f' a,] -} -\paper { raggedright = ##t} + e f e] f[ d f d] f[ c f c] f[ b, f' b,] f'[ a, f' a,] } + +