X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=8c211b1e104298e971a7bc88b135029bee9f1583;hb=e7feb911ea00e26449d3cfadfe6a4e429552cb5f;hp=502e98b46f730d4ef1f5c8acefdfde476c4cdda8;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index 502e98b46f..8c211b1e10 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.17" +\version "2.7.39" +\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 - } -}