> Here's one way to do it:
> 
> deadNote =
> #(define-music-function (parser location note) (ly:music?)
>     (set! (ly:music-property note 'tweaks)
>           (acons 'stencil ly:note-head::print
>            (acons 'glyph-name "2cross"
>             (acons 'style 'special (ly:music-property note 'tweaks)))))
>     note)

Yes, Marc already replied me ( with exactly same function ) some hours ago

Thanks anyway

Julian



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

Reply via email to