X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=fc3e78c6e4c99615619f53c85694ab9d3700cb12;hb=b38989c86d64ef41025672f9bd2d2fcfd6cd700e;hp=831a84cc013962722a530670fe6e4add20461f53;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index 831a84cc01..fc3e78c6e4 100644 --- a/input/regression/accidental-unbroken-tie-spacing.ly +++ b/input/regression/accidental-unbroken-tie-spacing.ly @@ -1,18 +1,22 @@ \header { -texidoc = "Tied accidentaled notes (which cause reminder accidentals) do not -wreak havoc in the spacing when unbroken." -} - -\version "2.11.51" -\layout { - ragged-right = ##t +texidoc = "Space is allowed for the actual size of accidentals on tied notes." } +\version "2.19.13" +\paper {ragged-right = ##t } \relative c' { \clef treble \time 3/4 c8 b2 8 ~ | - 8 + 8 r + % Large accidental + \override Staff.Accidental.stencil = + #(lambda (g) + (let ((alt (ly:grob-property g 'alteration))) + (grob-interpret-markup g + (make-circle-markup (number->string alt))))) + bes4 ~ bes ~ | bes ~ bes bes ~ | \break + bes ~ bes bes }