print("Entrez un ton ou return") ton=input() if ton=="" : print("Ton = a par defaut") ton="a" print("Entrez un mode ou return") mode=input() if mode=="" : print("mode = maj par defaut") mode="maj" gamme=gamme(ton,mode) print("gamme",gamme) arma=armature(ton,mode) print("ton",ton,"mode",mode,"armature",arma) gamme=anharmgamme(ton,mode) print("Tablature anharmonique",gamme) #print("Entrez une tablature harmonique") #tab=input() #tab=anharmtabla(tab,arma) #print("tablature anharmonique",tab) print("Entrez un motif de gamme avec alteration sans repétition) ou return") motifalt=input() if motifalt=="" : motifalt="4 7 4- 7+" gamme=gammemotif(ton,mode,motifalt)