lilypond-user
[Top][All Lists]
Advanced

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

Re: Grace note displayed exactly on beat (and not before)


From: Keith OHara
Subject: Re: Grace note displayed exactly on beat (and not before)
Date: Mon, 13 May 2013 04:36:15 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Keith OHara <k-ohara5a5a <at> oco.net> writes:

> I could not quickly figure out how to apply all the 'graceSettings
> to the normal voice, but there is probably a way to do so and maybe
> we should make a short command \graceSettings for that.
> 
Some less-ugly version of 
graceSettings = \applyContext #
(lambda (context)
   (map (lambda (x) (ly:context-pushpop-property 
                       context
                       (cadr x)
                       (caddr x)
                       (cadddr x)))
        (ly:context-property context 'graceSettings ))

and then we still need the bit with  Flag #'stroke-style =#"grace"
when we want the stroke through the grace notes

> This same method is useful when we want to let grace notes overlap
> earlier notes in another voice.
> 






reply via email to

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