lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tablature.ly - please test and comment


From: Julian
Subject: Re: tablature.ly - please test and comment
Date: Fri, 29 May 2009 00:50:54 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]