lilypond-user
[Top][All Lists]
Advanced

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

Re: Change print-appearance of chord members to different duration, but


From: address@hidden
Subject: Re: Change print-appearance of chord members to different duration, but not the logic behind.
Date: Tue, 26 Apr 2011 06:10:30 -0400

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




reply via email to

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