X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-same-direction.ly;h=d905042ca18441e7dc256c7f848783bbdce51c9c;hb=a307b1d69dff09d4d9a75c53a20a02ec7545d282;hp=2a077b9e7f6372a0226c75b9b9e4ed28e21c76e1;hpb=d12d721e46d077c3e9557567f84c0eb401fc277a;p=lilypond.git diff --git a/input/regression/spacing-stem-same-direction.ly b/input/regression/spacing-stem-same-direction.ly index 2a077b9e7f..d905042ca1 100644 --- a/input/regression/spacing-stem-same-direction.ly +++ b/input/regression/spacing-stem-same-direction.ly @@ -1,17 +1,22 @@ -\version "2.1.22" +\version "2.19.21" \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 { \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 { + \override Score.PaperColumn.layer = #1 + \override Score.PaperColumn.stencil = #ly:paper-column::print + + \stemDown + \time 12/4 + f''8[ + e f e] f[ d f d] f[ c f c] f[ b, f' b,] f'[ a, f' a,] } + +