Example #1
0
def get_dom_seven():
    return gradefuncs.get_note_B_Gb() + " Dominant 7th, Three Positions"
Example #2
0
def get_minor_seven():
    return gradefuncs.get_note_B_Gb() + " Minor 7th, Three Positions"
Example #3
0
def get_sus_four():
    return gradefuncs.get_note_B_Gb() + " Suspended 4th, Three Positions"
Example #4
0
def get_minor_six():
    return gradefuncs.get_note_B_Gb() + " Minor 6th, Three Positions"
Example #5
0
def get_minor():
    return gradefuncs.get_note_B_Gb() + " Minor, Three Positions"