X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-same-direction.ly;h=aa6627633823d54d486597d4f02c44dd684c787e;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=3c28b8259801427673a84aa2ab789e02f459fc87;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/spacing-stem-same-direction.ly b/input/regression/spacing-stem-same-direction.ly index 3c28b82598..aa66276338 100644 --- a/input/regression/spacing-stem-same-direction.ly +++ b/input/regression/spacing-stem-same-direction.ly @@ -1,17 +1,22 @@ -\version "2.3.16" +\version "2.12.0" \header { - texidoc = "For juxtaposed chords with the same direction, a + 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 { \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,] } + +