X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=831a84cc013962722a530670fe6e4add20461f53;hb=fe21914f3e6a80b9c47a39b09a7f878d14f9940a;hp=f6265628a9c1476f8c16465666f0142273798293;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index f6265628a9..831a84cc01 100644 --- a/input/regression/accidental-unbroken-tie-spacing.ly +++ b/input/regression/accidental-unbroken-tie-spacing.ly @@ -1,22 +1,18 @@ \header { -texidoc = "Tied accidentaled notes (which cause reminder accidentals) don't wreak havoc in -the spacing when unbroken." +texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not +wreak havoc in the spacing when unbroken." } -\version "1.9.8" +\version "2.11.51" +\layout { + ragged-right = ##t +} -rechts = \notes \relative c' { +\relative c' { \clef treble \time 3/4 - c8 b2 8 ~ | - 8 + c8 b2 8 ~ | + 8 } -\score { - \rechts - - \paper { - raggedright = ##t - } -}