X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=score.c;h=965d127b2b645d89d08ca1d6b51831c68f9117d3;hb=16d07286a5344861bd26ad97e97612d3806d1da7;hp=b2866096e3c0183c254ae6ae3838e9325c637dcb;hpb=03f4abc3182dfe2602d44d38ce7b3db2892e018e;p=scherzo diff --git a/score.c b/score.c index b286609..965d127 100644 --- a/score.c +++ b/score.c @@ -58,13 +58,6 @@ struct score int num_staves; }; -typedef struct score_note -{ - score_pitch_t pitch; - int octave; - score_duration_t duration; -} score_note_t; - score_t * score_create (void *ctx) {