X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-stem-same-direction.ly;h=d75cc6a3178e0783e65b3055816e33e521d2d6f0;hb=785c8ae021ddb22677291aa9ed7bc815d97fdd27;hp=9578a975a5c1ddd328a0481851364a30c9b07188;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/spacing-stem-same-direction.ly b/input/regression/spacing-stem-same-direction.ly index 9578a975a5..d75cc6a317 100644 --- a/input/regression/spacing-stem-same-direction.ly +++ b/input/regression/spacing-stem-same-direction.ly @@ -1,15 +1,19 @@ -\version "1.7.6" + +\version "2.7.39" \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 { linewidth = -1. } +\layout { ragged-right = ##t} + +\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,] } -%% new-chords-done %% + + +