Daniel Rosen <drose...@gmail.com> 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


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

Reply via email to