示例#1
0
def get_dom_thirteen():
    return gradefuncs.get_note_Gb_D() + " Dominant 13th"
示例#2
0
def get_dom_eleven():
    return gradefuncs.get_note_Gb_D() + " Dominant 11th"
示例#3
0
def get_pent_minor():
    return gradefuncs.get_note_Gb_D() + " Pentatonic Minor, Two Octaves"
示例#4
0
def get_two_octave_minor():
    return gradefuncs.get_note_Gb_D() + " Minor, Two Octaves"
示例#5
0
def get_blues():
    return gradefuncs.get_note_Gb_D() + " Blues, Two Octaves"