X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-unbroken-tie-spacing.ly;h=feae702a9ece933d4605d3fc64cc54a51a42fcf5;hb=a307b1d69dff09d4d9a75c53a20a02ec7545d282;hp=caa2a25f353ac8fd2ef0f12e5b514e7125a47d19;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/accidental-unbroken-tie-spacing.ly b/input/regression/accidental-unbroken-tie-spacing.ly index caa2a25f35..feae702a9e 100644 --- a/input/regression/accidental-unbroken-tie-spacing.ly +++ b/input/regression/accidental-unbroken-tie-spacing.ly @@ -1,29 +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 "1.7.18" -\include "deutsch.ly" - -rechts = \notes \relative c' { +\version "2.19.21" +\paper {ragged-right = ##t } +\relative { \clef treble \time 3/4 - \context Voice { - c8 h2 <>8 ~ | - <>8 - } -} - -Rechts = \context Staff \notes { - rechts + 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 - } -} -%% new-chords-done %% \ No newline at end of file