lilypond-user
[Top][All Lists]
Advanced

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

Re: afterGrace spacing


From: David Kastrup
Subject: Re: afterGrace spacing
Date: Sun, 21 Apr 2013 18:18:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Daniel Rosen <address@hidden> writes:

> In the example below, how can I adjust the space between the second
> grace note and the barline? I'd like for the barline to be closer.
>
> \relative c'' {
>   #(define afterGraceFraction (cons 15 16))
>   c1 \afterGrace d1 { c16[ d] } c1
> }

Don't have an answer to your question, but it might be nice to know that

    #(define afterGraceFraction (cons 15 16))

can be written as

    afterGraceFraction = 15/16

instead.

-- 
David Kastrup




reply via email to

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