David Kastrup <[email protected]> writes: > dtsmarin <[email protected]> writes: > >> Oops! Wrong minimal example! >> >> >> #(define enh-acc >> (lambda (grob) >> (let* ((stencil (ly:accidental-interface::print grob)) >> (new-stil >> (grob-interpret-markup grob >> (markup >> #:hspace 1 >> #:musicglyph "accidentals.flat" >> #:hspace -2 >> #:transparent >> #:stencil >> stencil)))) >> new-stil))) >> >> >> >> \relative c' { >> >> <d \tweak Accidental. stencil #enh-acc eis>1 >> <e dis>2 >> <eis d>2 >> >> } > > Sigh. An example of what you would want to work. Not an example of > what is needed to make this work.
And by the way: what is your actual use case that requires falsifying accidentals instead of just using the accidental you want in the first place? -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
