X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=8ca5e3920ae0c8462cca727e6b2b10fffae81a70;hb=19520fd5bbd221ca1d35011d7710e233c92a44b0;hp=be81847bfcf70ed21d04e41a6b9b6b1c512440c3;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index be81847bfc..8ca5e3920a 100644 --- a/input/regression/accidental-unbroken-tie-spacing.ly +++ b/input/regression/accidental-unbroken-tie-spacing.ly @@ -1,22 +1,14 @@ \header { -texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not -wreak havoc in the spacing when unbroken." +texidoc = "Tied notes with accidentals do not cause problems with spacing." } -\version "2.1.36" +\version "2.14.0" -rechts = \notes \relative c' { +\relative c' { \clef treble \time 3/4 - c8 b2 8 ~ | - 8 + c8 b2 8 ~ | + 8 } -\score { - \rechts - - \paper { - raggedright = ##t - } -}