Skip to content
Snippets Groups Projects
Commit f1939da7 authored by Jean-Marie Favreau's avatar Jean-Marie Favreau
Browse files

Correction

parent a920650a
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ class GenerateurExercice(GammeTemperee):
def finExerciceSpectrogramme(self, partitions):
result = "\n"
result += "\\newpage\n"
result += "\\cleardoublepage\n"
# on écrit le tableau de durées
result += self.tableauDurees(partitions)
......@@ -210,7 +210,7 @@ class GenerateurExercice(GammeTemperee):
result += self.tableauFrequences(partitions)
result += "\\newpage\n"
result += "\\cleardoublepage\n"
# on écrit le tableau de l'exercice à remplir
result += "Remplir le tableau par lecture graphique: "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment