X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-same-direction.ly;h=b4c1cd9d255ce479d01daa661be74ceb0ac522ed;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=5ad90bfb7b5ce303a3463fe688de90a63622bb6a;hpb=729a709c288e20b6d24b3298ab6140fc55522f82;p=lilypond.git diff --git a/input/regression/spacing-stem-same-direction.ly b/input/regression/spacing-stem-same-direction.ly index 5ad90bfb7b..b4c1cd9d25 100644 --- a/input/regression/spacing-stem-same-direction.ly +++ b/input/regression/spacing-stem-same-direction.ly @@ -1,15 +1,22 @@ -\version "1.7.18" + +\version "2.11.51" \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 - f8[ e f e] f-[ d f d] f-[ c f c] f-[ b, f' b,] f'-[ a, f' a,] -} -\paper { raggedright = ##t} +\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,] } + +