X-Git-Url: https://git.cworth.org/git?p=scherzo;a=blobdiff_plain;f=score.c;fp=score.c;h=f8373ab1ad1c949d7635d66693aa4c5f8494e0a4;hp=690a9d27f3b30437a07efc76047a7c6d6e620582;hb=0f35fc024a3ed3ef4e111aaef1fb449658ec9a68;hpb=5b1797d26aff3a1b2f0cbe83583496b42abcd056 diff --git a/score.c b/score.c index 690a9d2..f8373ab 100644 --- a/score.c +++ b/score.c @@ -546,6 +546,9 @@ _draw_staff (score_t *score, cairo_t *cr, /* Draw the key signature */ _draw_key_signature (score, cr, staff); +#define KEY_SIGNATURE_NOTE_SPACING (score->space_height) + cairo_translate (cr, ceil (KEY_SIGNATURE_NOTE_SPACING), 0); + /* Draw chord symbols */ cairo_save (cr); {