X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=score.c;h=f8373ab1ad1c949d7635d66693aa4c5f8494e0a4;hb=b04b7c233ac3732f0374b3d268524d573fe65978;hp=690a9d27f3b30437a07efc76047a7c6d6e620582;hpb=45d36bd8372f38186ceebf74b48f1a67bd67c573;p=scherzo 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); {