X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=feae702a9ece933d4605d3fc64cc54a51a42fcf5;hb=fb2041257a9f00d4dbfab1766beefc0ef1425ea4;hp=4529f62fd1fb79895a08f9460b37e984b9e84630;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index 4529f62fd1..feae702a9e 100644 --- a/input/regression/accidental-unbroken-tie-spacing.ly +++ b/input/regression/accidental-unbroken-tie-spacing.ly @@ -1,22 +1,22 @@ \header { -texidoc = "Tied accidentaled notes (which cause reminder accidentals) don't wreak havoc in -the spacing when unbroken." +texidoc = "Space is allowed for the actual size of accidentals on tied notes." } -\version "2.1.22" - -rechts = \notes \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 } -\score { - \rechts - - \paper { - raggedright = ##t - } -}