X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-same-direction.ly;h=d905042ca18441e7dc256c7f848783bbdce51c9c;hb=24dd6365d3d05f13b9259f547be9b2517851a5d1;hp=aa6627633823d54d486597d4f02c44dd684c787e;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/input/regression/spacing-stem-same-direction.ly b/input/regression/spacing-stem-same-direction.ly index aa66276338..d905042ca1 100644 --- a/input/regression/spacing-stem-same-direction.ly +++ b/input/regression/spacing-stem-same-direction.ly @@ -1,5 +1,5 @@ -\version "2.12.0" +\version "2.19.21" \header { texidoc = "For juxtaposed chords with the same direction, a slight optical correction is used. It is constant, and works only if @@ -8,13 +8,13 @@ two chords have no common head-positions range." \layout { ragged-right = ##t} -\relative c'' { - \override Score.PaperColumn #'layer = #1 - \override Score.PaperColumn #'stencil = #ly:paper-column::print +\relative { + \override Score.PaperColumn.layer = #1 + \override Score.PaperColumn.stencil = #ly:paper-column::print \stemDown \time 12/4 - f8[ + f''8[ e f e] f[ d f d] f[ c f c] f[ b, f' b,] f'[ a, f' a,] }