On Apr 26, 2011, at 6:04 AM, Nils wrote:

> Thank you for your answer. This is what I'm looking for.
> { <c' e' \tweak #'duration-log #1 g'> }
> because it respects notehead-styles.
> 
> The other method mentioned is limited to one style.
> 

The other one can use any glyph you'd like.

> Do you know how breve and longa can be produced with that? #breve or #0.5 
> does not give an error, but it also does not work.

{ <\tweak #'stencil #(lambda (grob) (grob-interpret-markup grob (markup 
#:musicglyph "noteheads.slmensural"))) f' a' c''> }

You can throw whatever you want in there...

{ <\tweak #'stencil #(lambda (grob) (grob-interpret-markup grob (markup 
#:musicglyph "clefs.G"))) f' a' c''> }

Cheers,
MS


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

Reply via email to