X-Git-Url: https://git.cworth.org/git?p=scherzo;a=blobdiff_plain;f=score.h;h=e71b8ab2c98b6b6754ffc551a8f26e7c4ab7fe04;hp=c5d275de0bc4e7614f1effed1ff6ea5d5f42308a;hb=aae6b7f55870ab7f9cd41f95e22231e66a673aea;hpb=d38e3c6abf6d5aeb287ec1d1262015d8b4a81198 diff --git a/score.h b/score.h index c5d275d..e71b8ab 100644 --- a/score.h +++ b/score.h @@ -122,10 +122,13 @@ score_chord_t * score_add_chord (score_staff_t *staff, const char * name); -/* Remove the given chord from its staff. */ +/* Remove all chords from the given staff. */ void -score_remove_chord (score_chord_t *chord); +score_staff_remove_chords (score_staff_t *staff); +/* Remove all chords from the score. */ +void +score_remove_chords (score_t *score); /* Remove all notes from the given staff. */ void