def get_dom_seven(): return gradefuncs.get_note_B_Gb() + " Dominant 7th, Three Positions"
def get_minor_seven(): return gradefuncs.get_note_B_Gb() + " Minor 7th, Three Positions"
def get_sus_four(): return gradefuncs.get_note_B_Gb() + " Suspended 4th, Three Positions"
def get_minor_six(): return gradefuncs.get_note_B_Gb() + " Minor 6th, Three Positions"
def get_minor(): return gradefuncs.get_note_B_Gb() + " Minor, Three Positions"