I got too tired of those giant spaces around the grace notes and decided
to correct them in the cruel and dirty way:

\translator {
        \ScoreContext
        PaperColumn \override #'before-grace-spacing-factor = #0.8
}
\translator {
        \GraceContext
        NoteHead \override #'extra-offset = #'(1.0 . 0.0)
        Stem \override #'extra-offset = #'(1.0 . 0.0)
        Accidentals \override #'extra-offset = #'(1.0 . 0.0)
}

It works.

-Rune

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to