]> git.cworth.org Git - scherzo/blobdiff - score.h
Add support for recognizing inverted chords.
[scherzo] / score.h
diff --git a/score.h b/score.h
index 6d2fef5e1c1659486ca4a49091dd8fa7c18e6ecc..03add0353aa71b07070c97f4b60e68ca2ac04144 100644 (file)
--- 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,