X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=score.h;h=573af22725a23f3a02c49b53ca4c2a67167b0ed9;hb=0a3362831a7b2141e01810eca91c9adb0c2749ec;hp=b8791f67f1caa5f8dd0ab9257efa9997d312fb46;hpb=e5ec7a294da3e46c83d858f711405febbad2651b;p=scherzo diff --git a/score.h b/score.h index b8791f6..573af22 100644 --- a/score.h +++ b/score.h @@ -114,14 +114,14 @@ score_add_staff (score_t *score, score_clef_t clef); * _EIGHTH, etc.) or numerical as simply the denominator (WHOLE=1, * QUARTER=4, EIGHTH=8, etc.) */ -score_note_t * +void score_staff_add_note (score_staff_t *staff, pitch_t pitch, score_duration_t duration); /* Add a note to the score, (automatically selecting the nearest * staff) */ -score_note_t * +void score_add_note (score_t *score, pitch_t pitch, score_duration_t duration); /* Add a chord symbol of 'name' to a staff.