X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=feae702a9ece933d4605d3fc64cc54a51a42fcf5;hb=22a856e734d8dd3e2112ba954c4aab2ab7fc3556;hp=5d09d65e3a11ee73b6d767624efb3d59655ef899;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index 5d09d65e3a..feae702a9e 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." +texidoc = "Space is allowed for the actual size of accidentals on tied notes." } -\version "2.10.0" -\layout { - ragged-right = ##t -} - -\relative c' { +\version "2.19.21" +\paper {ragged-right = ##t } +\relative { \clef treble \time 3/4 - c8 b2 8 ~ | - 8 + c'8 b2 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 }