X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=scherzo.c;h=57d904442c640a87facd4905ce57bbd958b127e8;hb=0eb050f14997592c2fab649587155b33da61161f;hp=1e0e10d9e77820b98f6f3a82323d5e8d122e9a45;hpb=237b28320bd258dd6d89eaea366155fe525bba9d;p=scherzo diff --git a/scherzo.c b/scherzo.c index 1e0e10d..57d9044 100644 --- a/scherzo.c +++ b/scherzo.c @@ -716,6 +716,11 @@ scherzo_analyze_chord (scherzo_t *scherzo) /* Sixth plus 9 */ { {{1, 0}, {9, 0}, {3, 0}, {5, 0}, {6, 0}}, "6/9" }, { {{1, 0}, {9, 0}, {3, 0}, {5, 0}, {6, 0}}, "m6/9" }, + /* Seventh plus altered 9 */ + { {{1, 0}, {9, +1}, {3, 0}, {5, 0}, {7, -1}}, "7♯9" }, + { {{1, 0}, {9, -1}, {3, 0}, {5, 0}, {7, -1}}, "7♭9" }, + { {{1, 0}, {9, +1}, {3, 0}, {5, -1}, {7, -1}}, "7♭5♯9" }, + { {{1, 0}, {9, -1}, {3, 0}, {5, -1}, {7, -1}}, "7♭5♭9" }, /* Ninth chords */ { {{1, 0}, {9, 0}, {4, 0}, {5, +1}, {7, 0}}, "sus" SUP "+M9" PUS }, { {{1, 0}, {9, 0}, {4, 0}, {5, +1}, {7, -1}}, "sus" SUP "+9" PUS },