Partie du
programme correspondante
Retour rythmes
La variable g prise au début est le nombre de
quatre chiffres prit et défini dans la liste, la
variable gg est le chiffre des milliers de g.
: If gg=0 or gg=1 Then
: Text "Croche"
: Goto a
: ElseIf gg=2 or gg=3 Then
: Text "Noire"
: Goto a
: ElseIf gg=4 or gg=5 Then
: Text "Blanche"
: Goto a
: ElseIf gg=6 Then
: Text "Ronde"
: Goto a
: ElseIf gg=7 Then
: Text "Soupire"
: Goto aa
: ElseIf gg=8 Then
: Text "Noire pointe"
: Goto a
: Else
: Text "Demi soupire"
: Goto aa
: EndIf
Retour aux rythmes
|