X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=fc3e78c6e4c99615619f53c85694ab9d3700cb12;hb=b38989c86d64ef41025672f9bd2d2fcfd6cd700e;hp=a9857e4026a533d088877cfca0f667f265d7998c;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index a9857e4026..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.12.0" -\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 }