dtsmarin <dts_mari...@yahoo.com> 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.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to