X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=a9857e4026a533d088877cfca0f667f265d7998c;hb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;hp=806698f94c768cca258ce6f3c742c8eecfe055ff;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index 806698f94c..a9857e4026 100644 --- a/input/regression/accidental-unbroken-tie-spacing.ly +++ b/input/regression/accidental-unbroken-tie-spacing.ly @@ -4,19 +4,15 @@ texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not wreak havoc in the spacing when unbroken." } -\version "2.3.16" +\version "2.12.0" +\layout { + ragged-right = ##t +} -rechts = \relative c' { +\relative c' { \clef treble \time 3/4 - c8 b2 8 ~ | - 8 + c8 b2 8 ~ | + 8 } -\score { - \rechts - - \paper { - raggedright = ##t - } -}