def get_dom_thirteen(): return gradefuncs.get_note_Gb_D() + " Dominant 13th"
def get_dom_eleven(): return gradefuncs.get_note_Gb_D() + " Dominant 11th"
def get_pent_minor(): return gradefuncs.get_note_Gb_D() + " Pentatonic Minor, Two Octaves"
def get_two_octave_minor(): return gradefuncs.get_note_Gb_D() + " Minor, Two Octaves"
def get_blues(): return gradefuncs.get_note_Gb_D() + " Blues, Two Octaves"