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