X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=score.h;h=03add0353aa71b07070c97f4b60e68ca2ac04144;hb=659f6814cb925cfcd1db6dd1cfd92944f76991e5;hp=6d2fef5e1c1659486ca4a49091dd8fa7c18e6ecc;hpb=d28562d25616842549f30b3d5c402aba20548970;p=scherzo diff --git a/score.h b/score.h index 6d2fef5..03add03 100644 --- a/score.h +++ b/score.h @@ -204,6 +204,9 @@ score_add_note (score_staff_t *staff, /* Add a chord symbol of 'name' to a staff. * * For now, the chord symbols are free-form names. + * + * The chord name must be a talloc'ed string, which the returned + * score_chord_t will talloc_steal. */ score_chord_t * score_add_chord (score_staff_t *staff,