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: Siska Ádám
Subject: Re: Grace note displayed exactly on beat (and not before)
Date: Mon, 13 May 2013 13:06:23 +0200

Thanks a lot! It works like a charm!
Cheers,
Ádám

On 2013.05.13., at 6:36, Keith OHara wrote:

> 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.
>> 
> 
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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