David Kastrup <[email protected]> writes: > Daniel Rosen <[email protected]> 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.
Uh, except that you can't write assignments in the middle of music. Only in between. afterGraceFraction seems like an awful user interface... -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
