X-Git-Url: https://git.cworth.org/git?p=scherzo;a=blobdiff_plain;f=scherzo.c;h=5c24a543baaf4e4f63a38d304fabacfd57f8c786;hp=95890bc2500e861bc942233a254a06498dd0ed4d;hb=3f6802b662f5e8c13fa44ea2e500da722f654a73;hpb=aaa3e53c4129345f5fc46cc6ecf131e4af204f01 diff --git a/scherzo.c b/scherzo.c index 95890bc..5c24a54 100644 --- a/scherzo.c +++ b/scherzo.c @@ -733,7 +733,8 @@ scherzo_analyze_chord (scherzo_t *scherzo) struct { modified_degree_t degrees[5]; const char *name; } pentachords[] = { /* 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" }, + { {{1, 0}, {9, 0}, {3, -1}, {5, 0}, {6, 0}}, "m6/9" }, + { {{1, 0}, {9, -1}, {3, -1}, {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" },