X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=feae702a9ece933d4605d3fc64cc54a51a42fcf5;hb=8dfb8cb1d1c7cdb47635ec49b7103194a447e2f9;hp=8ca5e3920ae0c8462cca727e6b2b10fffae81a70;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index 8ca5e3920a..feae702a9e 100644 --- a/input/regression/accidental-unbroken-tie-spacing.ly +++ b/input/regression/accidental-unbroken-tie-spacing.ly @@ -1,14 +1,22 @@ \header { -texidoc = "Tied notes with accidentals do not cause problems with spacing." +texidoc = "Space is allowed for the actual size of accidentals on tied notes." } -\version "2.14.0" - -\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 }