Issue 118 in mingus: "M7+5" : " augmented minor seventh", in chords.py correct?

4 views
Skip to first unread message

min...@googlecode.com

unread,
Feb 4, 2013, 4:34:54 PM2/4/13
to mingus...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 118 by andreas....@gmail.com: "M7+5" : " augmented minor
seventh", in chords.py correct?
http://code.google.com/p/mingus/issues/detail?id=118



In the list
# Augmented chords
"aug" : " augmented triad",
"+" : " augmented triad",
"7#5" : " augmented minor seventh",
"M7+5" : " augmented minor seventh",
"M7+" : " augmented major seventh",
"m7+" : " augmented minor seventh",
"7+" : " augmented major seventh",

and

# Augmented chords
"aug" : augmented_triad,
"+" : augmented_triad,
"7#5" : augmented_minor_seventh,
"M7+5" : augmented_minor_seventh,
"M7+" : augmented_major_seventh,
"m7+" : augmented_minor_seventh,
"7+" : augmented_major_seventh,


M7+5 is repeatedly assigned minor value. Is this correct?


Reply all
Reply to author
Forward
0 new messages