# French translations for GNU Solfege. # Copyright (C) 2001 Free Software Foundation, Inc. # This file is distributed under the same license as the solfege package. # Jean Orloff , 2001. # Olivier Ahn , 2003. # Etienne Bourrez , 2005. # Patrick Ficheux , 2008. # Odile Bénassy , 2008. # msgid "" msgstr "" "Project-Id-Version: GNU solfege 3.14.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-08-07 13:49+0200\n" "PO-Revision-Date: 2009-06-23 14:58+0200\n" "Last-Translator: Odile Bénassy \n" "Language-Team: French \n" "X-Bugs: Report translation errors to the Language-Team address.\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" #: src/abstract.py:106 msgid "The lessonfile contain potentially dangerous code because it run external programs. Run anyway?" msgstr "Ce fichier de leçon contient du code potentiellement dangereux car il lance des programmes externes. Voulez-vous continuer ?" #: src/abstract.py:361 src/configwindow.py:339 src/configwindow.py:340 #: src/mainwin.py:844 msgid "Practise" msgstr "Exercices" #: src/abstract.py:362 msgid "Config" msgstr "Configuration" #: src/abstract.py:364 msgid "_Cancel test" msgstr "Annuler le test (_Cancel) " #: src/abstract.py:376 #, python-format msgid "" "Test completed!\n" "Your score was %(score).1f%%.\n" "The test requirement was %(requirement).1f%%." msgstr "" "Test réussi !\n" "Votre score est %(score).1f%%.\n" "Le minimum requis est %(requirement).1f%%." #: src/abstract.py:379 #, python-format msgid "" "Test failed.\n" "Your score was %(score).1f%%.\n" "The test requirement was %(requirement).1f%%." msgstr "" "Test non réussi !\n" "Votre score est %(score).1f%%.\n" "Le minimum requis est %(requirement).1f%%." #: src/abstract.py:418 src/identifybpm.py:136 msgid "Statistics" msgstr "Statistiques" #: src/abstract.py:436 msgid "Delay (seconds):" msgstr "Délai (secondes) :" #: src/abstract.py:442 msgid "_New question automatically." msgstr "_Nouvelle question automatique" #: src/abstract.py:455 #, python-format msgid "Please check question number %(idx)i in the lesson file \"%(lf)s\"." msgstr "Merci de vérifier la question numéro %(idx)i de la leçon \"%(lf)s\"." #: src/abstract.py:462 src/abstract.py:480 src/mainwin.py:507 #, python-format msgid "" "The exception was caught in\n" "\"%(filename)s\", line %(lineno)i." msgstr "Erreur trouvée dans %(filename)s : %(lineno)i" #: src/abstract.py:472 #, python-format msgid "Failed to parse the music in the variable \"%(varname)s\" in question number %(idx)i in the lesson file \"%(lf)s\"." msgstr "Impossible de lire la musique de la variable \"%(varname)s\" de la question numéro %(idx)i de la leçon \"%(lf)s\"." #: src/abstract.py:477 #, python-format msgid "Failed to parse the music for question number %(idx)i in the lesson file \"%(lf)s\"." msgstr "Impossible de lire la musique de la question numéro %(idx)i de la leçon \"%(lf)s\"." #: src/abstract.py:537 msgid "Rhythms to use in question" msgstr "Rythmes à utiliser dans la question" #: src/abstract.py:546 msgid "Number of beats in question:" msgstr "Nombre de pulsations dans la question:" #: src/abstract.py:553 msgid "Count in before question:" msgstr "Compter avant la question :" #: src/abstract.py:619 src/harmonicinterval.py:345 src/melodicinterval.py:294 #: src/singinterval.py:93 src/singinterval.py:217 msgid "_New interval" msgstr "_Nouvel intervalle" #: src/abstract.py:621 src/chord.py:95 src/chordvoicing.py:140 #: src/compareintervals.py:129 src/elembuilder.py:100 #: src/harmonicprogressiondictation.py:49 src/idbyname.py:107 #: src/idproperty.py:97 src/idtone.py:138 src/rhythm.py:196 #: src/rhythmtapping.py:143 src/singanswer.py:46 msgid "_Repeat" msgstr "_Rejouer" #: src/abstract.py:631 msgid "Input interface:" msgstr "Interface de saisie :" #: src/abstract.py:644 msgid "_Disable unused buttons" msgstr "_Désactiver les boutons inutilisés" #: src/abstract.py:668 src/inputwidgets.py:637 msgid "Buttons" msgstr "Boutons" #: src/abstract.py:701 src/lessonfile_editor_main.py:220 msgid "Random transpose:" msgstr "Transposition aléatoire :" #: src/abstract.py:709 msgid "Change ..." msgstr "Changer..." #: src/abstract.py:719 src/specialwidgets.py:180 msgid "Yes" msgstr "Oui" #: src/abstract.py:721 src/specialwidgets.py:177 msgid "No" msgstr "Non" #: src/app.py:167 msgid "MIDI setup" msgstr "Paramètres Midi" #: src/app.py:167 #, python-format msgid "MIDI Device %(olddev)i not available. Will use device %(newdev)i." msgstr "Périphérique MIDI %(olddev)i non disponible. Utilisation du périphérique %(newdev)i." #: src/app.py:176 msgid "You should configure sound from the 'Sound' page of the preferences window." msgstr "Maintenant vous devriez configurer le son depuis l'onglet 'Configuration du son' de la fenêtre des préférences" #: src/app.py:208 msgid "You should configure sound from the preferences window, and try to use an external midi player. Or try to recompile the program and check for error messages to see why the module is not built." msgstr "Vous devriez configurer le son depuis l'onglet 'Configuration du son' de la fenêtre des préférences et essayez d'utiliser un lecteur midi externe. Sinon essayez de recompiler le programme en vérifiant les éventuelles erreurs pour comprendre pourquoi ce module n'est pas fabriqué." #: src/app.py:322 src/mainwin.py:495 src/mainwin.py:783 msgid "Error opening web browser" msgstr "Erreur d'ouverture du navigateur web" #: src/app.py:331 msgid "You have not selected email program. You can do so in the preferences window." msgstr "Vous n'avez pas sélectionné de logiciel de messagerie. Vous pouvez le faire dans la fenêtre des préférences." #: src/app.py:358 #, python-format msgid "" "Lessonfile not found:\n" "%s" msgstr "" "Fichier de leçon non trouvé :\n" "%s" #: src/app.py:369 #, python-format msgid "" "Bad url parameter in link: '%s'.\n" "Trying to continue anyway." msgstr "" "Mauvais paramètre url dans le lien : '%s'.\n" "Essaie néanmoins de continuer. " #: src/chord.py:93 src/chordvoicing.py:138 src/lessonfile.py:1363 msgid "_New chord" msgstr "_Nouvel accord" #: src/chord.py:98 src/chordvoicing.py:142 src/idbyname.py:110 #: src/idproperty.py:100 src/singanswer.py:49 msgid "Repeat _arpeggio" msgstr "Rejouer ar_pégé" #: src/chord.py:100 src/chordvoicing.py:143 src/compareintervals.py:132 #: src/elembuilder.py:106 src/harmonicinterval.py:161 #: src/harmonicprogressiondictation.py:62 src/idbyname.py:115 #: src/identifybpm.py:127 src/idproperty.py:102 src/idtone.py:141 #: src/melodicinterval.py:94 src/rhythm.py:198 src/rhythmtapping.py:145 msgid "_Give up" msgstr "_Abandonner" #: src/chord.py:110 src/idproperty.py:112 msgid "Chord types to ask" msgstr "Types d'accords à demander" #: src/chord.py:198 src/lessonfile.py:1365 lesson-files/altered-1:14 #: lesson-files/chord-7b9-maj79:13 lesson-files/chord-dim-aug:13 #: lesson-files/chord-dim-aug-min-major:10 lesson-files/chord-m7-7:13 #: lesson-files/chord-m7-7-maj7-m7b5-dim7:13 lesson-files/chord-m9-9:13 #: lesson-files/chord-m9-9-7b9-maj79:13 lesson-files/chord-maj7-m7b5-dim7:13 #: lesson-files/chord-min-major:13 lesson-files/chord-min-major-7:13 msgid "Identify the chord" msgstr "Identifier l'accord" #: src/chord.py:207 src/chordvoicing.py:281 src/compareintervals.py:231 #: src/elembuilder.py:158 src/harmonicinterval.py:232 #: src/harmonicprogressiondictation.py:88 src/idbyname.py:271 #: src/idproperty.py:221 src/idtone.py:234 src/melodicinterval.py:202 #: src/rhythm.py:140 msgid "Correct" msgstr "Très bien" #: src/chord.py:216 src/chordvoicing.py:269 src/chordvoicing.py:288 #: src/compareintervals.py:237 src/elembuilder.py:69 src/elembuilder.py:167 #: src/harmonicinterval.py:237 src/harmonicprogressiondictation.py:93 #: src/idbyname.py:279 src/identifybpm.py:190 src/idproperty.py:230 #: src/idtone.py:242 src/melodicinterval.py:208 src/nameinterval.py:179 #: src/rhythm.py:128 msgid "Wrong" msgstr "Faux" #: src/chord.py:229 src/chordvoicing.py:232 src/idbyname.py:227 #: src/idbyname.py:336 src/idproperty.py:243 msgid "Right click is not allowed for this lesson file." msgstr "Click droit non permis pour cette leçon" #: src/chord.py:295 src/chord.py:300 src/chordvoicing.py:235 #: src/chordvoicing.py:261 src/chordvoicing.py:330 msgid "Click 'New chord' to begin." msgstr "Pour commencer, pressez 'Nouvel accord'" #: src/chordvoicing.py:110 msgid "Identify chord type" msgstr "Trouver le type d'accord" #: src/chordvoicing.py:119 msgid "Chord voicing" msgstr "Accords Complexes" #: src/chordvoicing.py:174 src/lessonfile.py:1369 msgid "Chord type" msgstr "Type d'accord" #: src/chordvoicing.py:177 src/chordvoicing.py:325 src/compareintervals.py:295 #: src/compareintervals.py:329 src/harmonicinterval.py:293 #: src/melodicinterval.py:253 src/rhythm.py:298 src/rhythmtapping.py:178 msgid "You have to solve this question first." msgstr "Il faut d'abord trouver la bonne réponse." #: src/chordvoicing.py:238 src/idbyname.py:235 src/idbyname.py:239 #: src/idbyname.py:337 src/idbyname.py:338 msgid "You should try to guess before right-clicking." msgstr "Vous devriez essayer de deviner avant de clicker sur le bouton droit." #: src/chordvoicing.py:265 msgid "Correct, now stack the tones" msgstr "Correct, maintenant empiler les notes" #: src/chordvoicing.py:271 src/chordvoicing.py:326 msgid "Type is already solved, now specify voicing." msgstr "Le type a été résolu, maintenant donner l'ordre." #: src/compareintervals.py:119 msgid "" "F_irst interval\n" "is largest" msgstr "" "Le Premier _intervalle\n" "est le plus grand" #: src/compareintervals.py:122 msgid "" "The intervals\n" "are _equal" msgstr "" "Les intervalles\n" "sont _Egaux" #: src/compareintervals.py:125 msgid "" "_Last interval\n" "is largest" msgstr "" "Le dernier interva_lle\n" "est le plus grand" #: src/compareintervals.py:128 src/elembuilder.py:95 #: src/harmonicprogressiondictation.py:48 src/idbyname.py:102 #: src/idbyname.py:387 src/idproperty.py:95 src/idproperty.py:206 #: src/nameinterval.py:131 src/rhythm.py:195 src/rhythmtapping.py:137 #: src/singanswer.py:45 src/singchord.py:41 src/twelvetone.py:63 msgid "_New" msgstr "_Nouveau" #: src/compareintervals.py:145 msgid "Harmonic" msgstr "Harmonique" #: src/compareintervals.py:148 msgid "Melodic" msgstr "Mélodique" #: src/compareintervals.py:155 msgid "First interval:" msgstr "Premier intervalle:" #: src/compareintervals.py:166 msgid "Last interval:" msgstr "Dernier intervalle:" #: src/compareintervals.py:222 src/harmonicinterval.py:227 #: src/harmonicprogressiondictation.py:83 src/idbyname.py:266 #: src/idbyname.py:339 src/idtone.py:229 src/idtone.py:274 msgid "Correct, but you have already solved this question" msgstr "Exact, mais tu avais déjà bien répondu" #: src/compareintervals.py:224 src/harmonicinterval.py:229 #: src/harmonicprogressiondictation.py:85 src/idbyname.py:268 #: src/idbyname.py:340 src/idtone.py:231 src/idtone.py:275 msgid "Wrong, but you have already solved this question" msgstr "Faux, mais tu avais déjà bien répondu" #: src/compareintervals.py:249 src/compareintervals.py:327 msgid "Last interval is largest" msgstr "" "Le dernier intervalle\n" "est le plus grand" #: src/compareintervals.py:251 msgid "The intervals are equal" msgstr "" "Les intervalles\n" "sont égaux" #: src/compareintervals.py:253 src/compareintervals.py:328 msgid "First interval is largest" msgstr "" "Le premier intervalle\n" "est le plus grand" #: src/compareintervals.py:254 src/compareintervals.py:327 #: src/compareintervals.py:328 src/harmonicinterval.py:199 src/idbyname.py:212 #: src/idtone.py:258 src/melodicinterval.py:132 #, python-format msgid "The answer is: %s" msgstr "La réponse est: %s" #: src/compareintervals.py:298 src/compareintervals.py:330 msgid "You have to configure the exercise properly" msgstr "Il faut configurer cet exercice convenablement" #: src/compareintervals.py:333 src/elembuilder.py:154 src/elembuilder.py:256 #: src/idbyname.py:232 src/idbyname.py:261 src/idbyname.py:359 #: src/nameinterval.py:145 src/nameinterval.py:157 src/nameinterval.py:200 #: src/nameinterval.py:203 src/rhythm.py:258 src/rhythm.py:340 #: src/singanswer.py:111 src/singanswer.py:114 msgid "Click 'New' to begin." msgstr "Pour commencer, pressez 'Nouveau'." #: src/configwindow.py:45 msgid "GNU Solfege Preferences" msgstr "Préférences de GNU Solfege" #: src/configwindow.py:62 msgid "Instruments" msgstr "Instruments" #: src/configwindow.py:64 msgid "Tempo" msgstr "Tempo" #: src/configwindow.py:80 msgid "BPM" msgstr "Tempo" #: src/configwindow.py:82 lesson-files/bpm:6 msgid "Beats per minute" msgstr "Tempo métronomique" #: src/configwindow.py:86 msgid "Preferred Instrument" msgstr "Instrument favori" #: src/configwindow.py:92 msgid "Chord Instruments" msgstr "Instruments de l'accord" #: src/configwindow.py:96 msgid "Use different instruments for chords and harmonic intervals" msgstr "Utiliser des instruments différents pour les accords et les intervalles harmoniques." #: src/configwindow.py:99 msgid "Percussion Instruments" msgstr "Instruments de percussion favoris" #: src/configwindow.py:102 msgid "Count in:" msgstr "Décompte :" #: src/configwindow.py:106 msgid "Rhythm:" msgstr "Rythme :" #: src/configwindow.py:113 msgid "User" msgstr "Utilisateur" #: src/configwindow.py:115 msgid "User's Vocal Range" msgstr "Ambitus vocal de l'utilisateur" #: src/configwindow.py:121 msgid "Highest pitch:" msgstr "Note supérieure :" #: src/configwindow.py:128 msgid "Lowest pitch:" msgstr "Note inférieure :" #: src/configwindow.py:138 msgid "Sex" msgstr "Sexe" #: src/configwindow.py:140 msgid "_Male" msgstr "_Masculin" #: src/configwindow.py:143 msgid "_Female or child" msgstr "_Féminin ou enfantin" #: src/configwindow.py:152 msgid "External Programs" msgstr "Programmes externes" #: src/configwindow.py:154 msgid "Converters" msgstr "Convertisseurs" #: src/configwindow.py:168 msgid "MIDI to WAV:" msgstr "convertisseur MIDI vers WAV :" #: src/configwindow.py:192 msgid "WAV to MP3:" msgstr "convertisseur WAV vers MP3 :" #: src/configwindow.py:216 msgid "WAV to OGG:" msgstr "convertisseur WAV vers OGG :" #: src/configwindow.py:237 msgid "Miscellaneous" msgstr "Divers" #: src/configwindow.py:242 msgid "CSound:" msgstr "CSound :" #: src/configwindow.py:245 msgid "Lilypond-book" msgstr "Livre sur Lilypond" #: src/configwindow.py:259 msgid "Not found. Much of GNU Solfege will run fine without this program. You will get a message when the program is required, and the user manual will explain what you need it for." msgstr "Pas trouvé. Une grande partie de GNU Solfege fonctionne même sans ce logiciel. Vous verrez un message apparaître quand le logiciel est requis, et le manuel vous explique pour quels besoins il le faut." #: src/configwindow.py:278 msgid "_Mail:" msgstr "E_mail :" #: src/configwindow.py:286 src/configwindow.py:288 msgid "Interface" msgstr "Interface" #: src/configwindow.py:292 msgid "_Display the user manual in web browser" msgstr "Affiche le manuel utilisateur dans le navigateur" #: src/configwindow.py:295 msgid "_Resizeable main window" msgstr "Fenêtre principale _redimensionnable" #: src/configwindow.py:302 msgid "Select _language:" msgstr "Sélectionner la _langue" #: src/configwindow.py:331 msgid "You have to restart the program for the language change to take effect." msgstr "Vous devez redémarrer le programme pour que le changement de langue soit pris en compte." #: src/configwindow.py:343 msgid "_Not allow new question before the old is solved" msgstr "_Ne pas autoriser à passer une question" #: src/configwindow.py:346 msgid "_Repeat question if the answer was wrong" msgstr "_Rejouer la question si la réponse est mauvaise" #: src/configwindow.py:350 msgid "E_xpert mode" msgstr "Mode E_xpert" #: src/configwindow.py:364 msgid "Audio File Players" msgstr "lecteurs audio" #: src/configwindow.py:371 msgid "WAV:" msgstr "WAV :" #: src/configwindow.py:387 msgid "MIDI:" msgstr "MIDI :" #: src/configwindow.py:398 msgid "MP3:" msgstr "MP3 :" #: src/configwindow.py:408 msgid "OGG:" msgstr "OGG :" #: src/configwindow.py:422 msgid "Enter the name of the program. An absolute path is required only if the executable is not found on the PATH." msgstr "Tapez le nom du programme. Il faut un chemin absolu, sauf si l'exécutable ce trouve dans le PATH. " #: src/configwindow.py:424 #, python-format msgid "The command line options required. Write %s where you want the name of the file to be played. Or omit it to have it added to the end of the string." msgstr "Les options obligatoires de la ligne de commande. Écrivez %s là où vous voulez le nom du fichier à jouer. Vous pouvez ne rien mettre si ce nom est à ajotuer en fin de ligne." #: src/configwindow.py:449 msgid "Test" msgstr "Essai" #: src/configwindow.py:450 msgid "This button is clickable only if the binary is found." msgstr "Ce bouton n'est activé que si le binaire a été trouvé." #: src/configwindow.py:467 src/configwindow.py:471 src/configwindow.py:516 msgid "Sound Setup" msgstr "Configuration du son" #: src/configwindow.py:474 src/configwindow.py:524 msgid "_No sound" msgstr "Pas de so_n" #: src/configwindow.py:479 msgid "Use _device" msgstr "Utiliser le périphérique (_device)" #: src/configwindow.py:496 src/configwindow.py:545 msgid "Use _external MIDI player" msgstr "Utiliser un programme midi _externe" #: src/configwindow.py:508 src/configwindow.py:555 msgid "_Test" msgstr "_Test" #: src/configwindow.py:512 msgid "MIDI Setup" msgstr "Paramètres Midi" #: src/configwindow.py:518 msgid "Solfege has two ways to play MIDI files. It is recommended to use Windows multimedia output. An external MIDI player can be useful if your soundcard lacks a hardware synth, in which case you have to use a program like timidity to play the music." msgstr "Solfege peut jouer les fichiers midi de deux façons différentes. Il est recommandé d'utiliser la sortie Windows Multimedia. Un programme midi externe peut être utile si votre carte son n'a pas de synthétiseur hardware, auquel cas vous devrez utiliser un programme comme timidity pour jouer la musique." #: src/configwindow.py:529 msgid "_Windows multimedia output:" msgstr "Sortie _Windows multimedia :" #: src/dataparser.py:153 #, python-format msgid "Unknown name \"%(name)s\" in line %(line)i of file \"%(filename)s\":" msgstr "Nom inconnu \"%(name)s\" à la ligne %(line)i du fichier \"%(filename)s\" :" #: src/dataparser.py:164 #, python-format msgid "Wrong argument count in line %(line)i of file \"%(filename)s\":" msgstr "Mauvais nombre d'arguments à la ligne %(line)i du fichier \"%(filename)s\":" #: src/dataparser.py:174 #, python-format msgid "Syntax error in file \"%(filename)s\". %(expected)s" msgstr "Erreur syntaxique dans le fichier \"%(filename)s\". %(expected)s" #: src/dataparser.py:181 #, python-format msgid "Assignment to the reserved word \"%(word)s\"" msgstr "Affectation au mot réservé \"%(word)s\"" #: src/dataparser.py:188 #, python-format msgid "Cannot translate lists using infile translations (ex var[no]=...). See the variable \"%(variable)s\" in the file \"%(filename)s\"" msgstr "Impossible de traduire les listes avec les traductions en ligne (ex. var[no]=...). Voyez la variable \"%(variable)s\" du fichier \"%(filename)s\"" #: src/dataparser.py:207 #, python-format msgid "Unable to tokenize line %(lineno)i of the file \"%(filename)s\"" msgstr "La ligne %(lineno)i du fichier \"%(filename)s\" ne se laisse pas couper" #: src/dataparser.py:302 #, python-format msgid "Token \"%(nottoken)s\" not found, found \"%(foundtoken)s\" of type %(type)s." msgstr "Impossible de trouver la sous-chaîne \"%(nottoken)s\", nous trouvons \"%(foundtoken)s\", de type %(type)s." #: src/dictation.py:60 msgid "_Play the whole music" msgstr "Jouer _tout l'extrait" #: src/dictation.py:62 src/harmonicprogressiondictation.py:60 #: src/idbyname.py:123 msgid "_Show" msgstr "A_fficher" #: src/dictation.py:192 #, python-format msgid "The lesson file '%s' contains no questions." msgstr "La leçon '%s' ne contient aucune question." #: src/elembuilder.py:96 src/idbyname.py:103 src/rhythmtapping.py:139 msgid "P_lay music" msgstr "Jouer _la musique" #: src/elembuilder.py:98 src/idbyname.py:105 src/rhythmtapping.py:141 msgid "_Display music" msgstr "A_fficher la musique" #: src/elembuilder.py:102 src/harmonicprogressiondictation.py:56 msgid "Guess _answer" msgstr "Deviner (_guess) la réponse" #: src/elembuilder.py:104 src/harmonicprogressiondictation.py:53 msgid "Play _tonic" msgstr "Jouer la _tonique" #: src/elembuilder.py:108 src/rhythm.py:201 msgid "_Backspace" msgstr "Effacer (_backspace)" #: src/elembuilder.py:116 msgid "elembuilder" msgstr "elembuilder" #: src/elembuilder.py:152 src/harmonicinterval.py:212 #: src/harmonicinterval.py:318 src/idbyname.py:259 src/idbyname.py:356 #: src/melodicinterval.py:166 src/melodicinterval.py:269 msgid "Click 'Start test' to begin." msgstr "Cliquer 'Commencer le test' pour commencer." #: src/exceptiondialog.py:74 msgid "Visit http://www.solfege.org/support if you need help." msgstr "Au besoin, vous trouverez de l'aide sur http://www.solfege.org/support" #: src/gu.py:552 #, python-format msgid "Untitled%s" msgstr "Sans titre %s" #: src/gu.py:560 #, python-format msgid "Save changes to \"%s\" before closing?" msgstr "Voulez-vous enregistrer les modifications à \"%s\" avant de le fermer ?" #: src/gu.py:563 #, python-format msgid "If you don't save, changes from the past %i seconds will be permanently lost." msgstr "Si vous n'enregistrez pas, les modifications des dernières %i secondes seront définitivement perdues." #: src/gu.py:565 #, python-format msgid "If you don't save, changes from the past %i minutes will be permanently lost." msgstr "Si vous n'enregistrez pas, les modifications des dernières %i minutes seront définitivement perdues" #: src/gu.py:567 msgid "_Close without Saving" msgstr "Fermer (_close) sans enregistrer" #: src/gu.py:623 msgid "Save As..." msgstr "Enregistrer sous..." #: src/gu.py:648 msgid "File exists. Overwrite?" msgstr "Ce fichier existe déjà. Voulez-vous l'écraser ?" #: src/gu.py:655 msgid "Error saving file" msgstr "Erreur d'enregistrement de fichier" #: src/gu.py:680 msgid "Select an empty directory, since we want to fill it with files." msgstr "Choisissez un répertoire vide pour que le logiciel puisse le remplir" #: src/harmonicinterval.py:157 msgid "Repeat _melodic" msgstr "Rejouer _mélodiquement" #: src/harmonicinterval.py:166 msgid "Ask for these intervals" msgstr "Demander ces intervalles" #: src/harmonicinterval.py:195 src/harmonicinterval.py:314 msgid "Harmonic interval" msgstr "Intervalle harmonique" #: src/harmonicinterval.py:219 src/melodicinterval.py:183 msgid "Ignoring intervals greater than decim." msgstr "Ignorer les intervalles supérieurs aux dixièmes" #: src/harmonicinterval.py:223 src/harmonicinterval.py:321 #: src/melodicinterval.py:171 src/melodicinterval.py:272 msgid "Click 'New interval' to begin." msgstr "Pour commencer, pressez 'Nouvel intervalle'." #: src/harmonicinterval.py:299 msgid "You have to select some intervals to practise." msgstr "Il faut choisir quelques intervalles pour s'entraîner." #: src/harmonicinterval.py:308 src/melodicinterval.py:259 msgid "Identify the interval" msgstr "Identifier l'intervalle" #: src/harmonicinterval.py:336 src/idbyname.py:378 src/melodicinterval.py:286 #: src/singinterval.py:208 msgid "_Start test" msgstr "Commencer le te_st" #: src/harmonicprogressiondictation.py:76 msgid "Harmonic progression dictation" msgstr "Dictée d'accords" #: src/helpbrowser.py:107 msgid "Close the window" msgstr "Ferme la fenêtre" #: src/idbyname.py:112 msgid "Repeat _slowly" msgstr "Rejouer _lentement" #: src/idbyname.py:134 msgid "Questions to ask" msgstr "Questions à poser" #: src/idbyname.py:147 msgid "Identify by name" msgstr "Reconnaître" #: src/idbyname.py:341 msgid "You have to select some questions to practise." msgstr "Il faut sélectionner quelques questions pour s'entraîner." #: src/identifybpm.py:126 msgid "_New tempo" msgstr "_Nouveau tempo" #: src/identifybpm.py:133 msgid "Bpm" msgstr "Tempo métronomique" #: src/identifybpm.py:163 msgid "You have to select some tempos to practise." msgstr "Il faut sélectionner quelques tempos pour s'entraîner." #: src/identifybpm.py:182 src/identifybpm.py:193 msgid "Click 'New tempo' to begin." msgstr "Pour commencer, pressez 'Nouveau tempo'." #: src/identifybpm.py:185 #, python-format msgid "Correct, it is %i" msgstr "Exact, c'est %i" #: src/idproperty.py:312 src/idproperty.py:318 #, python-format msgid "Click '%s' to begin." msgstr "Cliquer '%s' pour commencer." #: src/idtone.py:113 msgid "This exercise is disabled because some required features are missing from your computer. You should install PyGTK 2.8.0 or newer." msgstr "Cet exercice est désactivé parce que certaines fonctionnalités requises manquent sur votre ordinateur. Il faudrait installer PyGTK 2.8.0, ou plus récent." #: src/idtone.py:136 msgid "_New tone" msgstr "_Nouvelle note" #: src/idtone.py:153 msgid "Weight" msgstr "Poids" #: src/idtone.py:176 msgid "Octave:" msgstr "Octave:" #: src/idtone.py:184 msgid "When you guess wrong" msgstr "En cas de mauvaise réponse" #: src/idtone.py:189 msgid "Play warning sound" msgstr "Jouer son d'alerte" #: src/idtone.py:196 src/idtone.py:302 learningtrees/learningtree.txt:365 msgid "Identify tone" msgstr "_Identifier la note" #: src/idtone.py:202 msgid "You have to select some tones practise. Do this on the config page by setting the weight of tones to a value greater than zero." msgstr "Vous devez choisir des exercices de notes. Faites le sur la page de configuration en changeant le poids des notes à une valeur plus grande que zéro." #: src/idtone.py:221 #, python-format msgid "First tone is %s" msgstr "La 1ère note est %s" #: src/idtone.py:225 src/idtone.py:273 src/idtone.py:305 msgid "Click 'New tone' to begin." msgstr "Pour commencer, pressez 'Nouvelle note'." #: src/inputwidgets.py:223 msgid "" "Minor\n" "second" msgstr "" "Seconde\n" "mineure" #: src/inputwidgets.py:224 msgid "" "Major\n" "second" msgstr "" "Seconde\n" "majeure" #: src/inputwidgets.py:225 msgid "" "Minor\n" "third" msgstr "" "Tierce\n" "mineure" #: src/inputwidgets.py:226 msgid "" "Major\n" "third" msgstr "" "Tierce\n" "majeure" #: src/inputwidgets.py:227 msgid "" "Perfect\n" "fourth" msgstr "" "Quarte\n" "juste" #: src/inputwidgets.py:228 msgid "" "Diminished\n" "fifth" msgstr "" "Quinte\n" "diminuée" #: src/inputwidgets.py:229 msgid "" "Perfect\n" "fifth" msgstr "" "Quinte\n" "juste" #: src/inputwidgets.py:230 msgid "" "Minor\n" "sixth" msgstr "" "Sixte\n" "mineure" #: src/inputwidgets.py:231 msgid "" "Major\n" "sixth" msgstr "" "Sixte\n" "majeure" #: src/inputwidgets.py:232 msgid "" "Minor\n" "seventh" msgstr "" "Septième\n" "mineure" #: src/inputwidgets.py:233 msgid "" "Major\n" "seventh" msgstr "" "Septième\n" "majeure" #: src/inputwidgets.py:234 msgid "" "Perfect\n" "octave" msgstr "" "Octave\n" "juste" #: src/inputwidgets.py:235 msgid "" "Minor\n" "ninth" msgstr "" "Neuvième\n" "mineure" #: src/inputwidgets.py:236 msgid "" "Major\n" "ninth" msgstr "" "Neuvième\n" "majeure" #: src/inputwidgets.py:237 msgid "" "Minor\n" "decim" msgstr "" "Dixième\n" "mineure" #: src/inputwidgets.py:238 msgid "" "Major\n" "decim" msgstr "" "Dixième\n" "majeure" #: src/inputwidgets.py:639 src/inputwidgets.py:645 msgid "Piano" msgstr "Piano" #: src/inputwidgets.py:639 src/inputwidgets.py:653 msgid "Guitar" msgstr "Guitare" #: src/inputwidgets.py:639 src/inputwidgets.py:656 msgid "Bass" msgstr "Basse" #: src/inputwidgets.py:640 src/inputwidgets.py:659 msgid "5 string bass" msgstr "Basse à 5 cordes" #: src/inputwidgets.py:640 src/inputwidgets.py:663 msgid "6 string bass" msgstr "Basse à 6 cordes" #: src/inputwidgets.py:641 src/inputwidgets.py:647 msgid "Accordion B griff" msgstr "Accordéon système B" #: src/inputwidgets.py:641 src/inputwidgets.py:649 msgid "Accordion C griff" msgstr "Accordéon système C" #: src/inputwidgets.py:642 src/inputwidgets.py:651 msgid "Accordion (system used in Finland)" msgstr "Accordéon finlandais" #: src/instrumentselector.py:115 msgid "Highest:" msgstr "Partie supérieure :" #: src/instrumentselector.py:118 msgid "Middle:" msgstr "Partie intermédiaire :" #: src/instrumentselector.py:123 msgid "Lowest:" msgstr "Partie inférieure :" #: src/learning_tree_editor.py:33 msgid "Select lesson file" msgstr "Choisir une leçon" #: src/learning_tree_editor.py:51 msgid "Used" msgstr "Utilisé" #: src/learning_tree_editor.py:55 src/learning_tree_editor.py:317 #: src/trainingsetdlg.py:78 msgid "Title" msgstr "Titre" #: src/learning_tree_editor.py:59 msgid "Filename" msgstr "Nom de fichier" #: src/learning_tree_editor.py:73 msgid "Module:" msgstr "Module :" #: src/learning_tree_editor.py:81 src/learning_tree_editor.py:83 msgid "Used by topic(s):" msgstr "Utilisé par le(s) thème(s) :" #: src/learning_tree_editor.py:122 msgid "_Show files used in other topics" msgstr "A_fficher les fichiers utilisés dans d'autres thèmes" #: src/learning_tree_editor.py:125 msgid "_Search for new lesson files" msgstr "Sélectionner uns ou plusieurs leçons" #: src/learning_tree_editor.py:182 msgid "Delete learning tree" msgstr "Supprimer l'arbre d'apprentissage" #: src/learning_tree_editor.py:190 msgid "Learning tree:" msgstr "Arbre d'apprentissage :" #: src/learning_tree_editor.py:209 src/practisesheetdlg.py:299 msgid "Title:" msgstr "Titre :" #: src/learning_tree_editor.py:218 msgid "Default visibility:" msgstr "Visibilité par défaut :" #: src/learning_tree_editor.py:232 msgid "New toplevel menu" msgstr "Nouveau menu" #: src/learning_tree_editor.py:233 msgid "New submenu" msgstr "Nouveau sous menu" #: src/learning_tree_editor.py:235 msgid "Add lesson" msgstr "Ajouter une leçon" #: src/learning_tree_editor.py:238 msgid "Delete" msgstr "Effacer" #: src/learning_tree_editor.py:241 msgid "Move topic up" msgstr "Déplacer vers le haut" #: src/learning_tree_editor.py:244 msgid "Move topic down" msgstr "Déplacer vers le bas" #: src/learning_tree_editor.py:247 msgid "Move lesson up" msgstr "Déplacer la leçon vers le haut" #: src/learning_tree_editor.py:251 msgid "Move lesson down" msgstr "Déplacer la leçon vers le bas" #: src/learning_tree_editor.py:272 msgid "Lesson filename:" msgstr "Nom de la leçon :" #: src/learning_tree_editor.py:278 msgid "Exercise module:" msgstr "Module d'exercice :" #: src/learning_tree_editor.py:289 msgid "New dependency" msgstr "Nouvelle dépendance" #: src/learning_tree_editor.py:293 msgid "Delete dependency" msgstr "Effacer une dépendance" #: src/learning_tree_editor.py:346 src/learning_tree_editor.py:427 msgid "The file is not saved. Save before changing?" msgstr "Le fichier n'est pas enregistré. Voulez-vous le faire avant la modification ?" #: src/learning_tree_editor.py:377 msgid "Name" msgstr "Nom" #: src/learning_tree_editor.py:379 msgid "Type" msgstr "Type" #: src/learning_tree_editor.py:391 src/learning_tree_editor.py:618 msgid "Menu" msgstr "Menu" #: src/learning_tree_editor.py:393 src/learning_tree_editor.py:661 msgid "Submenu" msgstr "Sous-menu" #: src/learning_tree_editor.py:400 src/learning_tree_editor.py:762 msgid "Lesson" msgstr "Leçon" #: src/learning_tree_editor.py:406 #, python-format msgid "The file '%s' is part of GNU Solfege. Delete the file?" msgstr "Le fichier '%s' fait partie de GNU Solfege. Voulez-vous le supprimer ?" #: src/learning_tree_editor.py:408 #, python-format msgid "Delete the learning tree '%s'" msgstr "Supprimer l'arbre d'apprentissage '%s'" #: src/learning_tree_editor.py:413 msgid "Failed to delete file" msgstr "Échec de la suppression du fichier" #: src/learning_tree_editor.py:429 src/learning_tree_editor.py:436 msgid "Create new learning tree" msgstr "Création d'un nouvel arbre d'apprentissage" #: src/learning_tree_editor.py:443 msgid "Do not enter any directory names, only the filename." msgstr "Ne saisissez pas de nom de répertoire, seulement le nom du fichier" #: src/learning_tree_editor.py:445 msgid "File name:" msgstr "Nom de fichier :" #: src/learning_tree_editor.py:460 msgid "The file already exists." msgstr "Ce fichier existe déjà" #: src/learning_tree_editor.py:481 src/learning_tree_editor.py:552 #, python-format msgid "" "An error occurred while saving the file:\n" "%s" msgstr "" "Une erreur s'est produite en sauvegardant le fichier :\n" "%s" #: src/learning_tree_editor.py:490 msgid "Save changes?" msgstr "Voulez-vous enregistrer les modifications ?" #: src/learning_tree_editor.py:523 #, python-format msgid "Dependencies of the lesson '%s'" msgstr "dépendances de la leçon '%s'" #: src/learning_tree_editor.py:526 #, python-format msgid "No dependencies for the lesson '%s'." msgstr "Pas de dépendances pour la leçon '%s'" #: src/learning_tree_editor.py:570 src/lessonfile_editor_main.py:303 msgid "Save as..." msgstr "Enregistrer sous..." #: src/learning_tree_editor.py:583 src/learning_tree_editor.py:590 msgid "Create new menu" msgstr "Créer un nouveau menu" #: src/learning_tree_editor.py:597 msgid "Menu name:" msgstr "Nom du menu :" #: src/learning_tree_editor.py:610 src/learning_tree_editor.py:655 msgid "The menu name is already used." msgstr "Le nom du menu est déjà utilisé" #: src/learning_tree_editor.py:614 src/learning_tree_editor.py:652 msgid "An empty string is not allowed." msgstr "Chaîne vide interdite" #: src/learning_tree_editor.py:625 msgid "New topic" msgstr "Nouveau thème" #: src/learning_tree_editor.py:632 msgid "Create new topic" msgstr "Créer un nouveau thème" #: src/learning_tree_editor.py:639 msgid "Topic name:" msgstr "Nom du thème :" #: src/learning_tree_editor.py:800 msgid "Some lessons depend on this lesson. Delete anyway, and update the dependency list for lessons that depend on this lesson?" msgstr "D'autres leçons dépendent de celle-ci. Voulez-vous tout de même la supprimer et mettre à jour la liste des dépendances des leçons qui en dépendent ?" #: src/learning_tree_editor.py:841 msgid "The default learning tree is write protected in your install. This is normal. If you want to edit a learning tree, you have to select one of the trees stored in .solfege/learningtrees in your home directory." msgstr "L'arborescence d'apprentissage est protégé en écriture sur votre installation. C'est normal. Si vous voulez éditer une arborescence d'apprentissage, vous devez en sélectionner une parmi celles qui sont stockées dans .solfege/learningtrees, dans votre répertoire personnel." #: src/lessonfile_editor_main.py:33 src/lessonfile_editor_main.py:96 msgid "Add noteheads" msgstr "Ajouter des notes" #: src/lessonfile_editor_main.py:34 src/lessonfile_editor_main.py:98 msgid "Add sharps" msgstr "Ajouter des dièses" #: src/lessonfile_editor_main.py:35 src/lessonfile_editor_main.py:100 msgid "Add double-sharps" msgstr "Ajouter des double dièses" #: src/lessonfile_editor_main.py:36 src/lessonfile_editor_main.py:102 msgid "Remove accidentals" msgstr "Supprimer les altérations" #: src/lessonfile_editor_main.py:37 src/lessonfile_editor_main.py:104 msgid "Add flats" msgstr "Ajouter des bémols" #: src/lessonfile_editor_main.py:38 src/lessonfile_editor_main.py:106 msgid "Add double-flats" msgstr "Ajouter des double bémols" #: src/lessonfile_editor_main.py:39 src/lessonfile_editor_main.py:108 msgid "Delete tones" msgstr "Effacer des notes" #: src/lessonfile_editor_main.py:46 msgid "GNU Solfege lesson file editor" msgstr "Editeur de fichiers leçons GNU Solfege" #: src/lessonfile_editor_main.py:74 src/mainwin.py:283 msgid "_File" msgstr "_Fichier" #: src/lessonfile_editor_main.py:80 src/mainwin.py:300 msgid "_Help" msgstr "_Aide" #: src/lessonfile_editor_main.py:82 msgid "_About" msgstr "_A propos" #: src/lessonfile_editor_main.py:86 msgid "Go to the first question" msgstr "Aller à la première question" #: src/lessonfile_editor_main.py:88 msgid "Go to the previous question" msgstr "Aller à la question précédente" #: src/lessonfile_editor_main.py:90 msgid "Go to the next question" msgstr "Aller à la question suivante" #: src/lessonfile_editor_main.py:92 msgid "Go to the last question" msgstr "Aller à la dernière question" #: src/lessonfile_editor_main.py:94 msgid "Add a new question" msgstr "Ajouter une nouvelle question" #: src/lessonfile_editor_main.py:187 msgid "Questions" msgstr "Questions" #: src/lessonfile_editor_main.py:188 msgid "Enter new chords using the mouse" msgstr "Enter de nouveaux accords avec la souris" #: src/lessonfile_editor_main.py:198 msgid "Question title:" msgstr "Titre de la question :" #: src/lessonfile_editor_main.py:205 msgid "Lessonfile header" msgstr "Entête de fichier leçon" #: src/lessonfile_editor_main.py:209 msgid "File title:" msgstr "Titre du fichier :" #: src/lessonfile_editor_main.py:218 msgid "Content:" msgstr "Contenu :" #: src/lessonfile_editor_main.py:230 msgid "You have unsaved data. Proceed anyway?" msgstr "Vous avez des données non sauvegardées. Voulez-vous continuer ?" #: src/lessonfile_editor_main.py:249 msgid "No file" msgstr "Aucun fichier" #: src/lessonfile_editor_main.py:250 #, python-format msgid "question %(idx)i of %(count)i" msgstr "question %(idx)i sur %(count)i" #: src/lessonfile_editor_main.py:270 #, python-format msgid "The exercise module '%s' is not supported yet. Cannot edit this file." msgstr "Le module d'exercice '%s' n'est pas encore supporté. Impossible d'éditer ce fichier." #: src/lessonfile_editor_main.py:276 msgid "Open..." msgstr "Ouvrir..." #: src/lessonfile_editor_main.py:289 #, python-format msgid "Loading file '%(filename)s' failed: %(msg)s" msgstr "Échec du chargement du fichier '%(filename)s' : %(msg)s" #: src/lessonfile_editor_main.py:316 msgid "Save..." msgstr "Enregistrer" #: src/lessonfilegui.py:30 msgid "Resolve lesson_id crash" msgstr "Résoudre le crash lesson_id" #: src/lessonfilegui.py:36 msgid "Lesson_id crash" msgstr "Crash lesson_id" #: src/lessonfilegui.py:40 msgid "The lesson_id has to be unique for each lesson file. Please select which lesson file shall keep the current lesson_id. The preselected file is Solfege's educated guess. Press 'Cancel' to postpone the decision." msgstr "L'identifiant lesson_id doit être unique pour chaque fichier de leçon. SVP sélectionner le fichier leçon qui doit garder l'identifiant actuel. Le fichier présélectionné est proposé par Solfège. Cliquer sur 'Annuler' pour remettre la décision à plus tard." #: src/lessonfile.py:59 msgid "The lesson file contains no questions" msgstr "Le fichier leçon ne contient pas de questions." #: src/lessonfile.py:63 #, python-format msgid "The external file '%s' was not found" msgstr "Le fichier externe '%s' n'a pas été trouvé." #: src/lessonfile.py:72 msgid "No questions selected" msgstr "Aucune question sélectionnée" #: src/lessonfile.py:73 msgid "You can select questions on the config page of the exercise." msgstr "Vous pouvez sélectionner des questions dans l'onglet 'Configuration' de l'exercice." #: src/lessonfile.py:1174 #, python-format msgid "Discarding question %(questionidx)i from the lessonfile \"%(filename)s\" because it is missing the \"name\" variable. All questions in lesson files of this type must have a name variable." msgstr "Rejet de la question %(questionidx)i de la leçon \"%(filename)s\" parce qu'il y manque la variable \"name\". Toutes les questions dans les fichiers-leçons de ce type doivent avoir une variable \"name\"." #: src/lessonfile.py:1328 #, python-format msgid "Question number %(index)i in the lesson file \"%(filename)s\" is missing the \"question_text\" variable." msgstr "La question numéro %(index)i de la leçon \"%(filename)s\" requiert la variable \"question_text\"" #: src/lessonfile.py:1370 msgid "Inversion" msgstr "Renversement" #: src/lessonfile.py:1371 msgid "Toptone" msgstr "Note du haut" #: src/lessonfile.py:1373 #, python-format msgid "Missing qprops variable in the lesson file %s." msgstr "La variable qprops manque dans la leçon %s." #: src/lessonfile.py:1381 #, python-format msgid "Error in the lesson file header of \"%(filename)s\". The variables qprops and qprop_labels must have the same length." msgstr "Erreur dans l'entête de la leçon \"%(filename)s\". Les variables qprops et qprop_labels doivent avoir la même longueur." #: src/lessonfile.py:1394 msgid "root position" msgstr "sans renversement" #: src/lessonfile.py:1399 #, python-format msgid "%i. inversion" msgstr "%ie renversement" #: src/lessonfile.py:1422 #, python-format msgid "Discarding question %(questionidx)i from the lesson file \"%(filename)s\" because of a missing variable: %(var)s" msgid_plural "Discarding question %(questionidx)i from the lesson file \"%(filename)s\" because of some missing variables: %(var)s" msgstr[0] "Question %(questionidx)i de la leçon \"%(filename)s\" mise de côté à cause d'une variable manquante : %(var)s" msgstr[1] "Question %(questionidx)i de la leçon \\\"%(filename)s\\\" mise de côté à cause de plusieurs variables manquantes : %(var)s" #: src/lessonfile.py:1557 msgid "This page lists all the lesson files that Solfege can find. You can click on the links to start practising." msgstr "Cette page liste tous les fichiers de leçons que Solfège peut trouver. Vous pouvez cliquer sur les liens pour commencer à vous entraîner." #: src/mainwin.py:119 #, python-format msgid "Starting GNU Solfege %s" msgstr "Lancement de GNU Solfege %s" #: src/mainwin.py:197 msgid "Close" msgstr "Fermer" #: src/mainwin.py:277 #, python-format msgid "Learning tree '%s' not found. Using default tree." msgstr "Arbre d'apprentissage '%s' non trouvé. L'arbre par défaut est utilisé" #: src/mainwin.py:287 learningtrees/learningtree.txt:424 msgid "The_ory" msgstr "Thé_orie" #: src/mainwin.py:288 learningtrees/learningtree.txt:9 msgid "_Intervals" msgstr "_Intervalles" #: src/mainwin.py:290 msgid "_Edit" msgstr "_Editer" #: src/mainwin.py:291 msgid "Edit learning tree" msgstr "Editer l'arbre d'apprentissage" #: src/mainwin.py:293 msgid "_Tests" msgstr "_Tests" #: src/mainwin.py:294 msgid "New training set editor window" msgstr "Nouvelle fenêtre d'édition d'une série d'exercices." #: src/mainwin.py:296 msgid "Ear training test printout editor" msgstr "Editeur de tests d'entraînement auditif" #: src/mainwin.py:301 msgid "_Help on the current exercise" msgstr "Aide (_Help) sur l'exercice en cours" #: src/mainwin.py:303 msgid "_Music theory on the current exercise" msgstr "_Théorie musicale sur l'exercice en cours" #: src/mainwin.py:304 msgid "_User manual" msgstr "Manuel _Utilisateur" #: src/mainwin.py:306 msgid "All installed _lesson files" msgstr "Tous les fichiers de _leçons installés" #: src/mainwin.py:308 src/mainwin.py:559 src/mainwin.py:563 msgid "File locations" msgstr "Localisation des fichiers" #: src/mainwin.py:310 msgid "_Mailinglists, web page etc." msgstr "_Liste de diffusion, pages webs, etc..." #: src/mainwin.py:312 msgid "Reporting _bugs" msgstr "Rapport de _bogue" #: src/mainwin.py:315 msgid "See your bug reports" msgstr "Voir vos rapports de bogues" #: src/mainwin.py:341 msgid "Learning tree" msgstr "Arbre d'apprentissage" #: src/mainwin.py:360 msgid "Failed to load learning tree" msgstr "Impossible de charger cet arbre d'apprentissage" #: src/mainwin.py:361 #, python-format msgid "Ignoring the file \"%(filename)s\" because of this error: %(error)s" msgstr "Ignorons le fichier \"%(filename)s\" à cause de l'erreur suivante : %(error)s" #: src/mainwin.py:411 src/mainwin.py:413 src/practisesheetdlg.py:397 #: src/practisesheetdlg.py:400 src/practisesheetdlg.py:402 #: src/practisesheetdlg.py:407 src/trainingsetdlg.py:203 #: src/trainingsetdlg.py:206 src/trainingsetdlg.py:208 #: src/trainingsetdlg.py:213 msgid "name" msgstr "nom" #: src/mainwin.py:424 #, python-format msgid "%s (passed)" msgstr "%s (réussi)" #: src/mainwin.py:471 msgid "Question" msgstr "Question" #: src/mainwin.py:478 msgid "Please enter the email used when you submitted the bugs:" msgstr "Entrer SVP l'adresse email utilisée lorsque vous avez soumis les bogues :" #: src/mainwin.py:505 #, python-format msgid "Please check the lesson file %s." msgstr "Merci de vérifier le fichier de leçon %s." #: src/mainwin.py:566 msgid "Solfege config file:" msgstr "Fichier de configuration de Solfege :" #: src/mainwin.py:567 msgid "Solfege standard lesson files:" msgstr "Fichiers de leçons standards de Solfege :" #: src/mainwin.py:568 msgid "The users private lesson files:" msgstr "Fichiers de leçons personnelles de Solfege :" #: src/mainwin.py:569 msgid "The users private learning trees:" msgstr "Arbres d'apprentissage personnels :" #: src/mainwin.py:570 msgid "User manual in HTML format:" msgstr "Manuel utilisateur au format HTML :" #: src/mainwin.py:580 src/mainwin.py:605 msgid "SOLFEGETRANSLATORS" msgstr "" "Oliver Ahn\n" "Jean Orloff\n" "Etienne Bourrez\n" "Patrick Ficheux\n" "Odile Bénassy" #: src/mainwin.py:591 src/mainwin.py:592 msgid "(some lessonfiles)" msgstr "(quelques fichiers leçons)" #: src/mainwin.py:593 msgid "(sound code for the MS Windows port)" msgstr "(Code son pour le portage MS Windows)" #: src/mainwin.py:594 msgid "(ported winmidi.c to gcc)" msgstr "(porté winmidi.c vers gcc)" #: src/mainwin.py:595 msgid "(spec file for SuSE 8.2)" msgstr "(fichier de spécifications pour SuSE 8.2)" #: src/mainwin.py:596 msgid "(spec file cleanup)" msgstr "(effacement du fichier de spécifications)" #: src/mainwin.py:597 msgid "(testing and portability fixes for FreeBSD)" msgstr "(correctifs de test et portabilité pour FreeBSD)" #: src/mainwin.py:598 src/mainwin.py:599 msgid "(the music font from Lilypond)" msgstr "(la fonte musicale de Lilypond)" #: src/mainwin.py:600 msgid "(scale exercises)" msgstr "(exercices de gamme)" #: src/mainwin.py:640 #, python-format msgid "" "In Solfege 3.9.0, the location where Solfege look for lesson files you have created was changed. The files has to be moved from \"%(old)s\" and into the folder \"%(gnu)s\" in your \"%(doc)s\" folder.\n" "May I move the files automatically for you now?" msgstr "" "A partir de Solfege 3.9.0, l'emplacement où le logiciel recherche les leçons que vous avez créées a changé. Il faut déplacer les fichiers de \"%(old)s\" vers le sous-répertoire \"%(gnu)s\", à l'intérieur de votre répertoire \"%(doc)s\".\\n\n" "Acceptez-vous que le logiciel déplace les fichiers à votre place, dès à présent ?" #: src/mainwin.py:651 #, python-format msgid "" "Error while copying directory:\n" "%s" msgstr "Erreur durant la copie du répertoire %s" #: src/mainwin.py:653 msgid "Files copied. The old files has been left behind. Please delete them when you have verified that all files was copied correctly." msgstr "Fichiers copiés. Les anciens fichiers ont été conservés. Nous vous conseillons de les supprimer une fois que vous aurez vérifié qu'ils ont été correctement copiés." #: src/mainwin.py:660 msgid "Migrated old language setup. You might have to restart the program all translated messages to show up." msgstr "L'ancienne configuration de langue a été migrée. Il faudra sans doute redémarrer le programme pour que tous les messages traduits apparaissent." #: src/mainwin.py:693 msgid "Discarded lesson files" msgstr "Leçons supprimées" #: src/mainwin.py:699 msgid "The lesson files listed below was discarded by the program, and will not be available in the program until the errors are corrected." msgstr "Les leçons ci-dessous ont été rejetées par le logiciel ; elles ne seront disponibles que lorsque les erreurs auront été corrigées." #: src/mainwin.py:713 src/mainwin.py:716 msgid "Filename:" msgstr "Nom de fichier :" #: src/mainwin.py:721 msgid "Reason:" msgstr "Raison :" #: src/mainwin.py:730 msgid "Missing module declaration" msgstr "La déclaration de module est obligatoire" #: src/mainwin.py:732 msgid "Unknown" msgstr "Inconnu" #: src/mainwin.py:831 #, python-format msgid "The '%s' exercise module does not support test yet." msgstr "Le module d'exercices '%s' ne comprend encore aucun test." #: src/melodicinterval.py:111 src/melodicinterval.py:265 msgid "Melodic interval" msgstr "Intervalle mélodique" #: src/melodicinterval.py:180 msgid "You have already identified this interval" msgstr "Tu as déjà identifié cet intervalle" #: src/melodicinterval.py:231 msgid "The exercise has to be better configured." msgstr "Il faut mieux configurer l'exercice" #: src/multipleintervalconfigwidget.py:92 msgid "Number of intervals:" msgstr "Nombre d'intervalles :" #: src/multipleintervalconfigwidget.py:99 msgid "Configure all intervals in this exercise like this" msgstr "Configurer tous les intervalles de cet exercice comme ceci" #: src/multipleintervalconfigwidget.py:107 msgid "Togglebuttons are for interval number:" msgstr "Les boutons agissent sur l'intervalle numéro:" #: src/multipleintervalconfigwidget.py:117 msgid "Up:" msgstr "Haut :" #: src/multipleintervalconfigwidget.py:133 msgid "Down:" msgstr "Bas :" #: src/multipleintervalconfigwidget.py:149 msgid "Reset to default values" msgstr "Remise à zéro des valeurs" #: src/nameinterval.py:139 msgid "Could not satisfy the constraints in the lesson header." msgstr "Ne peut pas satisfaire les contraintes de l'entête de la leçon." #: src/nameinterval.py:148 src/nameinterval.py:160 #, python-format msgid "Already solved. The interval is a '%s'" msgstr "Déjà résolu. L'intervalle est un '%s'" #: src/nameinterval.py:177 #, python-format msgid "Correct, the interval is a %s" msgstr "Exact, l'intervalle est un %s" #: src/nameinterval.py:186 msgid "Name the interval" msgstr "Nommer l'intervalle" #: src/nameinterval.py:189 #, python-format msgid "interval|%s" msgstr "%s" #: src/optionparser.py:9 msgid "Show warranty and copyright." msgstr "Afficher la garantie et la notice de droits d'auteurs." #: src/optionparser.py:11 msgid "Do not show the startup window." msgstr "Ne pas afficher la fenêtre d'initialisation" #: src/optionparser.py:16 msgid "Display more info about the sound setup." msgstr "Plus d'information sur la configuration du son." #: src/optionparser.py:19 msgid "Do not play any sounds. Instead some data is printed to standard output. Use this for debugging and porting." msgstr "Ne jouez aucun son. Des données sont imprimées sur la sortie standard. A utiliser pour le déverminage et le portage." #: src/optionparser.py:21 msgid "Include features used by the Solfege developers to debug the program." msgstr "Inclure les fonctionnalités utilisées par les développeurs de Solfege pour déverminer le programme." #: src/optionparser.py:24 msgid "Disable the exception handling in Gui.standard_exception_handler." msgstr "Désactiver la levée d'exception dans Gui.standard_exception_handler." #: src/optionparser.py:26 msgid "For debugging only: Select questions from lesson files in sequential order." msgstr "Pour le déverminage seulement : Choisissez des questions dans les fichiers-leçons, dans l'ordre d'apparition." #: src/optionparser.py:29 msgid "Run using gtkhtml2 instead of the built in HTML viewer." msgstr "Utiliser gtkhtml2 au lieu du visionneur HTML intégré." #: src/optionparser.py:32 msgid "Do not use the cairo version of input widgets, even if we run gtk+ 2.8.0 or newer." msgstr "Ne pas utiliser la version cairo des contrôles de saisie, même si le logiciel tourne sous GTF+ 2.8.0 ou plus récent" #: src/optionparser.py:35 msgid "Show GtkWarnings and PangoWarnings in the traceback window." msgstr "Montrer les avertissement GTK et Pango dans la fenêtre de trace." #: src/osutils.py:40 #, python-format msgid "Running the command %s failed." msgstr "Échec de la commande %s." #: src/osutils.py:49 #, python-format msgid "The executable '%s' does not exist." msgstr "Le programme '%s' n'existe pas." #: src/osutils.py:54 #, python-format msgid "The executable string should contain zero or one '%s'." msgstr "La ligne de commande du programme doit contenir zéro ou un '%s'." #: src/osutils.py:59 #, python-format msgid "" "Tried `%(bin)s`:\n" "\n" "\t%(exception)s\n" "\n" "Please check that the program is installed. If you did not supplythe full path to the program in the preferences window (Ctrl-12),you must make sure the program is on your PATH." msgstr "" "Essai de `%(bin)s`:\n" "\n" "\t%(exception)s\n" "\n" "Veuillez vérifier que ce programme est installé. Si vous n'avez pas fourni le chemin complet d'accès dans la fenêtre des préférences (CTRL-12), vous devez faire en sorte que l'exécutable se trouve dans votre PATH." #: src/osutils.py:70 #, python-format msgid "Failed to execute a binary for %s" msgstr "Échec de l'exécution du binaire pour %s" #: src/osutils.py:75 #, python-format msgid "Failed to execute media player for %s files" msgstr "Échec de l'exécution du lecteur de média pour les fichiers %s" #: src/osutils.py:82 #, python-format msgid "Failed to execute binary to convert from %(from)s to %(to)s" msgstr "Échec du programme de conversion de %(from)s vers %(to)s" #: src/practisesheetdlg.py:290 msgid "Output format:" msgstr "Format de sortie :" #: src/practisesheetdlg.py:326 msgid "Section title:" msgstr "Titre de la section :" #: src/practisesheetdlg.py:334 msgid "Name the music" msgstr "Nommer la musique" #: src/practisesheetdlg.py:335 msgid "Write the music, first tone given" msgstr "Ecrivez la musique, la première note est donnée" #: src/practisesheetdlg.py:338 msgid "Type of question:" msgstr "Type de question :" #: src/practisesheetdlg.py:342 msgid "Intervals:" msgstr "Intervalles :" #: src/practisesheetdlg.py:351 msgid "Questions per line:" msgstr "Questions par ligne :" #: src/practisesheetdlg.py:357 msgid "Number of questions:" msgstr "Nombre de questions :" #: src/practisesheetdlg.py:462 src/trainingsetdlg.py:319 msgid "Select where to export the files" msgstr "Choisissez où exporter les fichiers" #: src/practisesheetdlg.py:524 #, python-format msgid "Not all music types are supported. This file contain %(ok)i supported questions and %(not_ok)i that are not supported. The unsupported questions will be ignored. Add any way?" msgstr "Tous les types de musique ne sont pas supportés. Ce fichier contient %(ok)i questions supportées, et %(not_ok)i questions non supportées. Les questions non supportées seront ignorées. Importer quand même ?" #: src/practisesheetdlg.py:526 msgid "Could not add the lesson file. It has no questions with a music object with supported music type." msgstr "Impossible d'ajouter cette leçon, car elle ne comporte aucun question dont l'objet musical est conforme aux types de musique qui sont implémentés." #: src/practisesheetdlg.py:664 msgid "Create sheet" msgstr "Créer une feuille" #: src/reportbug.py:35 msgid "Bug report" msgstr "Rapport de bogue" #: src/reportbug.py:37 src/reportbug.py:56 msgid "_Send" msgstr "Envoyer (_Send)" #: src/reportbug.py:52 msgid "Make bug report" msgstr "Rapporter un bogue" #: src/reportbug.py:55 msgid "See complete _report" msgstr "Voir le _rapport complet" #: src/reportbug.py:61 msgid "_Email:" msgstr "Courri_el :" #: src/reportbug.py:65 msgid "Mangled email address:" msgstr "Mauvaise adresse électronique :" #: src/reportbug.py:71 msgid "S_hort description:" msgstr "Courte de_scription :" #: src/reportbug.py:73 msgid "_Describe how to produce the error message:" msgstr "_Décrivez comment on peut produire ce message d'erreur" #. translators, please notice that the word NO_DESCRIPTION must not be #. translated in this string. #: src/reportbug.py:82 msgid "" "Describe as exactly as you can what you did when this error occurred. If you give no description at all, you make it very difficult to track down this bug. You should replace this text with your description, and also remove the \"bug-tag\" in the bottom of this text so that this bug is not automatically sorted among the bug reports with no description.\n" "\n" "(bug-tag: NO_DESCRIPTION)" msgstr "" "Décrivez aussi exactement que possible ce que vous avez fait avant que cette erreur ne se produise. Si vous ne donnez aucune description, vous rendez la résolution de ce bogue très difficile. Vous devez remplacer ce texte par votre description, et aussi enlever le \"bug-tag\" à la fin de ce texte, afin que ce bogue ne soit pas classée automatiquement parmi ceux qui n'ont pas de description. \n" "\n" "(bug-tag: NO_DESCRIPTION)" #: src/rhythm.py:181 msgid "Play" msgstr "Jouer" #: src/rhythm.py:221 msgid "Don't start the question with a rest" msgstr "Ne pas commencer la question par un silence" #: src/rhythm.py:224 msgid "Beats per minute:" msgstr "Tempo (pulsations par minute):" #: src/rhythm.py:302 src/rhythmtapping.py:182 msgid "You have to configure this exercise properly" msgstr "Il faut configurer cet exercice convenablement" #: src/rhythm.py:336 msgid "Identify the rhythm" msgstr "Identifier le rythme" #: src/rhythmtapping.py:129 msgid "Please tap the rhythm." msgstr "Frapper le rythme" #: src/rhythmtapping.py:136 msgid "Tap here" msgstr "Frapper ici" #: src/rhythmtapping.py:195 msgid "Tapping in progress..." msgstr "Frappe en cours..." #: src/singanswer.py:52 src/singchord.py:43 src/singinterval.py:100 msgid "_Play answer" msgstr "_Jouer la réponse" #: src/singchord.py:42 msgid "440h_z" msgstr "440h_z" #: src/singinterval.py:89 msgid "" "_New interval,\n" "last was correct" msgstr "" "_Nouvel intervalle\n" "(le dernier était juste)" #: src/singinterval.py:91 msgid "" "New interval,\n" "last was _wrong" msgstr "" "Nouvel intervalle\n" "(le dernier était _faux)" #: src/singinterval.py:96 msgid "_Repeat first tone" msgstr "_Rejouer la première note" #: src/singinterval.py:104 msgid "Play _last tone" msgstr "Jouer la _dernière note" #: src/singinterval.py:119 src/singinterval.py:166 msgid "Sing interval" msgstr "Chanter l'intervalle" #: src/singinterval.py:137 msgid "" "The exercise has to be better configured.\n" "Click 'Reset to default values' on the config\n" "page if you don't know how to do this." msgstr "" "L'exercice doit être mieux configuré.\n" "Cliquer 'Remise à zéro les valeurs' dans la page de configuration\n" "si vous ne savez pas comment faire." #: src/singinterval.py:160 msgid "Sing the interval" msgstr "Chanter l'intervalle" #: src/specialwidgets.py:163 msgid "Set transposition" msgstr "Définir la transposition" #: src/specialwidgets.py:169 msgid "Select how to do random transposition" msgstr "Choisir comment faire la transposition aléatoire" #: src/specialwidgets.py:171 msgid "You can read about the different types of transposition in the lesson file documentation available on the Help menu." msgstr "Vous pouvez voir les différents types de transposition dans la documentation sur les fichiers leçons, disponible dans le menu d'aide" #: src/statisticsviewer.py:61 src/statisticsviewer.py:166 msgid "Session" msgstr "Session" #: src/statisticsviewer.py:61 src/statisticsviewer.py:171 msgid "Today" msgstr "Aujourd'hui" #: src/statisticsviewer.py:62 src/statisticsviewer.py:176 msgid "Last 7 days" msgstr "Semaine passée" #: src/statisticsviewer.py:62 src/statisticsviewer.py:181 msgid "Total" msgstr "Total" #: src/statisticsviewer.py:71 msgid "Percent" msgstr "Pourcentage" #: src/statisticsviewer.py:72 src/trainingsetdlg.py:83 msgid "Count" msgstr "Nombre" #: src/tracebackwindow.py:28 msgid "GNU Solfege message window" msgstr "Fenêtre des messages de GNU Solfege" #: src/tracebackwindow.py:31 msgid "Please report this to the bug database or send an email to bug-solfege@gnu.org if the content of the message make you believe you have found a bug." msgstr "Informez SVP bug-solfege@gnu.org si le contenu du message vous laisse penser que vous avez trouvé un bogue" #: src/tracebackwindow.py:46 msgid "_Make automatic bug report" msgstr "_Faire un rapport de bogue automatique" #: src/tracebackwindow.py:54 msgid "" "Automatic bug reports are often mostly useless because people omit their email address and add very little info about what happened. Fixing bugs is difficult if we cannot contact you and ask for more information.\n" "\n" "I would prefer if you open a web browser and report your bug to the bug tracker at http://bugs.solfege.org.\n" "\n" "This will give your bug report higher priority and it will be fixed faster.\n" "\n" "Are you willing to do that?" msgstr "" "Les rapports d'erreurs automatiques sont le plus souvent sans utilité parce que les gens oublient de mettre leur adresse électronique et ne donnent que très peu d'information sur ce qui s'est passé. C'est difficile de réparer un bug si nous ne pouvons pas vous contacter pour vous demander plus d'information.\n" "\n" "Je préfèrerais que vous ouvriez un navigateur et que vous écriviez un rapport d'erreur sur le bug tracker à l'adresse http://bugs.solfege.org.\n" "\n" "Si vous faites cette démarche, votre bug sera traité plus rapidement et réparé plus rapidement.\n" "\n" "Voulez-vous le faire ?" #: src/trainingsetdlg.py:55 msgid "MIDI" msgstr "MIDI" #: src/trainingsetdlg.py:56 msgid "WAV" msgstr "WAV" #: src/trainingsetdlg.py:57 msgid "MP3" msgstr "MP3" #: src/trainingsetdlg.py:58 msgid "OGG" msgstr "OGG" #: src/trainingsetdlg.py:62 msgid "Preferred output format:" msgstr "Format de sortie préféré :" #: src/trainingsetdlg.py:89 msgid "Repeat" msgstr "Répéter" #: src/trainingsetdlg.py:95 msgid "Delay" msgstr "Délai d'attente" #: src/trainingsetdlg.py:148 msgid "This lesson file cannot be exported because some of the music in the file are not parsable by the mpd module." msgstr "Cette leçon ne peuyt pas être exportée car une partie de la musique contenue n'est pas analysable par le module mpd." #: src/trainingsetdlg.py:235 msgid "Export" msgstr "Exporter" #: src/trainingsetdlg.py:322 msgid "Exporting training set" msgstr "Exportation de la série d'exercices" #: src/trainingsetdlg.py:326 msgid "Export training set" msgstr "Exporter la série d'exercices" #: src/twelvetone.py:64 msgid "_Play first note" msgstr "Jouer la _première note" #: src/twelvetone.py:66 msgid "Play _last note" msgstr "Jouer _la dernière note" #: src/twelvetone.py:68 msgid "Play _all" msgstr "_Tout jouer" #: src/utils.py:38 msgid "up" msgstr "haut" #: src/utils.py:40 msgid "down" msgstr "bas" #: mpd/interval.py:33 msgid "perfect unison" msgstr "unisson juste" #: mpd/interval.py:34 msgid "diminished unison" msgstr "unison diminué" #: mpd/interval.py:35 msgid "augmented unison" msgstr "unison augmenté" #: mpd/interval.py:37 msgid "diminished second" msgstr "seconde diminuée" #: mpd/interval.py:38 lesson-files/csound-intonation-harmonic-min2-10cent:10 #: lesson-files/csound-intonation-harmonic-min2-15cent:10 #: lesson-files/csound-intonation-harmonic-min2-20cent:10 #: lesson-files/csound-intonation-harmonic-min2-30cent:10 #: lesson-files/csound-intonation-harmonic-min2-40cent:10 #: lesson-files/csound-intonation-harmonic-min2-5cent:10 #: lesson-files/csound-intonation-harmonic-min2-6cent:10 #: lesson-files/csound-intonation-harmonic-min2-8cent:10 #: lesson-files/csound-intonation-min2-10cent:10 #: lesson-files/csound-intonation-min2-15cent:10 #: lesson-files/csound-intonation-min2-20cent:10 #: lesson-files/csound-intonation-min2-30cent:10 #: lesson-files/csound-intonation-min2-40cent:10 #: lesson-files/csound-intonation-min2-5cent:10 #: lesson-files/csound-intonation-min2-6cent:10 #: lesson-files/csound-intonation-min2-8cent:10 #: learningtrees/csound-tree.txt:12 learningtrees/csound-tree.txt:136 msgid "minor second" msgstr "seconde mineure" #: mpd/interval.py:39 lesson-files/csound-intonation-harmonic-maj2-10cent:10 #: lesson-files/csound-intonation-harmonic-maj2-15cent:10 #: lesson-files/csound-intonation-harmonic-maj2-20cent:10 #: lesson-files/csound-intonation-harmonic-maj2-30cent:10 #: lesson-files/csound-intonation-harmonic-maj2-40cent:10 #: lesson-files/csound-intonation-harmonic-maj2-5cent:10 #: lesson-files/csound-intonation-harmonic-maj2-6cent:10 #: lesson-files/csound-intonation-harmonic-maj2-8cent:10 #: lesson-files/csound-intonation-maj2-10cent:10 #: lesson-files/csound-intonation-maj2-15cent:10 #: lesson-files/csound-intonation-maj2-20cent:10 #: lesson-files/csound-intonation-maj2-30cent:10 #: lesson-files/csound-intonation-maj2-40cent:10 #: lesson-files/csound-intonation-maj2-5cent:10 #: lesson-files/csound-intonation-maj2-6cent:10 #: lesson-files/csound-intonation-maj2-8cent:10 #: learningtrees/csound-tree.txt:24 learningtrees/csound-tree.txt:148 msgid "major second" msgstr "seconde majeure" #: mpd/interval.py:40 msgid "augmented second" msgstr "seconde augmentée" #: mpd/interval.py:42 msgid "diminished third" msgstr "tierce diminuée" #: mpd/interval.py:43 lesson-files/csound-intonation-harmonic-min3-10cent:10 #: lesson-files/csound-intonation-harmonic-min3-15cent:10 #: lesson-files/csound-intonation-harmonic-min3-20cent:10 #: lesson-files/csound-intonation-harmonic-min3-30cent:10 #: lesson-files/csound-intonation-harmonic-min3-40cent:10 #: lesson-files/csound-intonation-harmonic-min3-5cent:10 #: lesson-files/csound-intonation-harmonic-min3-6cent:10 #: lesson-files/csound-intonation-harmonic-min3-8cent:10 #: lesson-files/csound-intonation-min3-10cent:10 #: lesson-files/csound-intonation-min3-15cent:10 #: lesson-files/csound-intonation-min3-20cent:10 #: lesson-files/csound-intonation-min3-30cent:10 #: lesson-files/csound-intonation-min3-40cent:10 #: lesson-files/csound-intonation-min3-5cent:10 #: lesson-files/csound-intonation-min3-6cent:10 #: lesson-files/csound-intonation-min3-8cent:10 #: learningtrees/csound-tree.txt:36 learningtrees/csound-tree.txt:160 msgid "minor third" msgstr "tierce mineure" #: mpd/interval.py:44 lesson-files/csound-intonation-harmonic-maj3-10cent:10 #: lesson-files/csound-intonation-harmonic-maj3-15cent:10 #: lesson-files/csound-intonation-harmonic-maj3-20cent:10 #: lesson-files/csound-intonation-harmonic-maj3-30cent:10 #: lesson-files/csound-intonation-harmonic-maj3-40cent:10 #: lesson-files/csound-intonation-harmonic-maj3-5cent:10 #: lesson-files/csound-intonation-harmonic-maj3-6cent:10 #: lesson-files/csound-intonation-harmonic-maj3-8cent:10 #: lesson-files/csound-intonation-maj3-10cent:10 #: lesson-files/csound-intonation-maj3-15cent:10 #: lesson-files/csound-intonation-maj3-20cent:10 #: lesson-files/csound-intonation-maj3-30cent:10 #: lesson-files/csound-intonation-maj3-40cent:10 #: lesson-files/csound-intonation-maj3-5cent:10 #: lesson-files/csound-intonation-maj3-6cent:10 #: lesson-files/csound-intonation-maj3-8cent:10 #: learningtrees/csound-tree.txt:48 learningtrees/csound-tree.txt:172 msgid "major third" msgstr "tierce majeure" #: mpd/interval.py:45 msgid "augmented third" msgstr "tierce augmentée" #: mpd/interval.py:47 msgid "diminished fourth" msgstr "quarte diminuée" #: mpd/interval.py:48 lesson-files/csound-intonation-harmonic-p4-10cent:10 #: lesson-files/csound-intonation-harmonic-p4-15cent:10 #: lesson-files/csound-intonation-harmonic-p4-20cent:10 #: lesson-files/csound-intonation-harmonic-p4-30cent:10 #: lesson-files/csound-intonation-harmonic-p4-40cent:10 #: lesson-files/csound-intonation-harmonic-p4-5cent:10 #: lesson-files/csound-intonation-harmonic-p4-6cent:10 #: lesson-files/csound-intonation-harmonic-p4-8cent:10 #: lesson-files/csound-intonation-p4-10cent:10 #: lesson-files/csound-intonation-p4-15cent:10 #: lesson-files/csound-intonation-p4-20cent:10 #: lesson-files/csound-intonation-p4-30cent:10 #: lesson-files/csound-intonation-p4-40cent:10 #: lesson-files/csound-intonation-p4-5cent:10 #: lesson-files/csound-intonation-p4-6cent:10 #: lesson-files/csound-intonation-p4-8cent:10 learningtrees/csound-tree.txt:60 #: learningtrees/csound-tree.txt:184 msgid "perfect fourth" msgstr "Quarte juste" #: mpd/interval.py:49 msgid "augmented fourth" msgstr "quarte augmentée" #: mpd/interval.py:51 msgid "diminished fifth" msgstr "quinte diminuée" #: mpd/interval.py:52 lesson-files/csound-intonation-harmonic-p5-10cent:10 #: lesson-files/csound-intonation-harmonic-p5-15cent:10 #: lesson-files/csound-intonation-harmonic-p5-20cent:10 #: lesson-files/csound-intonation-harmonic-p5-30cent:10 #: lesson-files/csound-intonation-harmonic-p5-40cent:10 #: lesson-files/csound-intonation-harmonic-p5-5cent:10 #: lesson-files/csound-intonation-harmonic-p5-6cent:10 #: lesson-files/csound-intonation-harmonic-p5-8cent:10 #: lesson-files/csound-intonation-p5-10cent:10 #: lesson-files/csound-intonation-p5-15cent:10 #: lesson-files/csound-intonation-p5-20cent:10 #: lesson-files/csound-intonation-p5-30cent:10 #: lesson-files/csound-intonation-p5-40cent:10 #: lesson-files/csound-intonation-p5-5cent:10 #: lesson-files/csound-intonation-p5-6cent:10 #: lesson-files/csound-intonation-p5-8cent:10 learningtrees/csound-tree.txt:72 #: learningtrees/csound-tree.txt:196 msgid "perfect fifth" msgstr "quinte juste" #: mpd/interval.py:53 msgid "augmented fifth" msgstr "quinte augmentée" #: mpd/interval.py:55 msgid "diminished sixth" msgstr "sixte diminuée" #: mpd/interval.py:56 lesson-files/csound-intonation-harmonic-min6-10cent:10 #: lesson-files/csound-intonation-harmonic-min6-15cent:10 #: lesson-files/csound-intonation-harmonic-min6-20cent:10 #: lesson-files/csound-intonation-harmonic-min6-30cent:10 #: lesson-files/csound-intonation-harmonic-min6-40cent:10 #: lesson-files/csound-intonation-harmonic-min6-5cent:10 #: lesson-files/csound-intonation-harmonic-min6-6cent:10 #: lesson-files/csound-intonation-harmonic-min6-8cent:10 #: lesson-files/csound-intonation-min6-10cent:10 #: lesson-files/csound-intonation-min6-15cent:10 #: lesson-files/csound-intonation-min6-20cent:10 #: lesson-files/csound-intonation-min6-30cent:10 #: lesson-files/csound-intonation-min6-40cent:10 #: lesson-files/csound-intonation-min6-5cent:10 #: lesson-files/csound-intonation-min6-6cent:10 #: lesson-files/csound-intonation-min6-8cent:10 #: learningtrees/csound-tree.txt:84 learningtrees/csound-tree.txt:208 msgid "minor sixth" msgstr "sixte mineure" #: mpd/interval.py:57 lesson-files/csound-intonation-harmonic-maj6-10cent:10 #: lesson-files/csound-intonation-harmonic-maj6-15cent:10 #: lesson-files/csound-intonation-harmonic-maj6-20cent:10 #: lesson-files/csound-intonation-harmonic-maj6-30cent:10 #: lesson-files/csound-intonation-harmonic-maj6-40cent:10 #: lesson-files/csound-intonation-harmonic-maj6-5cent:10 #: lesson-files/csound-intonation-harmonic-maj6-6cent:10 #: lesson-files/csound-intonation-harmonic-maj6-8cent:10 #: lesson-files/csound-intonation-maj6-10cent:10 #: lesson-files/csound-intonation-maj6-15cent:10 #: lesson-files/csound-intonation-maj6-20cent:10 #: lesson-files/csound-intonation-maj6-30cent:10 #: lesson-files/csound-intonation-maj6-40cent:10 #: lesson-files/csound-intonation-maj6-5cent:10 #: lesson-files/csound-intonation-maj6-6cent:10 #: lesson-files/csound-intonation-maj6-8cent:10 #: learningtrees/csound-tree.txt:96 learningtrees/csound-tree.txt:220 msgid "major sixth" msgstr "sixte majeure" #: mpd/interval.py:58 msgid "augmented sixth" msgstr "sixte augmentée" #: mpd/interval.py:60 msgid "diminished seventh" msgstr "septième diminuée" #: mpd/interval.py:61 lesson-files/csound-intonation-harmonic-min7-10cent:10 #: lesson-files/csound-intonation-harmonic-min7-15cent:10 #: lesson-files/csound-intonation-harmonic-min7-20cent:10 #: lesson-files/csound-intonation-harmonic-min7-30cent:10 #: lesson-files/csound-intonation-harmonic-min7-40cent:10 #: lesson-files/csound-intonation-harmonic-min7-5cent:10 #: lesson-files/csound-intonation-harmonic-min7-6cent:10 #: lesson-files/csound-intonation-harmonic-min7-8cent:10 #: lesson-files/csound-intonation-min7-10cent:10 #: lesson-files/csound-intonation-min7-15cent:10 #: lesson-files/csound-intonation-min7-20cent:10 #: lesson-files/csound-intonation-min7-30cent:10 #: lesson-files/csound-intonation-min7-40cent:10 #: lesson-files/csound-intonation-min7-5cent:10 #: lesson-files/csound-intonation-min7-6cent:10 #: lesson-files/csound-intonation-min7-8cent:10 #: learningtrees/csound-tree.txt:108 learningtrees/csound-tree.txt:232 msgid "minor seventh" msgstr "septième mineure" #: mpd/interval.py:62 lesson-files/csound-intonation-harmonic-maj7-10cent:10 #: lesson-files/csound-intonation-harmonic-maj7-15cent:10 #: lesson-files/csound-intonation-harmonic-maj7-20cent:10 #: lesson-files/csound-intonation-harmonic-maj7-30cent:10 #: lesson-files/csound-intonation-harmonic-maj7-40cent:10 #: lesson-files/csound-intonation-harmonic-maj7-5cent:10 #: lesson-files/csound-intonation-harmonic-maj7-6cent:10 #: lesson-files/csound-intonation-harmonic-maj7-8cent:10 #: lesson-files/csound-intonation-maj7-10cent:10 #: lesson-files/csound-intonation-maj7-15cent:10 #: lesson-files/csound-intonation-maj7-20cent:10 #: lesson-files/csound-intonation-maj7-30cent:10 #: lesson-files/csound-intonation-maj7-40cent:10 #: lesson-files/csound-intonation-maj7-5cent:10 #: lesson-files/csound-intonation-maj7-6cent:10 #: lesson-files/csound-intonation-maj7-8cent:10 #: learningtrees/csound-tree.txt:120 learningtrees/csound-tree.txt:244 msgid "major seventh" msgstr "septième majeure" #: mpd/interval.py:63 msgid "augmented seventh" msgstr "septième augmentée" #: mpd/interval.py:65 msgid "diminished octave" msgstr "octave diminuée" #: mpd/interval.py:66 msgid "perfect octave" msgstr "octave juste" #: mpd/interval.py:67 msgid "augmented octave" msgstr "octave augmentée" #: mpd/interval.py:69 msgid "minor ninth" msgstr "neuvième mineure" #: mpd/interval.py:70 msgid "major ninth" msgstr "neuvième majeure" #: mpd/interval.py:71 msgid "minor decim" msgstr "dixième mineure" #: mpd/interval.py:72 msgid "major decim" msgstr "dixième majeure" #: mpd/interval.py:73 msgid "interval|unison" msgstr "unisson" #: mpd/interval.py:74 msgid "interval|second" msgstr "seconde" #: mpd/interval.py:75 msgid "interval|third" msgstr "tierce" #: mpd/interval.py:76 msgid "interval|fourth" msgstr "quarte" #: mpd/interval.py:77 msgid "interval|fifth" msgstr "quinte" #: mpd/interval.py:78 msgid "interval|sixth" msgstr "sixte" #: mpd/interval.py:79 msgid "interval|seventh" msgstr "septième" #: mpd/interval.py:80 msgid "interval|octave" msgstr "octave" #: mpd/interval.py:81 msgid "interval|ninth" msgstr "neuvième" #: mpd/interval.py:82 msgid "interval|decim" msgstr "dixième" #. translators: Only translate the word after interval| , and don't include #. interval| in the translated string. So for Norwegians, translate #. "interval|diminished" to "forminsket". Do similar for all strings #. that are preceded with "interval|" #: mpd/interval.py:87 msgid "interval|diminished" msgstr "diminué" #: mpd/interval.py:88 msgid "interval|perfect" msgstr "juste" #: mpd/interval.py:89 msgid "interval|augmented" msgstr "augmenté" #: mpd/interval.py:90 msgid "interval|minor" msgstr "mineur" #: mpd/interval.py:91 msgid "interval|major" msgstr "majeur" #: mpd/interval.py:92 msgid "interval|doubly-diminished" msgstr "doublement diminué" #: mpd/interval.py:93 msgid "interval|doubly-augmented" msgstr "doublement augmenté" #: mpd/interval.py:95 msgid "interval|u" msgstr "Uniss" #: mpd/interval.py:96 msgid "interval|m2" msgstr "2nde m" #: mpd/interval.py:96 msgid "interval|M2" msgstr "2nde M" #: mpd/interval.py:97 msgid "interval|m3" msgstr "3ce m" #: mpd/interval.py:97 msgid "interval|M3" msgstr "3ce M" #: mpd/interval.py:98 msgid "interval|4" msgstr "4te" #: mpd/interval.py:98 msgid "interval|d5" msgstr "5te dim" #: mpd/interval.py:99 msgid "interval|5" msgstr "5te j" #: mpd/interval.py:100 msgid "interval|m6" msgstr "6te m" #: mpd/interval.py:100 msgid "interval|M6" msgstr "6te M" #: mpd/interval.py:101 msgid "interval|m7" msgstr "7ème m" #: mpd/interval.py:101 msgid "interval|M7" msgstr "7ème M" #: mpd/interval.py:102 msgid "interval|8" msgstr "8ve" #: mpd/interval.py:103 msgid "interval|m9" msgstr "9ème m" #: mpd/interval.py:103 msgid "interval|M9" msgstr "9ème M" #: mpd/interval.py:104 msgid "interval|m10" msgstr "10ème m" #: mpd/interval.py:104 msgid "interval|M10" msgstr "10ème M" #: mpd/interval.py:111 #, python-format msgid "Invalid interval name: %s" msgstr "Nom d'intervalle non valide: %s" #: mpd/musicalpitch.py:84 msgid "notename|c" msgstr "do" #: mpd/musicalpitch.py:85 msgid "notename|cb" msgstr "do b" #: mpd/musicalpitch.py:86 msgid "notename|cbb" msgstr "do bb" #: mpd/musicalpitch.py:87 msgid "notename|c#" msgstr "do #" #: mpd/musicalpitch.py:88 msgid "notename|cx" msgstr "do x" #: mpd/musicalpitch.py:89 msgid "notename|d" msgstr "ré" #: mpd/musicalpitch.py:90 msgid "notename|db" msgstr "ré b" #: mpd/musicalpitch.py:91 msgid "notename|dbb" msgstr "ré bb" #: mpd/musicalpitch.py:92 msgid "notename|d#" msgstr "ré #" #: mpd/musicalpitch.py:93 msgid "notename|dx" msgstr "ré x" #: mpd/musicalpitch.py:94 msgid "notename|e" msgstr "mi" #: mpd/musicalpitch.py:95 msgid "notename|eb" msgstr "mi b" #: mpd/musicalpitch.py:96 msgid "notename|ebb" msgstr "mi bb" #: mpd/musicalpitch.py:97 msgid "notename|e#" msgstr "mi #" #: mpd/musicalpitch.py:98 msgid "notename|ex" msgstr "mi x" #: mpd/musicalpitch.py:99 msgid "notename|f" msgstr "fa" #: mpd/musicalpitch.py:100 msgid "notename|fb" msgstr "fa b" #: mpd/musicalpitch.py:101 msgid "notename|fbb" msgstr "fa bb" #: mpd/musicalpitch.py:102 msgid "notename|f#" msgstr "fa #" #: mpd/musicalpitch.py:103 msgid "notename|fx" msgstr "fa x" #: mpd/musicalpitch.py:104 msgid "notename|g" msgstr "sol" #: mpd/musicalpitch.py:105 msgid "notename|gb" msgstr "sol b" #: mpd/musicalpitch.py:106 msgid "notename|gbb" msgstr "sol bb" #: mpd/musicalpitch.py:107 msgid "notename|g#" msgstr "sol #" #: mpd/musicalpitch.py:108 msgid "notename|gx" msgstr "sol x" #: mpd/musicalpitch.py:109 msgid "notename|a" msgstr "la" #: mpd/musicalpitch.py:110 msgid "notename|ab" msgstr "la b" #: mpd/musicalpitch.py:111 msgid "notename|abb" msgstr "la bb" #: mpd/musicalpitch.py:112 msgid "notename|a#" msgstr "la #" #: mpd/musicalpitch.py:113 msgid "notename|ax" msgstr "la x" #: mpd/musicalpitch.py:114 msgid "notename|b" msgstr "si" #: mpd/musicalpitch.py:115 msgid "notename|bb" msgstr "si b" #: mpd/musicalpitch.py:116 msgid "notename|bbb" msgstr "si bb" #: mpd/musicalpitch.py:117 msgid "notename|b#" msgstr "si #" #: mpd/musicalpitch.py:118 msgid "notename|bx" msgstr "si x" #: mpd/musicalpitch.py:125 #, python-format msgid "Invalid notename: %s" msgstr "Nom de note incorrect : %s" #: mpd/musicalpitch.py:351 #, no-python-format msgid "notenameformat|%(notename)s" msgstr "%(notename)s" #: mpd/musicalpitch.py:354 #, no-python-format msgid "notenameformat|%(notename)s%(oct)s" msgstr "%(notename)s%(oct)s" #: lesson-files/altered-1:13 msgid "Altered chords" msgstr "Accords altérés" #: lesson-files/altered-1:19 lesson-files/altered-2:14 #: lesson-files/altered-2:20 lesson-files/altered-2:26 #: lesson-files/altered-2:32 lesson-files/chord-voicing-test:13 msgid "chord|maj7b5" msgstr "7ème M et 5te dim" #: lesson-files/altered-1:25 lesson-files/altered-2:38 #: lesson-files/altered-2:44 lesson-files/altered-2:50 #: lesson-files/altered-2:56 lesson-files/chord-voicing-test:19 msgid "chord|m maj7" msgstr "7ème M" #: lesson-files/altered-1:31 lesson-files/altered-2:62 #: lesson-files/altered-2:68 lesson-files/altered-2:74 #: lesson-files/altered-2:80 lesson-files/chord-m7-7:18 #: lesson-files/chord-m7-7-inv:16 lesson-files/chord-m7-7-inv:17 #: lesson-files/chord-m7-7-inv:18 lesson-files/chord-m7-7-inv:19 #: lesson-files/chord-voicing-test:25 lesson-files/diatonic-1:26 #: lesson-files/diatonic-2:62 lesson-files/diatonic-2:68 #: lesson-files/diatonic-2:74 lesson-files/diatonic-2:80 msgid "chord|7" msgstr "7ème" #: lesson-files/altered-1:37 lesson-files/altered-2:86 #: lesson-files/altered-2:92 lesson-files/altered-2:98 #: lesson-files/altered-2:104 lesson-files/chord-voicing-test:31 msgid "chord|7b5" msgstr "7ème et 5te dim" #: lesson-files/altered-1:43 lesson-files/altered-2:110 #: lesson-files/altered-2:116 lesson-files/altered-2:122 #: lesson-files/altered-2:128 lesson-files/chord-voicing-test:37 msgid "chord|7#5" msgstr "7ème et 5te augm" #: lesson-files/altered-1:49 lesson-files/altered-2:134 #: lesson-files/altered-2:140 lesson-files/altered-2:146 #: lesson-files/altered-2:152 lesson-files/chord-m9-9:17 #: lesson-files/chord-voicing-test:43 msgid "chord|9" msgstr "9ème" #: lesson-files/altered-1:55 lesson-files/altered-2:158 #: lesson-files/altered-2:164 lesson-files/altered-2:170 #: lesson-files/altered-2:176 lesson-files/chord-voicing-test:49 msgid "chord|7#9" msgstr "9ème M" #: lesson-files/altered-1:61 lesson-files/altered-2:182 #: lesson-files/altered-2:188 lesson-files/altered-2:194 #: lesson-files/altered-2:200 lesson-files/chord-7b9-maj79:17 #: lesson-files/chord-voicing-test:55 msgid "chord|7b9" msgstr "9ème m" #: lesson-files/altered-1:67 lesson-files/chord-voicing-test:61 msgid "chord|7#5b9" msgstr "9ème m et 5te dim" #: lesson-files/altered-2:9 msgid "Altered chords & inversions" msgstr "Accords altérés et renversés" #: lesson-files/barnesanger:10 msgid "Norwegian children songs" msgstr "Chansons enfantines norvégiennes" #: lesson-files/besifring:10 msgid "simple tonal chords" msgstr "accords tonaux simples" #: lesson-files/cadense-1:14 msgid "Cadences" msgstr "Cadences" #: lesson-files/cadense-1:28 msgid "Perfect authentic cadence" msgstr "Cadence parfaite" #: lesson-files/cadense-1:40 msgid "Imperfect authentic cadence" msgstr "Cadence imparfaite" #: lesson-files/cadense-1:49 msgid "Plagal cadence" msgstr "Cadence plagale" #: lesson-files/cadense-1:58 msgid "Deceptive cadence" msgstr "Cadence évitée" #: lesson-files/cadense-1:68 msgid "Half cadense" msgstr "Demi-cadence" #: lesson-files/chord-7b9-maj79:12 msgid "7b9 and maj79 chords" msgstr "Accords de 9ème" #: lesson-files/chord-7b9-maj79:18 msgid "chord|maj79" msgstr "9ème avec 7ème M" #: lesson-files/chord-dim-aug:12 msgid "Diminished and augmented chords" msgstr "Accords diminués et augmentés" #: lesson-files/chord-dim-aug:17 msgid "diminished" msgstr "diminué" #: lesson-files/chord-dim-aug:18 msgid "augmented" msgstr "augmenté" #: lesson-files/chord-dim-aug-min-major:9 msgid "Minor, major, diminished and augmented chords" msgstr "Accords majeurs, mineurs, diminués et augmentés" #: lesson-files/chord-m7-7:12 msgid "Minor 7 and dominant 7 chords" msgstr "Accords de 7ème mineure et 7ème de dominante" #: lesson-files/chord-m7-7:17 lesson-files/chord-m7-7-inv:12 #: lesson-files/chord-m7-7-inv:13 lesson-files/chord-m7-7-inv:14 #: lesson-files/chord-m7-7-inv:15 lesson-files/diatonic-1:20 #: lesson-files/diatonic-2:38 lesson-files/diatonic-2:44 #: lesson-files/diatonic-2:50 lesson-files/diatonic-2:56 msgid "chord|m7" msgstr "7ème m" #: lesson-files/chord-m7-7-inv:10 msgid "Minor 7 and dominant 7 chords with inversions" msgstr "Accords de 7ème mineure et 7ème de dominante, avec renversements" #: lesson-files/chord-m7-7-maj7-m7b5-dim7:12 msgid "Chords with 7 in their name" msgstr "Accords avec une 7ème" #: lesson-files/chord-m9-9:12 msgid "Minor 9 and 9 chords" msgstr "Accords de 9ème mineure et majeure" #: lesson-files/chord-m9-9:18 msgid "chord|m9" msgstr "9ème mineure" #: lesson-files/chord-m9-9-7b9-maj79:12 msgid "Chords with 9 in their name" msgstr "Accords avec une 9ème" #: lesson-files/chord-maj7-m7b5-dim7:12 msgid "Major seventh, diminished seventh and half diminished seventh chords" msgstr "Accords de septième majeure, diminuée et semi-diminuée" #: lesson-files/chord-maj7-m7b5-dim7:17 lesson-files/diatonic-1:14 #: lesson-files/diatonic-2:14 lesson-files/diatonic-2:20 #: lesson-files/diatonic-2:26 lesson-files/diatonic-2:32 msgid "chord|maj7" msgstr "7ème M" #: lesson-files/chord-maj7-m7b5-dim7:18 lesson-files/diatonic-1:32 #: lesson-files/diatonic-2:86 lesson-files/diatonic-2:92 #: lesson-files/diatonic-2:98 lesson-files/diatonic-2:104 msgid "chord|m7b5" msgstr "7ème m et 5te dim" #: lesson-files/chord-maj7-m7b5-dim7:19 msgid "chord|dim7" msgstr "7ème dim" #: lesson-files/chord-min-major:12 lesson-files/chord-min-major-inv:10 msgid "Minor and major chords" msgstr "Accords mineurs et majeurs" #: lesson-files/chord-min-major:20 lesson-files/chord-min-major-7:18 #: lesson-files/chord-min-major-7:19 lesson-files/chord-min-major-7:20 #: lesson-files/chord-min-major-close-open:46 #: lesson-files/chord-min-major-close-open:52 #: lesson-files/chord-min-major-close-open:58 #: lesson-files/chord-min-major-close-open:64 #: lesson-files/chord-min-major-close-open:70 #: lesson-files/chord-min-major-inv:12 lesson-files/chord-min-major-inv:13 #: lesson-files/chord-min-major-inv:14 msgid "major" msgstr "Majeur" #: lesson-files/chord-min-major:21 lesson-files/chord-min-major-7:21 #: lesson-files/chord-min-major-7:22 lesson-files/chord-min-major-7:23 #: lesson-files/chord-min-major-close-open:13 #: lesson-files/chord-min-major-close-open:19 #: lesson-files/chord-min-major-close-open:25 #: lesson-files/chord-min-major-close-open:31 #: lesson-files/chord-min-major-close-open:37 #: lesson-files/chord-min-major-inv:15 lesson-files/chord-min-major-inv:16 #: lesson-files/chord-min-major-inv:17 msgid "minor" msgstr "mineur" #: lesson-files/chord-min-major-7:12 msgid "Major, minor, dominant seventh with inversions" msgstr "Septième majeure, mineure, de dominante, avec renversements" #: lesson-files/chord-min-major-7:24 lesson-files/chord-min-major-7:25 #: lesson-files/chord-min-major-7:26 lesson-files/chord-min-major-7:27 msgid "dominant seventh" msgstr "septième de dominante" #: lesson-files/chord-min-major-close-open:10 msgid "Minor/major in close and open position" msgstr "Mineur/majeur en position ouverte ou fermée" #: lesson-files/chord-voicing-test:8 msgid "Altered chords (chord voicing)" msgstr "Accords altérés" #: lesson-files/compare-intervals:6 msgid "Compare intervals" msgstr "Comparer des intervalles" #: lesson-files/compare-intervals-harmonic:6 lesson-files/harmonic-intervals:7 #: lesson-files/melodic-intervals:7 lesson-files/melodic-intervals-down:7 #: lesson-files/melodic-intervals-up:7 lesson-files/sing-intervals:9 msgid "Second to decim" msgstr "Seconde à dixième" #: lesson-files/compare-intervals-harmonic-10:6 #: lesson-files/harmonic-intervals-10:8 lesson-files/melodic-intervals-10:7 #: lesson-files/melodic-intervals-down-10:7 #: lesson-files/melodic-intervals-up-10:7 lesson-files/sing-intervals-10:8 msgid "Decims" msgstr "Dixièmes" #: lesson-files/compare-intervals-harmonic-2:6 #: lesson-files/harmonic-intervals-2:8 lesson-files/hear-tones-2:7 #: lesson-files/melodic-intervals-2:10 lesson-files/melodic-intervals-down-2:9 #: lesson-files/melodic-intervals-up-2:9 lesson-files/nameinterval-seconds:8 #: lesson-files/sing-intervals-2:9 msgid "Seconds" msgstr "Secondes" #: lesson-files/compare-intervals-harmonic-2-3:6 #: lesson-files/harmonic-intervals-2-3:8 lesson-files/melodic-intervals-2-3:9 #: lesson-files/melodic-intervals-down-2-3:9 #: lesson-files/melodic-intervals-up-2-3:9 lesson-files/sing-intervals-2-3:9 msgid "Seconds and thirds" msgstr "Secondes et tierces" #: lesson-files/compare-intervals-harmonic-3:6 #: lesson-files/harmonic-intervals-3:8 lesson-files/hear-tones-1:7 #: lesson-files/melodic-intervals-3:8 lesson-files/melodic-intervals-down-3:7 #: lesson-files/melodic-intervals-up-3:7 lesson-files/nameinterval-thirds:8 #: lesson-files/sing-intervals-3:8 msgid "Thirds" msgstr "Tierces" #: lesson-files/compare-intervals-harmonic-4-5:6 #: lesson-files/harmonic-intervals-4-5:8 lesson-files/hear-tones-3:7 #: lesson-files/melodic-intervals-4-5:8 #: lesson-files/melodic-intervals-down-4-5:8 #: lesson-files/melodic-intervals-up-4-5:8 lesson-files/sing-intervals-4-5:8 msgid "Fourths and fifths" msgstr "Quartes et quintes" #: lesson-files/compare-intervals-harmonic-4-5-8:6 #: lesson-files/harmonic-intervals-4-5-8:9 #: lesson-files/melodic-intervals-4-5-8:8 #: lesson-files/melodic-intervals-down-4-5-8:8 #: lesson-files/melodic-intervals-up-4-5-8:8 #: lesson-files/sing-intervals-4-5-8:8 msgid "Fourths, fifths and octave" msgstr "Quartes, quintes et octaves" #: lesson-files/compare-intervals-harmonic-6:6 #: lesson-files/harmonic-intervals-6:8 lesson-files/melodic-intervals-6:7 #: lesson-files/melodic-intervals-down-6:7 #: lesson-files/melodic-intervals-up-6:7 lesson-files/nameinterval-sixths:8 #: lesson-files/sing-intervals-6:8 msgid "Sixths" msgstr "Sixtes" #: lesson-files/compare-intervals-harmonic-6-7:6 #: lesson-files/harmonic-intervals-6-7:8 lesson-files/hear-tones-4:7 #: lesson-files/melodic-intervals-6-7:9 #: lesson-files/melodic-intervals-down-6-7:9 #: lesson-files/melodic-intervals-up-6-7:9 lesson-files/sing-intervals-6-7:9 msgid "Sixths and sevenths" msgstr "Sixtes et septièmes" #: lesson-files/compare-intervals-harmonic-7:6 #: lesson-files/harmonic-intervals-7:8 lesson-files/melodic-intervals-7:7 #: lesson-files/melodic-intervals-down-7:7 #: lesson-files/melodic-intervals-up-7:7 lesson-files/nameinterval-sevenths:8 #: lesson-files/sing-intervals-7:8 msgid "Sevenths" msgstr "Septièmes" #: lesson-files/compare-intervals-harmonic-7-9:6 #: lesson-files/harmonic-intervals-7-9:9 lesson-files/melodic-intervals-7-9:9 #: lesson-files/melodic-intervals-down-7-9:9 #: lesson-files/melodic-intervals-up-7-9:9 lesson-files/sing-intervals-7-9:8 msgid "Sevenths and ninths" msgstr "Septièmes et neuvièmes" #: lesson-files/compare-intervals-harmonic-9:6 #: lesson-files/harmonic-intervals-9:8 lesson-files/melodic-intervals-9:7 #: lesson-files/melodic-intervals-down-9:7 #: lesson-files/melodic-intervals-up-9:7 lesson-files/sing-intervals-9:8 msgid "Ninths" msgstr "Neuvièmes" #: lesson-files/compare-intervals-harmonic-tritonus-7:6 #: lesson-files/harmonic-intervals-tritonus-7:8 #: lesson-files/melodic-intervals-down-tritonus-7:7 #: lesson-files/melodic-intervals-tritonus-7:7 #: lesson-files/melodic-intervals-up-tritonus-7:7 #: lesson-files/sing-intervals-tritonus-7:8 msgid "Tritonus and sevenths" msgstr "Tritons et septièmes" #: lesson-files/csound-fifth-0.97:9 lesson-files/csound-fifth-0.98:9 #: lesson-files/csound-fifth-0.99:9 lesson-files/csound-fifth-0.995:9 #: lesson-files/csound-fifth-0.996:9 lesson-files/csound-fifth-0.997:9 #: lesson-files/csound-fifth-0.998:9 #, python-format msgid "Is the fifth flat, in tune or sharp? %s" msgstr "La quinte est-elle diminuée, juste, ou augmentée ? %s" #: lesson-files/csound-fifth-0.97:15 lesson-files/csound-fifth-0.97:45 #: lesson-files/csound-fifth-0.97:75 lesson-files/csound-fifth-0.97:105 #: lesson-files/csound-fifth-0.97:135 lesson-files/csound-fifth-0.97:165 #: lesson-files/csound-fifth-0.97:195 lesson-files/csound-fifth-0.98:15 #: lesson-files/csound-fifth-0.98:45 lesson-files/csound-fifth-0.98:75 #: lesson-files/csound-fifth-0.98:105 lesson-files/csound-fifth-0.98:135 #: lesson-files/csound-fifth-0.98:165 lesson-files/csound-fifth-0.98:195 #: lesson-files/csound-fifth-0.99:15 lesson-files/csound-fifth-0.99:45 #: lesson-files/csound-fifth-0.99:75 lesson-files/csound-fifth-0.99:105 #: lesson-files/csound-fifth-0.99:135 lesson-files/csound-fifth-0.99:165 #: lesson-files/csound-fifth-0.99:195 lesson-files/csound-fifth-0.995:15 #: lesson-files/csound-fifth-0.995:45 lesson-files/csound-fifth-0.995:75 #: lesson-files/csound-fifth-0.995:105 lesson-files/csound-fifth-0.995:135 #: lesson-files/csound-fifth-0.995:165 lesson-files/csound-fifth-0.995:195 #: lesson-files/csound-fifth-0.996:15 lesson-files/csound-fifth-0.996:45 #: lesson-files/csound-fifth-0.996:75 lesson-files/csound-fifth-0.996:105 #: lesson-files/csound-fifth-0.996:135 lesson-files/csound-fifth-0.996:165 #: lesson-files/csound-fifth-0.996:195 lesson-files/csound-fifth-0.997:15 #: lesson-files/csound-fifth-0.997:45 lesson-files/csound-fifth-0.997:75 #: lesson-files/csound-fifth-0.997:105 lesson-files/csound-fifth-0.997:135 #: lesson-files/csound-fifth-0.997:165 lesson-files/csound-fifth-0.997:195 #: lesson-files/csound-fifth-0.998:15 lesson-files/csound-fifth-0.998:45 #: lesson-files/csound-fifth-0.998:75 lesson-files/csound-fifth-0.998:105 #: lesson-files/csound-fifth-0.998:135 lesson-files/csound-fifth-0.998:165 #: lesson-files/csound-fifth-0.998:195 #: lesson-files/csound-intonation-harmonic-maj2-10cent:15 #: lesson-files/csound-intonation-harmonic-maj2-10cent:45 #: lesson-files/csound-intonation-harmonic-maj2-10cent:75 #: lesson-files/csound-intonation-harmonic-maj2-10cent:105 #: lesson-files/csound-intonation-harmonic-maj2-10cent:135 #: lesson-files/csound-intonation-harmonic-maj2-10cent:165 #: lesson-files/csound-intonation-harmonic-maj2-10cent:195 #: lesson-files/csound-intonation-harmonic-maj2-10cent:225 #: lesson-files/csound-intonation-harmonic-maj2-10cent:255 #: lesson-files/csound-intonation-harmonic-maj2-10cent:285 #: lesson-files/csound-intonation-harmonic-maj2-10cent:315 #: lesson-files/csound-intonation-harmonic-maj2-10cent:345 #: lesson-files/csound-intonation-harmonic-maj2-15cent:15 #: lesson-files/csound-intonation-harmonic-maj2-15cent:45 #: lesson-files/csound-intonation-harmonic-maj2-15cent:75 #: lesson-files/csound-intonation-harmonic-maj2-15cent:105 #: lesson-files/csound-intonation-harmonic-maj2-15cent:135 #: lesson-files/csound-intonation-harmonic-maj2-15cent:165 #: lesson-files/csound-intonation-harmonic-maj2-15cent:195 #: lesson-files/csound-intonation-harmonic-maj2-15cent:225 #: lesson-files/csound-intonation-harmonic-maj2-15cent:255 #: lesson-files/csound-intonation-harmonic-maj2-15cent:285 #: lesson-files/csound-intonation-harmonic-maj2-15cent:315 #: lesson-files/csound-intonation-harmonic-maj2-15cent:345 #: lesson-files/csound-intonation-harmonic-maj2-20cent:15 #: lesson-files/csound-intonation-harmonic-maj2-20cent:45 #: lesson-files/csound-intonation-harmonic-maj2-20cent:75 #: lesson-files/csound-intonation-harmonic-maj2-20cent:105 #: lesson-files/csound-intonation-harmonic-maj2-20cent:135 #: lesson-files/csound-intonation-harmonic-maj2-20cent:165 #: lesson-files/csound-intonation-harmonic-maj2-20cent:195 #: lesson-files/csound-intonation-harmonic-maj2-20cent:225 #: lesson-files/csound-intonation-harmonic-maj2-20cent:255 #: lesson-files/csound-intonation-harmonic-maj2-20cent:285 #: lesson-files/csound-intonation-harmonic-maj2-20cent:315 #: lesson-files/csound-intonation-harmonic-maj2-20cent:345 #: lesson-files/csound-intonation-harmonic-maj2-30cent:15 #: lesson-files/csound-intonation-harmonic-maj2-30cent:45 #: lesson-files/csound-intonation-harmonic-maj2-30cent:75 #: lesson-files/csound-intonation-harmonic-maj2-30cent:105 #: lesson-files/csound-intonation-harmonic-maj2-30cent:135 #: lesson-files/csound-intonation-harmonic-maj2-30cent:165 #: lesson-files/csound-intonation-harmonic-maj2-30cent:195 #: lesson-files/csound-intonation-harmonic-maj2-30cent:225 #: lesson-files/csound-intonation-harmonic-maj2-30cent:255 #: lesson-files/csound-intonation-harmonic-maj2-30cent:285 #: lesson-files/csound-intonation-harmonic-maj2-30cent:315 #: lesson-files/csound-intonation-harmonic-maj2-30cent:345 #: lesson-files/csound-intonation-harmonic-maj2-40cent:15 #: lesson-files/csound-intonation-harmonic-maj2-40cent:45 #: lesson-files/csound-intonation-harmonic-maj2-40cent:75 #: lesson-files/csound-intonation-harmonic-maj2-40cent:105 #: lesson-files/csound-intonation-harmonic-maj2-40cent:135 #: lesson-files/csound-intonation-harmonic-maj2-40cent:165 #: lesson-files/csound-intonation-harmonic-maj2-40cent:195 #: lesson-files/csound-intonation-harmonic-maj2-40cent:225 #: lesson-files/csound-intonation-harmonic-maj2-40cent:255 #: lesson-files/csound-intonation-harmonic-maj2-40cent:285 #: lesson-files/csound-intonation-harmonic-maj2-40cent:315 #: lesson-files/csound-intonation-harmonic-maj2-40cent:345 #: lesson-files/csound-intonation-harmonic-maj2-5cent:15 #: lesson-files/csound-intonation-harmonic-maj2-5cent:45 #: lesson-files/csound-intonation-harmonic-maj2-5cent:75 #: lesson-files/csound-intonation-harmonic-maj2-5cent:105 #: lesson-files/csound-intonation-harmonic-maj2-5cent:135 #: lesson-files/csound-intonation-harmonic-maj2-5cent:165 #: lesson-files/csound-intonation-harmonic-maj2-5cent:195 #: lesson-files/csound-intonation-harmonic-maj2-5cent:225 #: lesson-files/csound-intonation-harmonic-maj2-5cent:255 #: lesson-files/csound-intonation-harmonic-maj2-5cent:285 #: lesson-files/csound-intonation-harmonic-maj2-5cent:315 #: lesson-files/csound-intonation-harmonic-maj2-5cent:345 #: lesson-files/csound-intonation-harmonic-maj2-6cent:15 #: lesson-files/csound-intonation-harmonic-maj2-6cent:45 #: lesson-files/csound-intonation-harmonic-maj2-6cent:75 #: lesson-files/csound-intonation-harmonic-maj2-6cent:105 #: lesson-files/csound-intonation-harmonic-maj2-6cent:135 #: lesson-files/csound-intonation-harmonic-maj2-6cent:165 #: lesson-files/csound-intonation-harmonic-maj2-6cent:195 #: lesson-files/csound-intonation-harmonic-maj2-6cent:225 #: lesson-files/csound-intonation-harmonic-maj2-6cent:255 #: lesson-files/csound-intonation-harmonic-maj2-6cent:285 #: lesson-files/csound-intonation-harmonic-maj2-6cent:315 #: lesson-files/csound-intonation-harmonic-maj2-6cent:345 #: lesson-files/csound-intonation-harmonic-maj2-8cent:15 #: lesson-files/csound-intonation-harmonic-maj2-8cent:45 #: lesson-files/csound-intonation-harmonic-maj2-8cent:75 #: lesson-files/csound-intonation-harmonic-maj2-8cent:105 #: lesson-files/csound-intonation-harmonic-maj2-8cent:135 #: lesson-files/csound-intonation-harmonic-maj2-8cent:165 #: lesson-files/csound-intonation-harmonic-maj2-8cent:195 #: lesson-files/csound-intonation-harmonic-maj2-8cent:225 #: lesson-files/csound-intonation-harmonic-maj2-8cent:255 #: lesson-files/csound-intonation-harmonic-maj2-8cent:285 #: lesson-files/csound-intonation-harmonic-maj2-8cent:315 #: lesson-files/csound-intonation-harmonic-maj2-8cent:345 #: lesson-files/csound-intonation-harmonic-maj3-10cent:15 #: lesson-files/csound-intonation-harmonic-maj3-10cent:45 #: lesson-files/csound-intonation-harmonic-maj3-10cent:75 #: lesson-files/csound-intonation-harmonic-maj3-10cent:105 #: lesson-files/csound-intonation-harmonic-maj3-10cent:135 #: lesson-files/csound-intonation-harmonic-maj3-10cent:165 #: lesson-files/csound-intonation-harmonic-maj3-10cent:195 #: lesson-files/csound-intonation-harmonic-maj3-10cent:225 #: lesson-files/csound-intonation-harmonic-maj3-10cent:255 #: lesson-files/csound-intonation-harmonic-maj3-10cent:285 #: lesson-files/csound-intonation-harmonic-maj3-10cent:315 #: lesson-files/csound-intonation-harmonic-maj3-10cent:345 #: lesson-files/csound-intonation-harmonic-maj3-15cent:15 #: lesson-files/csound-intonation-harmonic-maj3-15cent:45 #: lesson-files/csound-intonation-harmonic-maj3-15cent:75 #: lesson-files/csound-intonation-harmonic-maj3-15cent:105 #: lesson-files/csound-intonation-harmonic-maj3-15cent:135 #: lesson-files/csound-intonation-harmonic-maj3-15cent:165 #: lesson-files/csound-intonation-harmonic-maj3-15cent:195 #: lesson-files/csound-intonation-harmonic-maj3-15cent:225 #: lesson-files/csound-intonation-harmonic-maj3-15cent:255 #: lesson-files/csound-intonation-harmonic-maj3-15cent:285 #: lesson-files/csound-intonation-harmonic-maj3-15cent:315 #: lesson-files/csound-intonation-harmonic-maj3-15cent:345 #: lesson-files/csound-intonation-harmonic-maj3-20cent:15 #: lesson-files/csound-intonation-harmonic-maj3-20cent:45 #: lesson-files/csound-intonation-harmonic-maj3-20cent:75 #: lesson-files/csound-intonation-harmonic-maj3-20cent:105 #: lesson-files/csound-intonation-harmonic-maj3-20cent:135 #: lesson-files/csound-intonation-harmonic-maj3-20cent:165 #: lesson-files/csound-intonation-harmonic-maj3-20cent:195 #: lesson-files/csound-intonation-harmonic-maj3-20cent:225 #: lesson-files/csound-intonation-harmonic-maj3-20cent:255 #: lesson-files/csound-intonation-harmonic-maj3-20cent:285 #: lesson-files/csound-intonation-harmonic-maj3-20cent:315 #: lesson-files/csound-intonation-harmonic-maj3-20cent:345 #: lesson-files/csound-intonation-harmonic-maj3-30cent:15 #: lesson-files/csound-intonation-harmonic-maj3-30cent:45 #: lesson-files/csound-intonation-harmonic-maj3-30cent:75 #: lesson-files/csound-intonation-harmonic-maj3-30cent:105 #: lesson-files/csound-intonation-harmonic-maj3-30cent:135 #: lesson-files/csound-intonation-harmonic-maj3-30cent:165 #: lesson-files/csound-intonation-harmonic-maj3-30cent:195 #: lesson-files/csound-intonation-harmonic-maj3-30cent:225 #: lesson-files/csound-intonation-harmonic-maj3-30cent:255 #: lesson-files/csound-intonation-harmonic-maj3-30cent:285 #: lesson-files/csound-intonation-harmonic-maj3-30cent:315 #: lesson-files/csound-intonation-harmonic-maj3-30cent:345 #: lesson-files/csound-intonation-harmonic-maj3-40cent:15 #: lesson-files/csound-intonation-harmonic-maj3-40cent:45 #: lesson-files/csound-intonation-harmonic-maj3-40cent:75 #: lesson-files/csound-intonation-harmonic-maj3-40cent:105 #: lesson-files/csound-intonation-harmonic-maj3-40cent:135 #: lesson-files/csound-intonation-harmonic-maj3-40cent:165 #: lesson-files/csound-intonation-harmonic-maj3-40cent:195 #: lesson-files/csound-intonation-harmonic-maj3-40cent:225 #: lesson-files/csound-intonation-harmonic-maj3-40cent:255 #: lesson-files/csound-intonation-harmonic-maj3-40cent:285 #: lesson-files/csound-intonation-harmonic-maj3-40cent:315 #: lesson-files/csound-intonation-harmonic-maj3-40cent:345 #: lesson-files/csound-intonation-harmonic-maj3-5cent:15 #: lesson-files/csound-intonation-harmonic-maj3-5cent:45 #: lesson-files/csound-intonation-harmonic-maj3-5cent:75 #: lesson-files/csound-intonation-harmonic-maj3-5cent:105 #: lesson-files/csound-intonation-harmonic-maj3-5cent:135 #: lesson-files/csound-intonation-harmonic-maj3-5cent:165 #: lesson-files/csound-intonation-harmonic-maj3-5cent:195 #: lesson-files/csound-intonation-harmonic-maj3-5cent:225 #: lesson-files/csound-intonation-harmonic-maj3-5cent:255 #: lesson-files/csound-intonation-harmonic-maj3-5cent:285 #: lesson-files/csound-intonation-harmonic-maj3-5cent:315 #: lesson-files/csound-intonation-harmonic-maj3-5cent:345 #: lesson-files/csound-intonation-harmonic-maj3-6cent:15 #: lesson-files/csound-intonation-harmonic-maj3-6cent:45 #: lesson-files/csound-intonation-harmonic-maj3-6cent:75 #: lesson-files/csound-intonation-harmonic-maj3-6cent:105 #: lesson-files/csound-intonation-harmonic-maj3-6cent:135 #: lesson-files/csound-intonation-harmonic-maj3-6cent:165 #: lesson-files/csound-intonation-harmonic-maj3-6cent:195 #: lesson-files/csound-intonation-harmonic-maj3-6cent:225 #: lesson-files/csound-intonation-harmonic-maj3-6cent:255 #: lesson-files/csound-intonation-harmonic-maj3-6cent:285 #: lesson-files/csound-intonation-harmonic-maj3-6cent:315 #: lesson-files/csound-intonation-harmonic-maj3-6cent:345 #: lesson-files/csound-intonation-harmonic-maj3-8cent:15 #: lesson-files/csound-intonation-harmonic-maj3-8cent:45 #: lesson-files/csound-intonation-harmonic-maj3-8cent:75 #: lesson-files/csound-intonation-harmonic-maj3-8cent:105 #: lesson-files/csound-intonation-harmonic-maj3-8cent:135 #: lesson-files/csound-intonation-harmonic-maj3-8cent:165 #: lesson-files/csound-intonation-harmonic-maj3-8cent:195 #: lesson-files/csound-intonation-harmonic-maj3-8cent:225 #: lesson-files/csound-intonation-harmonic-maj3-8cent:255 #: lesson-files/csound-intonation-harmonic-maj3-8cent:285 #: lesson-files/csound-intonation-harmonic-maj3-8cent:315 #: lesson-files/csound-intonation-harmonic-maj3-8cent:345 #: lesson-files/csound-intonation-harmonic-maj6-10cent:15 #: lesson-files/csound-intonation-harmonic-maj6-10cent:45 #: lesson-files/csound-intonation-harmonic-maj6-10cent:75 #: lesson-files/csound-intonation-harmonic-maj6-10cent:105 #: lesson-files/csound-intonation-harmonic-maj6-10cent:135 #: lesson-files/csound-intonation-harmonic-maj6-10cent:165 #: lesson-files/csound-intonation-harmonic-maj6-10cent:195 #: lesson-files/csound-intonation-harmonic-maj6-10cent:225 #: lesson-files/csound-intonation-harmonic-maj6-10cent:255 #: lesson-files/csound-intonation-harmonic-maj6-10cent:285 #: lesson-files/csound-intonation-harmonic-maj6-10cent:315 #: lesson-files/csound-intonation-harmonic-maj6-10cent:345 #: lesson-files/csound-intonation-harmonic-maj6-15cent:15 #: lesson-files/csound-intonation-harmonic-maj6-15cent:45 #: lesson-files/csound-intonation-harmonic-maj6-15cent:75 #: lesson-files/csound-intonation-harmonic-maj6-15cent:105 #: lesson-files/csound-intonation-harmonic-maj6-15cent:135 #: lesson-files/csound-intonation-harmonic-maj6-15cent:165 #: lesson-files/csound-intonation-harmonic-maj6-15cent:195 #: lesson-files/csound-intonation-harmonic-maj6-15cent:225 #: lesson-files/csound-intonation-harmonic-maj6-15cent:255 #: lesson-files/csound-intonation-harmonic-maj6-15cent:285 #: lesson-files/csound-intonation-harmonic-maj6-15cent:315 #: lesson-files/csound-intonation-harmonic-maj6-15cent:345 #: lesson-files/csound-intonation-harmonic-maj6-20cent:15 #: lesson-files/csound-intonation-harmonic-maj6-20cent:45 #: lesson-files/csound-intonation-harmonic-maj6-20cent:75 #: lesson-files/csound-intonation-harmonic-maj6-20cent:105 #: lesson-files/csound-intonation-harmonic-maj6-20cent:135 #: lesson-files/csound-intonation-harmonic-maj6-20cent:165 #: lesson-files/csound-intonation-harmonic-maj6-20cent:195 #: lesson-files/csound-intonation-harmonic-maj6-20cent:225 #: lesson-files/csound-intonation-harmonic-maj6-20cent:255 #: lesson-files/csound-intonation-harmonic-maj6-20cent:285 #: lesson-files/csound-intonation-harmonic-maj6-20cent:315 #: lesson-files/csound-intonation-harmonic-maj6-20cent:345 #: lesson-files/csound-intonation-harmonic-maj6-30cent:15 #: lesson-files/csound-intonation-harmonic-maj6-30cent:45 #: lesson-files/csound-intonation-harmonic-maj6-30cent:75 #: lesson-files/csound-intonation-harmonic-maj6-30cent:105 #: lesson-files/csound-intonation-harmonic-maj6-30cent:135 #: lesson-files/csound-intonation-harmonic-maj6-30cent:165 #: lesson-files/csound-intonation-harmonic-maj6-30cent:195 #: lesson-files/csound-intonation-harmonic-maj6-30cent:225 #: lesson-files/csound-intonation-harmonic-maj6-30cent:255 #: lesson-files/csound-intonation-harmonic-maj6-30cent:285 #: lesson-files/csound-intonation-harmonic-maj6-30cent:315 #: lesson-files/csound-intonation-harmonic-maj6-30cent:345 #: lesson-files/csound-intonation-harmonic-maj6-40cent:15 #: lesson-files/csound-intonation-harmonic-maj6-40cent:45 #: lesson-files/csound-intonation-harmonic-maj6-40cent:75 #: lesson-files/csound-intonation-harmonic-maj6-40cent:105 #: lesson-files/csound-intonation-harmonic-maj6-40cent:135 #: lesson-files/csound-intonation-harmonic-maj6-40cent:165 #: lesson-files/csound-intonation-harmonic-maj6-40cent:195 #: lesson-files/csound-intonation-harmonic-maj6-40cent:225 #: lesson-files/csound-intonation-harmonic-maj6-40cent:255 #: lesson-files/csound-intonation-harmonic-maj6-40cent:285 #: lesson-files/csound-intonation-harmonic-maj6-40cent:315 #: lesson-files/csound-intonation-harmonic-maj6-40cent:345 #: lesson-files/csound-intonation-harmonic-maj6-5cent:15 #: lesson-files/csound-intonation-harmonic-maj6-5cent:45 #: lesson-files/csound-intonation-harmonic-maj6-5cent:75 #: lesson-files/csound-intonation-harmonic-maj6-5cent:105 #: lesson-files/csound-intonation-harmonic-maj6-5cent:135 #: lesson-files/csound-intonation-harmonic-maj6-5cent:165 #: lesson-files/csound-intonation-harmonic-maj6-5cent:195 #: lesson-files/csound-intonation-harmonic-maj6-5cent:225 #: lesson-files/csound-intonation-harmonic-maj6-5cent:255 #: lesson-files/csound-intonation-harmonic-maj6-5cent:285 #: lesson-files/csound-intonation-harmonic-maj6-5cent:315 #: lesson-files/csound-intonation-harmonic-maj6-5cent:345 #: lesson-files/csound-intonation-harmonic-maj6-6cent:15 #: lesson-files/csound-intonation-harmonic-maj6-6cent:45 #: lesson-files/csound-intonation-harmonic-maj6-6cent:75 #: lesson-files/csound-intonation-harmonic-maj6-6cent:105 #: lesson-files/csound-intonation-harmonic-maj6-6cent:135 #: lesson-files/csound-intonation-harmonic-maj6-6cent:165 #: lesson-files/csound-intonation-harmonic-maj6-6cent:195 #: lesson-files/csound-intonation-harmonic-maj6-6cent:225 #: lesson-files/csound-intonation-harmonic-maj6-6cent:255 #: lesson-files/csound-intonation-harmonic-maj6-6cent:285 #: lesson-files/csound-intonation-harmonic-maj6-6cent:315 #: lesson-files/csound-intonation-harmonic-maj6-6cent:345 #: lesson-files/csound-intonation-harmonic-maj6-8cent:15 #: lesson-files/csound-intonation-harmonic-maj6-8cent:45 #: lesson-files/csound-intonation-harmonic-maj6-8cent:75 #: lesson-files/csound-intonation-harmonic-maj6-8cent:105 #: lesson-files/csound-intonation-harmonic-maj6-8cent:135 #: lesson-files/csound-intonation-harmonic-maj6-8cent:165 #: lesson-files/csound-intonation-harmonic-maj6-8cent:195 #: lesson-files/csound-intonation-harmonic-maj6-8cent:225 #: lesson-files/csound-intonation-harmonic-maj6-8cent:255 #: lesson-files/csound-intonation-harmonic-maj6-8cent:285 #: lesson-files/csound-intonation-harmonic-maj6-8cent:315 #: lesson-files/csound-intonation-harmonic-maj6-8cent:345 #: lesson-files/csound-intonation-harmonic-maj7-10cent:15 #: lesson-files/csound-intonation-harmonic-maj7-10cent:45 #: lesson-files/csound-intonation-harmonic-maj7-10cent:75 #: lesson-files/csound-intonation-harmonic-maj7-10cent:105 #: lesson-files/csound-intonation-harmonic-maj7-10cent:135 #: lesson-files/csound-intonation-harmonic-maj7-10cent:165 #: lesson-files/csound-intonation-harmonic-maj7-10cent:195 #: lesson-files/csound-intonation-harmonic-maj7-10cent:225 #: lesson-files/csound-intonation-harmonic-maj7-10cent:255 #: lesson-files/csound-intonation-harmonic-maj7-10cent:285 #: lesson-files/csound-intonation-harmonic-maj7-10cent:315 #: lesson-files/csound-intonation-harmonic-maj7-10cent:345 #: lesson-files/csound-intonation-harmonic-maj7-15cent:15 #: lesson-files/csound-intonation-harmonic-maj7-15cent:45 #: lesson-files/csound-intonation-harmonic-maj7-15cent:75 #: lesson-files/csound-intonation-harmonic-maj7-15cent:105 #: lesson-files/csound-intonation-harmonic-maj7-15cent:135 #: lesson-files/csound-intonation-harmonic-maj7-15cent:165 #: lesson-files/csound-intonation-harmonic-maj7-15cent:195 #: lesson-files/csound-intonation-harmonic-maj7-15cent:225 #: lesson-files/csound-intonation-harmonic-maj7-15cent:255 #: lesson-files/csound-intonation-harmonic-maj7-15cent:285 #: lesson-files/csound-intonation-harmonic-maj7-15cent:315 #: lesson-files/csound-intonation-harmonic-maj7-15cent:345 #: lesson-files/csound-intonation-harmonic-maj7-20cent:15 #: lesson-files/csound-intonation-harmonic-maj7-20cent:45 #: lesson-files/csound-intonation-harmonic-maj7-20cent:75 #: lesson-files/csound-intonation-harmonic-maj7-20cent:105 #: lesson-files/csound-intonation-harmonic-maj7-20cent:135 #: lesson-files/csound-intonation-harmonic-maj7-20cent:165 #: lesson-files/csound-intonation-harmonic-maj7-20cent:195 #: lesson-files/csound-intonation-harmonic-maj7-20cent:225 #: lesson-files/csound-intonation-harmonic-maj7-20cent:255 #: lesson-files/csound-intonation-harmonic-maj7-20cent:285 #: lesson-files/csound-intonation-harmonic-maj7-20cent:315 #: lesson-files/csound-intonation-harmonic-maj7-20cent:345 #: lesson-files/csound-intonation-harmonic-maj7-30cent:15 #: lesson-files/csound-intonation-harmonic-maj7-30cent:45 #: lesson-files/csound-intonation-harmonic-maj7-30cent:75 #: lesson-files/csound-intonation-harmonic-maj7-30cent:105 #: lesson-files/csound-intonation-harmonic-maj7-30cent:135 #: lesson-files/csound-intonation-harmonic-maj7-30cent:165 #: lesson-files/csound-intonation-harmonic-maj7-30cent:195 #: lesson-files/csound-intonation-harmonic-maj7-30cent:225 #: lesson-files/csound-intonation-harmonic-maj7-30cent:255 #: lesson-files/csound-intonation-harmonic-maj7-30cent:285 #: lesson-files/csound-intonation-harmonic-maj7-30cent:315 #: lesson-files/csound-intonation-harmonic-maj7-30cent:345 #: lesson-files/csound-intonation-harmonic-maj7-40cent:15 #: lesson-files/csound-intonation-harmonic-maj7-40cent:45 #: lesson-files/csound-intonation-harmonic-maj7-40cent:75 #: lesson-files/csound-intonation-harmonic-maj7-40cent:105 #: lesson-files/csound-intonation-harmonic-maj7-40cent:135 #: lesson-files/csound-intonation-harmonic-maj7-40cent:165 #: lesson-files/csound-intonation-harmonic-maj7-40cent:195 #: lesson-files/csound-intonation-harmonic-maj7-40cent:225 #: lesson-files/csound-intonation-harmonic-maj7-40cent:255 #: lesson-files/csound-intonation-harmonic-maj7-40cent:285 #: lesson-files/csound-intonation-harmonic-maj7-40cent:315 #: lesson-files/csound-intonation-harmonic-maj7-40cent:345 #: lesson-files/csound-intonation-harmonic-maj7-5cent:15 #: lesson-files/csound-intonation-harmonic-maj7-5cent:45 #: lesson-files/csound-intonation-harmonic-maj7-5cent:75 #: lesson-files/csound-intonation-harmonic-maj7-5cent:105 #: lesson-files/csound-intonation-harmonic-maj7-5cent:135 #: lesson-files/csound-intonation-harmonic-maj7-5cent:165 #: lesson-files/csound-intonation-harmonic-maj7-5cent:195 #: lesson-files/csound-intonation-harmonic-maj7-5cent:225 #: lesson-files/csound-intonation-harmonic-maj7-5cent:255 #: lesson-files/csound-intonation-harmonic-maj7-5cent:285 #: lesson-files/csound-intonation-harmonic-maj7-5cent:315 #: lesson-files/csound-intonation-harmonic-maj7-5cent:345 #: lesson-files/csound-intonation-harmonic-maj7-6cent:15 #: lesson-files/csound-intonation-harmonic-maj7-6cent:45 #: lesson-files/csound-intonation-harmonic-maj7-6cent:75 #: lesson-files/csound-intonation-harmonic-maj7-6cent:105 #: lesson-files/csound-intonation-harmonic-maj7-6cent:135 #: lesson-files/csound-intonation-harmonic-maj7-6cent:165 #: lesson-files/csound-intonation-harmonic-maj7-6cent:195 #: lesson-files/csound-intonation-harmonic-maj7-6cent:225 #: lesson-files/csound-intonation-harmonic-maj7-6cent:255 #: lesson-files/csound-intonation-harmonic-maj7-6cent:285 #: lesson-files/csound-intonation-harmonic-maj7-6cent:315 #: lesson-files/csound-intonation-harmonic-maj7-6cent:345 #: lesson-files/csound-intonation-harmonic-maj7-8cent:15 #: lesson-files/csound-intonation-harmonic-maj7-8cent:45 #: lesson-files/csound-intonation-harmonic-maj7-8cent:75 #: lesson-files/csound-intonation-harmonic-maj7-8cent:105 #: lesson-files/csound-intonation-harmonic-maj7-8cent:135 #: lesson-files/csound-intonation-harmonic-maj7-8cent:165 #: lesson-files/csound-intonation-harmonic-maj7-8cent:195 #: lesson-files/csound-intonation-harmonic-maj7-8cent:225 #: lesson-files/csound-intonation-harmonic-maj7-8cent:255 #: lesson-files/csound-intonation-harmonic-maj7-8cent:285 #: lesson-files/csound-intonation-harmonic-maj7-8cent:315 #: lesson-files/csound-intonation-harmonic-maj7-8cent:345 #: lesson-files/csound-intonation-harmonic-min2-10cent:15 #: lesson-files/csound-intonation-harmonic-min2-10cent:45 #: lesson-files/csound-intonation-harmonic-min2-10cent:75 #: lesson-files/csound-intonation-harmonic-min2-10cent:105 #: lesson-files/csound-intonation-harmonic-min2-10cent:135 #: lesson-files/csound-intonation-harmonic-min2-10cent:165 #: lesson-files/csound-intonation-harmonic-min2-10cent:195 #: lesson-files/csound-intonation-harmonic-min2-10cent:225 #: lesson-files/csound-intonation-harmonic-min2-10cent:255 #: lesson-files/csound-intonation-harmonic-min2-10cent:285 #: lesson-files/csound-intonation-harmonic-min2-10cent:315 #: lesson-files/csound-intonation-harmonic-min2-10cent:345 #: lesson-files/csound-intonation-harmonic-min2-15cent:15 #: lesson-files/csound-intonation-harmonic-min2-15cent:45 #: lesson-files/csound-intonation-harmonic-min2-15cent:75 #: lesson-files/csound-intonation-harmonic-min2-15cent:105 #: lesson-files/csound-intonation-harmonic-min2-15cent:135 #: lesson-files/csound-intonation-harmonic-min2-15cent:165 #: lesson-files/csound-intonation-harmonic-min2-15cent:195 #: lesson-files/csound-intonation-harmonic-min2-15cent:225 #: lesson-files/csound-intonation-harmonic-min2-15cent:255 #: lesson-files/csound-intonation-harmonic-min2-15cent:285 #: lesson-files/csound-intonation-harmonic-min2-15cent:315 #: lesson-files/csound-intonation-harmonic-min2-15cent:345 #: lesson-files/csound-intonation-harmonic-min2-20cent:15 #: lesson-files/csound-intonation-harmonic-min2-20cent:45 #: lesson-files/csound-intonation-harmonic-min2-20cent:75 #: lesson-files/csound-intonation-harmonic-min2-20cent:105 #: lesson-files/csound-intonation-harmonic-min2-20cent:135 #: lesson-files/csound-intonation-harmonic-min2-20cent:165 #: lesson-files/csound-intonation-harmonic-min2-20cent:195 #: lesson-files/csound-intonation-harmonic-min2-20cent:225 #: lesson-files/csound-intonation-harmonic-min2-20cent:255 #: lesson-files/csound-intonation-harmonic-min2-20cent:285 #: lesson-files/csound-intonation-harmonic-min2-20cent:315 #: lesson-files/csound-intonation-harmonic-min2-20cent:345 #: lesson-files/csound-intonation-harmonic-min2-30cent:15 #: lesson-files/csound-intonation-harmonic-min2-30cent:45 #: lesson-files/csound-intonation-harmonic-min2-30cent:75 #: lesson-files/csound-intonation-harmonic-min2-30cent:105 #: lesson-files/csound-intonation-harmonic-min2-30cent:135 #: lesson-files/csound-intonation-harmonic-min2-30cent:165 #: lesson-files/csound-intonation-harmonic-min2-30cent:195 #: lesson-files/csound-intonation-harmonic-min2-30cent:225 #: lesson-files/csound-intonation-harmonic-min2-30cent:255 #: lesson-files/csound-intonation-harmonic-min2-30cent:285 #: lesson-files/csound-intonation-harmonic-min2-30cent:315 #: lesson-files/csound-intonation-harmonic-min2-30cent:345 #: lesson-files/csound-intonation-harmonic-min2-40cent:15 #: lesson-files/csound-intonation-harmonic-min2-40cent:45 #: lesson-files/csound-intonation-harmonic-min2-40cent:75 #: lesson-files/csound-intonation-harmonic-min2-40cent:105 #: lesson-files/csound-intonation-harmonic-min2-40cent:135 #: lesson-files/csound-intonation-harmonic-min2-40cent:165 #: lesson-files/csound-intonation-harmonic-min2-40cent:195 #: lesson-files/csound-intonation-harmonic-min2-40cent:225 #: lesson-files/csound-intonation-harmonic-min2-40cent:255 #: lesson-files/csound-intonation-harmonic-min2-40cent:285 #: lesson-files/csound-intonation-harmonic-min2-40cent:315 #: lesson-files/csound-intonation-harmonic-min2-40cent:345 #: lesson-files/csound-intonation-harmonic-min2-5cent:15 #: lesson-files/csound-intonation-harmonic-min2-5cent:45 #: lesson-files/csound-intonation-harmonic-min2-5cent:75 #: lesson-files/csound-intonation-harmonic-min2-5cent:105 #: lesson-files/csound-intonation-harmonic-min2-5cent:135 #: lesson-files/csound-intonation-harmonic-min2-5cent:165 #: lesson-files/csound-intonation-harmonic-min2-5cent:195 #: lesson-files/csound-intonation-harmonic-min2-5cent:225 #: lesson-files/csound-intonation-harmonic-min2-5cent:255 #: lesson-files/csound-intonation-harmonic-min2-5cent:285 #: lesson-files/csound-intonation-harmonic-min2-5cent:315 #: lesson-files/csound-intonation-harmonic-min2-5cent:345 #: lesson-files/csound-intonation-harmonic-min2-6cent:15 #: lesson-files/csound-intonation-harmonic-min2-6cent:45 #: lesson-files/csound-intonation-harmonic-min2-6cent:75 #: lesson-files/csound-intonation-harmonic-min2-6cent:105 #: lesson-files/csound-intonation-harmonic-min2-6cent:135 #: lesson-files/csound-intonation-harmonic-min2-6cent:165 #: lesson-files/csound-intonation-harmonic-min2-6cent:195 #: lesson-files/csound-intonation-harmonic-min2-6cent:225 #: lesson-files/csound-intonation-harmonic-min2-6cent:255 #: lesson-files/csound-intonation-harmonic-min2-6cent:285 #: lesson-files/csound-intonation-harmonic-min2-6cent:315 #: lesson-files/csound-intonation-harmonic-min2-6cent:345 #: lesson-files/csound-intonation-harmonic-min2-8cent:15 #: lesson-files/csound-intonation-harmonic-min2-8cent:45 #: lesson-files/csound-intonation-harmonic-min2-8cent:75 #: lesson-files/csound-intonation-harmonic-min2-8cent:105 #: lesson-files/csound-intonation-harmonic-min2-8cent:135 #: lesson-files/csound-intonation-harmonic-min2-8cent:165 #: lesson-files/csound-intonation-harmonic-min2-8cent:195 #: lesson-files/csound-intonation-harmonic-min2-8cent:225 #: lesson-files/csound-intonation-harmonic-min2-8cent:255 #: lesson-files/csound-intonation-harmonic-min2-8cent:285 #: lesson-files/csound-intonation-harmonic-min2-8cent:315 #: lesson-files/csound-intonation-harmonic-min2-8cent:345 #: lesson-files/csound-intonation-harmonic-min3-10cent:15 #: lesson-files/csound-intonation-harmonic-min3-10cent:45 #: lesson-files/csound-intonation-harmonic-min3-10cent:75 #: lesson-files/csound-intonation-harmonic-min3-10cent:105 #: lesson-files/csound-intonation-harmonic-min3-10cent:135 #: lesson-files/csound-intonation-harmonic-min3-10cent:165 #: lesson-files/csound-intonation-harmonic-min3-10cent:195 #: lesson-files/csound-intonation-harmonic-min3-10cent:225 #: lesson-files/csound-intonation-harmonic-min3-10cent:255 #: lesson-files/csound-intonation-harmonic-min3-10cent:285 #: lesson-files/csound-intonation-harmonic-min3-10cent:315 #: lesson-files/csound-intonation-harmonic-min3-10cent:345 #: lesson-files/csound-intonation-harmonic-min3-15cent:15 #: lesson-files/csound-intonation-harmonic-min3-15cent:45 #: lesson-files/csound-intonation-harmonic-min3-15cent:75 #: lesson-files/csound-intonation-harmonic-min3-15cent:105 #: lesson-files/csound-intonation-harmonic-min3-15cent:135 #: lesson-files/csound-intonation-harmonic-min3-15cent:165 #: lesson-files/csound-intonation-harmonic-min3-15cent:195 #: lesson-files/csound-intonation-harmonic-min3-15cent:225 #: lesson-files/csound-intonation-harmonic-min3-15cent:255 #: lesson-files/csound-intonation-harmonic-min3-15cent:285 #: lesson-files/csound-intonation-harmonic-min3-15cent:315 #: lesson-files/csound-intonation-harmonic-min3-15cent:345 #: lesson-files/csound-intonation-harmonic-min3-20cent:15 #: lesson-files/csound-intonation-harmonic-min3-20cent:45 #: lesson-files/csound-intonation-harmonic-min3-20cent:75 #: lesson-files/csound-intonation-harmonic-min3-20cent:105 #: lesson-files/csound-intonation-harmonic-min3-20cent:135 #: lesson-files/csound-intonation-harmonic-min3-20cent:165 #: lesson-files/csound-intonation-harmonic-min3-20cent:195 #: lesson-files/csound-intonation-harmonic-min3-20cent:225 #: lesson-files/csound-intonation-harmonic-min3-20cent:255 #: lesson-files/csound-intonation-harmonic-min3-20cent:285 #: lesson-files/csound-intonation-harmonic-min3-20cent:315 #: lesson-files/csound-intonation-harmonic-min3-20cent:345 #: lesson-files/csound-intonation-harmonic-min3-30cent:15 #: lesson-files/csound-intonation-harmonic-min3-30cent:45 #: lesson-files/csound-intonation-harmonic-min3-30cent:75 #: lesson-files/csound-intonation-harmonic-min3-30cent:105 #: lesson-files/csound-intonation-harmonic-min3-30cent:135 #: lesson-files/csound-intonation-harmonic-min3-30cent:165 #: lesson-files/csound-intonation-harmonic-min3-30cent:195 #: lesson-files/csound-intonation-harmonic-min3-30cent:225 #: lesson-files/csound-intonation-harmonic-min3-30cent:255 #: lesson-files/csound-intonation-harmonic-min3-30cent:285 #: lesson-files/csound-intonation-harmonic-min3-30cent:315 #: lesson-files/csound-intonation-harmonic-min3-30cent:345 #: lesson-files/csound-intonation-harmonic-min3-40cent:15 #: lesson-files/csound-intonation-harmonic-min3-40cent:45 #: lesson-files/csound-intonation-harmonic-min3-40cent:75 #: lesson-files/csound-intonation-harmonic-min3-40cent:105 #: lesson-files/csound-intonation-harmonic-min3-40cent:135 #: lesson-files/csound-intonation-harmonic-min3-40cent:165 #: lesson-files/csound-intonation-harmonic-min3-40cent:195 #: lesson-files/csound-intonation-harmonic-min3-40cent:225 #: lesson-files/csound-intonation-harmonic-min3-40cent:255 #: lesson-files/csound-intonation-harmonic-min3-40cent:285 #: lesson-files/csound-intonation-harmonic-min3-40cent:315 #: lesson-files/csound-intonation-harmonic-min3-40cent:345 #: lesson-files/csound-intonation-harmonic-min3-5cent:15 #: lesson-files/csound-intonation-harmonic-min3-5cent:45 #: lesson-files/csound-intonation-harmonic-min3-5cent:75 #: lesson-files/csound-intonation-harmonic-min3-5cent:105 #: lesson-files/csound-intonation-harmonic-min3-5cent:135 #: lesson-files/csound-intonation-harmonic-min3-5cent:165 #: lesson-files/csound-intonation-harmonic-min3-5cent:195 #: lesson-files/csound-intonation-harmonic-min3-5cent:225 #: lesson-files/csound-intonation-harmonic-min3-5cent:255 #: lesson-files/csound-intonation-harmonic-min3-5cent:285 #: lesson-files/csound-intonation-harmonic-min3-5cent:315 #: lesson-files/csound-intonation-harmonic-min3-5cent:345 #: lesson-files/csound-intonation-harmonic-min3-6cent:15 #: lesson-files/csound-intonation-harmonic-min3-6cent:45 #: lesson-files/csound-intonation-harmonic-min3-6cent:75 #: lesson-files/csound-intonation-harmonic-min3-6cent:105 #: lesson-files/csound-intonation-harmonic-min3-6cent:135 #: lesson-files/csound-intonation-harmonic-min3-6cent:165 #: lesson-files/csound-intonation-harmonic-min3-6cent:195 #: lesson-files/csound-intonation-harmonic-min3-6cent:225 #: lesson-files/csound-intonation-harmonic-min3-6cent:255 #: lesson-files/csound-intonation-harmonic-min3-6cent:285 #: lesson-files/csound-intonation-harmonic-min3-6cent:315 #: lesson-files/csound-intonation-harmonic-min3-6cent:345 #: lesson-files/csound-intonation-harmonic-min3-8cent:15 #: lesson-files/csound-intonation-harmonic-min3-8cent:45 #: lesson-files/csound-intonation-harmonic-min3-8cent:75 #: lesson-files/csound-intonation-harmonic-min3-8cent:105 #: lesson-files/csound-intonation-harmonic-min3-8cent:135 #: lesson-files/csound-intonation-harmonic-min3-8cent:165 #: lesson-files/csound-intonation-harmonic-min3-8cent:195 #: lesson-files/csound-intonation-harmonic-min3-8cent:225 #: lesson-files/csound-intonation-harmonic-min3-8cent:255 #: lesson-files/csound-intonation-harmonic-min3-8cent:285 #: lesson-files/csound-intonation-harmonic-min3-8cent:315 #: lesson-files/csound-intonation-harmonic-min3-8cent:345 #: lesson-files/csound-intonation-harmonic-min6-10cent:15 #: lesson-files/csound-intonation-harmonic-min6-10cent:45 #: lesson-files/csound-intonation-harmonic-min6-10cent:75 #: lesson-files/csound-intonation-harmonic-min6-10cent:105 #: lesson-files/csound-intonation-harmonic-min6-10cent:135 #: lesson-files/csound-intonation-harmonic-min6-10cent:165 #: lesson-files/csound-intonation-harmonic-min6-10cent:195 #: lesson-files/csound-intonation-harmonic-min6-10cent:225 #: lesson-files/csound-intonation-harmonic-min6-10cent:255 #: lesson-files/csound-intonation-harmonic-min6-10cent:285 #: lesson-files/csound-intonation-harmonic-min6-10cent:315 #: lesson-files/csound-intonation-harmonic-min6-10cent:345 #: lesson-files/csound-intonation-harmonic-min6-15cent:15 #: lesson-files/csound-intonation-harmonic-min6-15cent:45 #: lesson-files/csound-intonation-harmonic-min6-15cent:75 #: lesson-files/csound-intonation-harmonic-min6-15cent:105 #: lesson-files/csound-intonation-harmonic-min6-15cent:135 #: lesson-files/csound-intonation-harmonic-min6-15cent:165 #: lesson-files/csound-intonation-harmonic-min6-15cent:195 #: lesson-files/csound-intonation-harmonic-min6-15cent:225 #: lesson-files/csound-intonation-harmonic-min6-15cent:255 #: lesson-files/csound-intonation-harmonic-min6-15cent:285 #: lesson-files/csound-intonation-harmonic-min6-15cent:315 #: lesson-files/csound-intonation-harmonic-min6-15cent:345 #: lesson-files/csound-intonation-harmonic-min6-20cent:15 #: lesson-files/csound-intonation-harmonic-min6-20cent:45 #: lesson-files/csound-intonation-harmonic-min6-20cent:75 #: lesson-files/csound-intonation-harmonic-min6-20cent:105 #: lesson-files/csound-intonation-harmonic-min6-20cent:135 #: lesson-files/csound-intonation-harmonic-min6-20cent:165 #: lesson-files/csound-intonation-harmonic-min6-20cent:195 #: lesson-files/csound-intonation-harmonic-min6-20cent:225 #: lesson-files/csound-intonation-harmonic-min6-20cent:255 #: lesson-files/csound-intonation-harmonic-min6-20cent:285 #: lesson-files/csound-intonation-harmonic-min6-20cent:315 #: lesson-files/csound-intonation-harmonic-min6-20cent:345 #: lesson-files/csound-intonation-harmonic-min6-30cent:15 #: lesson-files/csound-intonation-harmonic-min6-30cent:45 #: lesson-files/csound-intonation-harmonic-min6-30cent:75 #: lesson-files/csound-intonation-harmonic-min6-30cent:105 #: lesson-files/csound-intonation-harmonic-min6-30cent:135 #: lesson-files/csound-intonation-harmonic-min6-30cent:165 #: lesson-files/csound-intonation-harmonic-min6-30cent:195 #: lesson-files/csound-intonation-harmonic-min6-30cent:225 #: lesson-files/csound-intonation-harmonic-min6-30cent:255 #: lesson-files/csound-intonation-harmonic-min6-30cent:285 #: lesson-files/csound-intonation-harmonic-min6-30cent:315 #: lesson-files/csound-intonation-harmonic-min6-30cent:345 #: lesson-files/csound-intonation-harmonic-min6-40cent:15 #: lesson-files/csound-intonation-harmonic-min6-40cent:45 #: lesson-files/csound-intonation-harmonic-min6-40cent:75 #: lesson-files/csound-intonation-harmonic-min6-40cent:105 #: lesson-files/csound-intonation-harmonic-min6-40cent:135 #: lesson-files/csound-intonation-harmonic-min6-40cent:165 #: lesson-files/csound-intonation-harmonic-min6-40cent:195 #: lesson-files/csound-intonation-harmonic-min6-40cent:225 #: lesson-files/csound-intonation-harmonic-min6-40cent:255 #: lesson-files/csound-intonation-harmonic-min6-40cent:285 #: lesson-files/csound-intonation-harmonic-min6-40cent:315 #: lesson-files/csound-intonation-harmonic-min6-40cent:345 #: lesson-files/csound-intonation-harmonic-min6-5cent:15 #: lesson-files/csound-intonation-harmonic-min6-5cent:45 #: lesson-files/csound-intonation-harmonic-min6-5cent:75 #: lesson-files/csound-intonation-harmonic-min6-5cent:105 #: lesson-files/csound-intonation-harmonic-min6-5cent:135 #: lesson-files/csound-intonation-harmonic-min6-5cent:165 #: lesson-files/csound-intonation-harmonic-min6-5cent:195 #: lesson-files/csound-intonation-harmonic-min6-5cent:225 #: lesson-files/csound-intonation-harmonic-min6-5cent:255 #: lesson-files/csound-intonation-harmonic-min6-5cent:285 #: lesson-files/csound-intonation-harmonic-min6-5cent:315 #: lesson-files/csound-intonation-harmonic-min6-5cent:345 #: lesson-files/csound-intonation-harmonic-min6-6cent:15 #: lesson-files/csound-intonation-harmonic-min6-6cent:45 #: lesson-files/csound-intonation-harmonic-min6-6cent:75 #: lesson-files/csound-intonation-harmonic-min6-6cent:105 #: lesson-files/csound-intonation-harmonic-min6-6cent:135 #: lesson-files/csound-intonation-harmonic-min6-6cent:165 #: lesson-files/csound-intonation-harmonic-min6-6cent:195 #: lesson-files/csound-intonation-harmonic-min6-6cent:225 #: lesson-files/csound-intonation-harmonic-min6-6cent:255 #: lesson-files/csound-intonation-harmonic-min6-6cent:285 #: lesson-files/csound-intonation-harmonic-min6-6cent:315 #: lesson-files/csound-intonation-harmonic-min6-6cent:345 #: lesson-files/csound-intonation-harmonic-min6-8cent:15 #: lesson-files/csound-intonation-harmonic-min6-8cent:45 #: lesson-files/csound-intonation-harmonic-min6-8cent:75 #: lesson-files/csound-intonation-harmonic-min6-8cent:105 #: lesson-files/csound-intonation-harmonic-min6-8cent:135 #: lesson-files/csound-intonation-harmonic-min6-8cent:165 #: lesson-files/csound-intonation-harmonic-min6-8cent:195 #: lesson-files/csound-intonation-harmonic-min6-8cent:225 #: lesson-files/csound-intonation-harmonic-min6-8cent:255 #: lesson-files/csound-intonation-harmonic-min6-8cent:285 #: lesson-files/csound-intonation-harmonic-min6-8cent:315 #: lesson-files/csound-intonation-harmonic-min6-8cent:345 #: lesson-files/csound-intonation-harmonic-min7-10cent:15 #: lesson-files/csound-intonation-harmonic-min7-10cent:45 #: lesson-files/csound-intonation-harmonic-min7-10cent:75 #: lesson-files/csound-intonation-harmonic-min7-10cent:105 #: lesson-files/csound-intonation-harmonic-min7-10cent:135 #: lesson-files/csound-intonation-harmonic-min7-10cent:165 #: lesson-files/csound-intonation-harmonic-min7-10cent:195 #: lesson-files/csound-intonation-harmonic-min7-10cent:225 #: lesson-files/csound-intonation-harmonic-min7-10cent:255 #: lesson-files/csound-intonation-harmonic-min7-10cent:285 #: lesson-files/csound-intonation-harmonic-min7-10cent:315 #: lesson-files/csound-intonation-harmonic-min7-10cent:345 #: lesson-files/csound-intonation-harmonic-min7-15cent:15 #: lesson-files/csound-intonation-harmonic-min7-15cent:45 #: lesson-files/csound-intonation-harmonic-min7-15cent:75 #: lesson-files/csound-intonation-harmonic-min7-15cent:105 #: lesson-files/csound-intonation-harmonic-min7-15cent:135 #: lesson-files/csound-intonation-harmonic-min7-15cent:165 #: lesson-files/csound-intonation-harmonic-min7-15cent:195 #: lesson-files/csound-intonation-harmonic-min7-15cent:225 #: lesson-files/csound-intonation-harmonic-min7-15cent:255 #: lesson-files/csound-intonation-harmonic-min7-15cent:285 #: lesson-files/csound-intonation-harmonic-min7-15cent:315 #: lesson-files/csound-intonation-harmonic-min7-15cent:345 #: lesson-files/csound-intonation-harmonic-min7-20cent:15 #: lesson-files/csound-intonation-harmonic-min7-20cent:45 #: lesson-files/csound-intonation-harmonic-min7-20cent:75 #: lesson-files/csound-intonation-harmonic-min7-20cent:105 #: lesson-files/csound-intonation-harmonic-min7-20cent:135 #: lesson-files/csound-intonation-harmonic-min7-20cent:165 #: lesson-files/csound-intonation-harmonic-min7-20cent:195 #: lesson-files/csound-intonation-harmonic-min7-20cent:225 #: lesson-files/csound-intonation-harmonic-min7-20cent:255 #: lesson-files/csound-intonation-harmonic-min7-20cent:285 #: lesson-files/csound-intonation-harmonic-min7-20cent:315 #: lesson-files/csound-intonation-harmonic-min7-20cent:345 #: lesson-files/csound-intonation-harmonic-min7-30cent:15 #: lesson-files/csound-intonation-harmonic-min7-30cent:45 #: lesson-files/csound-intonation-harmonic-min7-30cent:75 #: lesson-files/csound-intonation-harmonic-min7-30cent:105 #: lesson-files/csound-intonation-harmonic-min7-30cent:135 #: lesson-files/csound-intonation-harmonic-min7-30cent:165 #: lesson-files/csound-intonation-harmonic-min7-30cent:195 #: lesson-files/csound-intonation-harmonic-min7-30cent:225 #: lesson-files/csound-intonation-harmonic-min7-30cent:255 #: lesson-files/csound-intonation-harmonic-min7-30cent:285 #: lesson-files/csound-intonation-harmonic-min7-30cent:315 #: lesson-files/csound-intonation-harmonic-min7-30cent:345 #: lesson-files/csound-intonation-harmonic-min7-40cent:15 #: lesson-files/csound-intonation-harmonic-min7-40cent:45 #: lesson-files/csound-intonation-harmonic-min7-40cent:75 #: lesson-files/csound-intonation-harmonic-min7-40cent:105 #: lesson-files/csound-intonation-harmonic-min7-40cent:135 #: lesson-files/csound-intonation-harmonic-min7-40cent:165 #: lesson-files/csound-intonation-harmonic-min7-40cent:195 #: lesson-files/csound-intonation-harmonic-min7-40cent:225 #: lesson-files/csound-intonation-harmonic-min7-40cent:255 #: lesson-files/csound-intonation-harmonic-min7-40cent:285 #: lesson-files/csound-intonation-harmonic-min7-40cent:315 #: lesson-files/csound-intonation-harmonic-min7-40cent:345 #: lesson-files/csound-intonation-harmonic-min7-5cent:15 #: lesson-files/csound-intonation-harmonic-min7-5cent:45 #: lesson-files/csound-intonation-harmonic-min7-5cent:75 #: lesson-files/csound-intonation-harmonic-min7-5cent:105 #: lesson-files/csound-intonation-harmonic-min7-5cent:135 #: lesson-files/csound-intonation-harmonic-min7-5cent:165 #: lesson-files/csound-intonation-harmonic-min7-5cent:195 #: lesson-files/csound-intonation-harmonic-min7-5cent:225 #: lesson-files/csound-intonation-harmonic-min7-5cent:255 #: lesson-files/csound-intonation-harmonic-min7-5cent:285 #: lesson-files/csound-intonation-harmonic-min7-5cent:315 #: lesson-files/csound-intonation-harmonic-min7-5cent:345 #: lesson-files/csound-intonation-harmonic-min7-6cent:15 #: lesson-files/csound-intonation-harmonic-min7-6cent:45 #: lesson-files/csound-intonation-harmonic-min7-6cent:75 #: lesson-files/csound-intonation-harmonic-min7-6cent:105 #: lesson-files/csound-intonation-harmonic-min7-6cent:135 #: lesson-files/csound-intonation-harmonic-min7-6cent:165 #: lesson-files/csound-intonation-harmonic-min7-6cent:195 #: lesson-files/csound-intonation-harmonic-min7-6cent:225 #: lesson-files/csound-intonation-harmonic-min7-6cent:255 #: lesson-files/csound-intonation-harmonic-min7-6cent:285 #: lesson-files/csound-intonation-harmonic-min7-6cent:315 #: lesson-files/csound-intonation-harmonic-min7-6cent:345 #: lesson-files/csound-intonation-harmonic-min7-8cent:15 #: lesson-files/csound-intonation-harmonic-min7-8cent:45 #: lesson-files/csound-intonation-harmonic-min7-8cent:75 #: lesson-files/csound-intonation-harmonic-min7-8cent:105 #: lesson-files/csound-intonation-harmonic-min7-8cent:135 #: lesson-files/csound-intonation-harmonic-min7-8cent:165 #: lesson-files/csound-intonation-harmonic-min7-8cent:195 #: lesson-files/csound-intonation-harmonic-min7-8cent:225 #: lesson-files/csound-intonation-harmonic-min7-8cent:255 #: lesson-files/csound-intonation-harmonic-min7-8cent:285 #: lesson-files/csound-intonation-harmonic-min7-8cent:315 #: lesson-files/csound-intonation-harmonic-min7-8cent:345 #: lesson-files/csound-intonation-harmonic-p4-10cent:15 #: lesson-files/csound-intonation-harmonic-p4-10cent:45 #: lesson-files/csound-intonation-harmonic-p4-10cent:75 #: lesson-files/csound-intonation-harmonic-p4-10cent:105 #: lesson-files/csound-intonation-harmonic-p4-10cent:135 #: lesson-files/csound-intonation-harmonic-p4-10cent:165 #: lesson-files/csound-intonation-harmonic-p4-10cent:195 #: lesson-files/csound-intonation-harmonic-p4-10cent:225 #: lesson-files/csound-intonation-harmonic-p4-10cent:255 #: lesson-files/csound-intonation-harmonic-p4-10cent:285 #: lesson-files/csound-intonation-harmonic-p4-10cent:315 #: lesson-files/csound-intonation-harmonic-p4-10cent:345 #: lesson-files/csound-intonation-harmonic-p4-15cent:15 #: lesson-files/csound-intonation-harmonic-p4-15cent:45 #: lesson-files/csound-intonation-harmonic-p4-15cent:75 #: lesson-files/csound-intonation-harmonic-p4-15cent:105 #: lesson-files/csound-intonation-harmonic-p4-15cent:135 #: lesson-files/csound-intonation-harmonic-p4-15cent:165 #: lesson-files/csound-intonation-harmonic-p4-15cent:195 #: lesson-files/csound-intonation-harmonic-p4-15cent:225 #: lesson-files/csound-intonation-harmonic-p4-15cent:255 #: lesson-files/csound-intonation-harmonic-p4-15cent:285 #: lesson-files/csound-intonation-harmonic-p4-15cent:315 #: lesson-files/csound-intonation-harmonic-p4-15cent:345 #: lesson-files/csound-intonation-harmonic-p4-20cent:15 #: lesson-files/csound-intonation-harmonic-p4-20cent:45 #: lesson-files/csound-intonation-harmonic-p4-20cent:75 #: lesson-files/csound-intonation-harmonic-p4-20cent:105 #: lesson-files/csound-intonation-harmonic-p4-20cent:135 #: lesson-files/csound-intonation-harmonic-p4-20cent:165 #: lesson-files/csound-intonation-harmonic-p4-20cent:195 #: lesson-files/csound-intonation-harmonic-p4-20cent:225 #: lesson-files/csound-intonation-harmonic-p4-20cent:255 #: lesson-files/csound-intonation-harmonic-p4-20cent:285 #: lesson-files/csound-intonation-harmonic-p4-20cent:315 #: lesson-files/csound-intonation-harmonic-p4-20cent:345 #: lesson-files/csound-intonation-harmonic-p4-30cent:15 #: lesson-files/csound-intonation-harmonic-p4-30cent:45 #: lesson-files/csound-intonation-harmonic-p4-30cent:75 #: lesson-files/csound-intonation-harmonic-p4-30cent:105 #: lesson-files/csound-intonation-harmonic-p4-30cent:135 #: lesson-files/csound-intonation-harmonic-p4-30cent:165 #: lesson-files/csound-intonation-harmonic-p4-30cent:195 #: lesson-files/csound-intonation-harmonic-p4-30cent:225 #: lesson-files/csound-intonation-harmonic-p4-30cent:255 #: lesson-files/csound-intonation-harmonic-p4-30cent:285 #: lesson-files/csound-intonation-harmonic-p4-30cent:315 #: lesson-files/csound-intonation-harmonic-p4-30cent:345 #: lesson-files/csound-intonation-harmonic-p4-40cent:15 #: lesson-files/csound-intonation-harmonic-p4-40cent:45 #: lesson-files/csound-intonation-harmonic-p4-40cent:75 #: lesson-files/csound-intonation-harmonic-p4-40cent:105 #: lesson-files/csound-intonation-harmonic-p4-40cent:135 #: lesson-files/csound-intonation-harmonic-p4-40cent:165 #: lesson-files/csound-intonation-harmonic-p4-40cent:195 #: lesson-files/csound-intonation-harmonic-p4-40cent:225 #: lesson-files/csound-intonation-harmonic-p4-40cent:255 #: lesson-files/csound-intonation-harmonic-p4-40cent:285 #: lesson-files/csound-intonation-harmonic-p4-40cent:315 #: lesson-files/csound-intonation-harmonic-p4-40cent:345 #: lesson-files/csound-intonation-harmonic-p4-5cent:15 #: lesson-files/csound-intonation-harmonic-p4-5cent:45 #: lesson-files/csound-intonation-harmonic-p4-5cent:75 #: lesson-files/csound-intonation-harmonic-p4-5cent:105 #: lesson-files/csound-intonation-harmonic-p4-5cent:135 #: lesson-files/csound-intonation-harmonic-p4-5cent:165 #: lesson-files/csound-intonation-harmonic-p4-5cent:195 #: lesson-files/csound-intonation-harmonic-p4-5cent:225 #: lesson-files/csound-intonation-harmonic-p4-5cent:255 #: lesson-files/csound-intonation-harmonic-p4-5cent:285 #: lesson-files/csound-intonation-harmonic-p4-5cent:315 #: lesson-files/csound-intonation-harmonic-p4-5cent:345 #: lesson-files/csound-intonation-harmonic-p4-6cent:15 #: lesson-files/csound-intonation-harmonic-p4-6cent:45 #: lesson-files/csound-intonation-harmonic-p4-6cent:75 #: lesson-files/csound-intonation-harmonic-p4-6cent:105 #: lesson-files/csound-intonation-harmonic-p4-6cent:135 #: lesson-files/csound-intonation-harmonic-p4-6cent:165 #: lesson-files/csound-intonation-harmonic-p4-6cent:195 #: lesson-files/csound-intonation-harmonic-p4-6cent:225 #: lesson-files/csound-intonation-harmonic-p4-6cent:255 #: lesson-files/csound-intonation-harmonic-p4-6cent:285 #: lesson-files/csound-intonation-harmonic-p4-6cent:315 #: lesson-files/csound-intonation-harmonic-p4-6cent:345 #: lesson-files/csound-intonation-harmonic-p4-8cent:15 #: lesson-files/csound-intonation-harmonic-p4-8cent:45 #: lesson-files/csound-intonation-harmonic-p4-8cent:75 #: lesson-files/csound-intonation-harmonic-p4-8cent:105 #: lesson-files/csound-intonation-harmonic-p4-8cent:135 #: lesson-files/csound-intonation-harmonic-p4-8cent:165 #: lesson-files/csound-intonation-harmonic-p4-8cent:195 #: lesson-files/csound-intonation-harmonic-p4-8cent:225 #: lesson-files/csound-intonation-harmonic-p4-8cent:255 #: lesson-files/csound-intonation-harmonic-p4-8cent:285 #: lesson-files/csound-intonation-harmonic-p4-8cent:315 #: lesson-files/csound-intonation-harmonic-p4-8cent:345 #: lesson-files/csound-intonation-harmonic-p5-10cent:15 #: lesson-files/csound-intonation-harmonic-p5-10cent:45 #: lesson-files/csound-intonation-harmonic-p5-10cent:75 #: lesson-files/csound-intonation-harmonic-p5-10cent:105 #: lesson-files/csound-intonation-harmonic-p5-10cent:135 #: lesson-files/csound-intonation-harmonic-p5-10cent:165 #: lesson-files/csound-intonation-harmonic-p5-10cent:195 #: lesson-files/csound-intonation-harmonic-p5-10cent:225 #: lesson-files/csound-intonation-harmonic-p5-10cent:255 #: lesson-files/csound-intonation-harmonic-p5-10cent:285 #: lesson-files/csound-intonation-harmonic-p5-10cent:315 #: lesson-files/csound-intonation-harmonic-p5-10cent:345 #: lesson-files/csound-intonation-harmonic-p5-15cent:15 #: lesson-files/csound-intonation-harmonic-p5-15cent:45 #: lesson-files/csound-intonation-harmonic-p5-15cent:75 #: lesson-files/csound-intonation-harmonic-p5-15cent:105 #: lesson-files/csound-intonation-harmonic-p5-15cent:135 #: lesson-files/csound-intonation-harmonic-p5-15cent:165 #: lesson-files/csound-intonation-harmonic-p5-15cent:195 #: lesson-files/csound-intonation-harmonic-p5-15cent:225 #: lesson-files/csound-intonation-harmonic-p5-15cent:255 #: lesson-files/csound-intonation-harmonic-p5-15cent:285 #: lesson-files/csound-intonation-harmonic-p5-15cent:315 #: lesson-files/csound-intonation-harmonic-p5-15cent:345 #: lesson-files/csound-intonation-harmonic-p5-20cent:15 #: lesson-files/csound-intonation-harmonic-p5-20cent:45 #: lesson-files/csound-intonation-harmonic-p5-20cent:75 #: lesson-files/csound-intonation-harmonic-p5-20cent:105 #: lesson-files/csound-intonation-harmonic-p5-20cent:135 #: lesson-files/csound-intonation-harmonic-p5-20cent:165 #: lesson-files/csound-intonation-harmonic-p5-20cent:195 #: lesson-files/csound-intonation-harmonic-p5-20cent:225 #: lesson-files/csound-intonation-harmonic-p5-20cent:255 #: lesson-files/csound-intonation-harmonic-p5-20cent:285 #: lesson-files/csound-intonation-harmonic-p5-20cent:315 #: lesson-files/csound-intonation-harmonic-p5-20cent:345 #: lesson-files/csound-intonation-harmonic-p5-30cent:15 #: lesson-files/csound-intonation-harmonic-p5-30cent:45 #: lesson-files/csound-intonation-harmonic-p5-30cent:75 #: lesson-files/csound-intonation-harmonic-p5-30cent:105 #: lesson-files/csound-intonation-harmonic-p5-30cent:135 #: lesson-files/csound-intonation-harmonic-p5-30cent:165 #: lesson-files/csound-intonation-harmonic-p5-30cent:195 #: lesson-files/csound-intonation-harmonic-p5-30cent:225 #: lesson-files/csound-intonation-harmonic-p5-30cent:255 #: lesson-files/csound-intonation-harmonic-p5-30cent:285 #: lesson-files/csound-intonation-harmonic-p5-30cent:315 #: lesson-files/csound-intonation-harmonic-p5-30cent:345 #: lesson-files/csound-intonation-harmonic-p5-40cent:15 #: lesson-files/csound-intonation-harmonic-p5-40cent:45 #: lesson-files/csound-intonation-harmonic-p5-40cent:75 #: lesson-files/csound-intonation-harmonic-p5-40cent:105 #: lesson-files/csound-intonation-harmonic-p5-40cent:135 #: lesson-files/csound-intonation-harmonic-p5-40cent:165 #: lesson-files/csound-intonation-harmonic-p5-40cent:195 #: lesson-files/csound-intonation-harmonic-p5-40cent:225 #: lesson-files/csound-intonation-harmonic-p5-40cent:255 #: lesson-files/csound-intonation-harmonic-p5-40cent:285 #: lesson-files/csound-intonation-harmonic-p5-40cent:315 #: lesson-files/csound-intonation-harmonic-p5-40cent:345 #: lesson-files/csound-intonation-harmonic-p5-5cent:15 #: lesson-files/csound-intonation-harmonic-p5-5cent:45 #: lesson-files/csound-intonation-harmonic-p5-5cent:75 #: lesson-files/csound-intonation-harmonic-p5-5cent:105 #: lesson-files/csound-intonation-harmonic-p5-5cent:135 #: lesson-files/csound-intonation-harmonic-p5-5cent:165 #: lesson-files/csound-intonation-harmonic-p5-5cent:195 #: lesson-files/csound-intonation-harmonic-p5-5cent:225 #: lesson-files/csound-intonation-harmonic-p5-5cent:255 #: lesson-files/csound-intonation-harmonic-p5-5cent:285 #: lesson-files/csound-intonation-harmonic-p5-5cent:315 #: lesson-files/csound-intonation-harmonic-p5-5cent:345 #: lesson-files/csound-intonation-harmonic-p5-6cent:15 #: lesson-files/csound-intonation-harmonic-p5-6cent:45 #: lesson-files/csound-intonation-harmonic-p5-6cent:75 #: lesson-files/csound-intonation-harmonic-p5-6cent:105 #: lesson-files/csound-intonation-harmonic-p5-6cent:135 #: lesson-files/csound-intonation-harmonic-p5-6cent:165 #: lesson-files/csound-intonation-harmonic-p5-6cent:195 #: lesson-files/csound-intonation-harmonic-p5-6cent:225 #: lesson-files/csound-intonation-harmonic-p5-6cent:255 #: lesson-files/csound-intonation-harmonic-p5-6cent:285 #: lesson-files/csound-intonation-harmonic-p5-6cent:315 #: lesson-files/csound-intonation-harmonic-p5-6cent:345 #: lesson-files/csound-intonation-harmonic-p5-8cent:15 #: lesson-files/csound-intonation-harmonic-p5-8cent:45 #: lesson-files/csound-intonation-harmonic-p5-8cent:75 #: lesson-files/csound-intonation-harmonic-p5-8cent:105 #: lesson-files/csound-intonation-harmonic-p5-8cent:135 #: lesson-files/csound-intonation-harmonic-p5-8cent:165 #: lesson-files/csound-intonation-harmonic-p5-8cent:195 #: lesson-files/csound-intonation-harmonic-p5-8cent:225 #: lesson-files/csound-intonation-harmonic-p5-8cent:255 #: lesson-files/csound-intonation-harmonic-p5-8cent:285 #: lesson-files/csound-intonation-harmonic-p5-8cent:315 #: lesson-files/csound-intonation-harmonic-p5-8cent:345 #: lesson-files/csound-intonation-maj2-10cent:15 #: lesson-files/csound-intonation-maj2-10cent:45 #: lesson-files/csound-intonation-maj2-10cent:75 #: lesson-files/csound-intonation-maj2-10cent:105 #: lesson-files/csound-intonation-maj2-10cent:135 #: lesson-files/csound-intonation-maj2-10cent:165 #: lesson-files/csound-intonation-maj2-10cent:195 #: lesson-files/csound-intonation-maj2-10cent:225 #: lesson-files/csound-intonation-maj2-10cent:255 #: lesson-files/csound-intonation-maj2-10cent:285 #: lesson-files/csound-intonation-maj2-10cent:315 #: lesson-files/csound-intonation-maj2-10cent:345 #: lesson-files/csound-intonation-maj2-15cent:15 #: lesson-files/csound-intonation-maj2-15cent:45 #: lesson-files/csound-intonation-maj2-15cent:75 #: lesson-files/csound-intonation-maj2-15cent:105 #: lesson-files/csound-intonation-maj2-15cent:135 #: lesson-files/csound-intonation-maj2-15cent:165 #: lesson-files/csound-intonation-maj2-15cent:195 #: lesson-files/csound-intonation-maj2-15cent:225 #: lesson-files/csound-intonation-maj2-15cent:255 #: lesson-files/csound-intonation-maj2-15cent:285 #: lesson-files/csound-intonation-maj2-15cent:315 #: lesson-files/csound-intonation-maj2-15cent:345 #: lesson-files/csound-intonation-maj2-20cent:15 #: lesson-files/csound-intonation-maj2-20cent:45 #: lesson-files/csound-intonation-maj2-20cent:75 #: lesson-files/csound-intonation-maj2-20cent:105 #: lesson-files/csound-intonation-maj2-20cent:135 #: lesson-files/csound-intonation-maj2-20cent:165 #: lesson-files/csound-intonation-maj2-20cent:195 #: lesson-files/csound-intonation-maj2-20cent:225 #: lesson-files/csound-intonation-maj2-20cent:255 #: lesson-files/csound-intonation-maj2-20cent:285 #: lesson-files/csound-intonation-maj2-20cent:315 #: lesson-files/csound-intonation-maj2-20cent:345 #: lesson-files/csound-intonation-maj2-30cent:15 #: lesson-files/csound-intonation-maj2-30cent:45 #: lesson-files/csound-intonation-maj2-30cent:75 #: lesson-files/csound-intonation-maj2-30cent:105 #: lesson-files/csound-intonation-maj2-30cent:135 #: lesson-files/csound-intonation-maj2-30cent:165 #: lesson-files/csound-intonation-maj2-30cent:195 #: lesson-files/csound-intonation-maj2-30cent:225 #: lesson-files/csound-intonation-maj2-30cent:255 #: lesson-files/csound-intonation-maj2-30cent:285 #: lesson-files/csound-intonation-maj2-30cent:315 #: lesson-files/csound-intonation-maj2-30cent:345 #: lesson-files/csound-intonation-maj2-40cent:15 #: lesson-files/csound-intonation-maj2-40cent:45 #: lesson-files/csound-intonation-maj2-40cent:75 #: lesson-files/csound-intonation-maj2-40cent:105 #: lesson-files/csound-intonation-maj2-40cent:135 #: lesson-files/csound-intonation-maj2-40cent:165 #: lesson-files/csound-intonation-maj2-40cent:195 #: lesson-files/csound-intonation-maj2-40cent:225 #: lesson-files/csound-intonation-maj2-40cent:255 #: lesson-files/csound-intonation-maj2-40cent:285 #: lesson-files/csound-intonation-maj2-40cent:315 #: lesson-files/csound-intonation-maj2-40cent:345 #: lesson-files/csound-intonation-maj2-5cent:15 #: lesson-files/csound-intonation-maj2-5cent:45 #: lesson-files/csound-intonation-maj2-5cent:75 #: lesson-files/csound-intonation-maj2-5cent:105 #: lesson-files/csound-intonation-maj2-5cent:135 #: lesson-files/csound-intonation-maj2-5cent:165 #: lesson-files/csound-intonation-maj2-5cent:195 #: lesson-files/csound-intonation-maj2-5cent:225 #: lesson-files/csound-intonation-maj2-5cent:255 #: lesson-files/csound-intonation-maj2-5cent:285 #: lesson-files/csound-intonation-maj2-5cent:315 #: lesson-files/csound-intonation-maj2-5cent:345 #: lesson-files/csound-intonation-maj2-6cent:15 #: lesson-files/csound-intonation-maj2-6cent:45 #: lesson-files/csound-intonation-maj2-6cent:75 #: lesson-files/csound-intonation-maj2-6cent:105 #: lesson-files/csound-intonation-maj2-6cent:135 #: lesson-files/csound-intonation-maj2-6cent:165 #: lesson-files/csound-intonation-maj2-6cent:195 #: lesson-files/csound-intonation-maj2-6cent:225 #: lesson-files/csound-intonation-maj2-6cent:255 #: lesson-files/csound-intonation-maj2-6cent:285 #: lesson-files/csound-intonation-maj2-6cent:315 #: lesson-files/csound-intonation-maj2-6cent:345 #: lesson-files/csound-intonation-maj2-8cent:15 #: lesson-files/csound-intonation-maj2-8cent:45 #: lesson-files/csound-intonation-maj2-8cent:75 #: lesson-files/csound-intonation-maj2-8cent:105 #: lesson-files/csound-intonation-maj2-8cent:135 #: lesson-files/csound-intonation-maj2-8cent:165 #: lesson-files/csound-intonation-maj2-8cent:195 #: lesson-files/csound-intonation-maj2-8cent:225 #: lesson-files/csound-intonation-maj2-8cent:255 #: lesson-files/csound-intonation-maj2-8cent:285 #: lesson-files/csound-intonation-maj2-8cent:315 #: lesson-files/csound-intonation-maj2-8cent:345 #: lesson-files/csound-intonation-maj3-10cent:15 #: lesson-files/csound-intonation-maj3-10cent:45 #: lesson-files/csound-intonation-maj3-10cent:75 #: lesson-files/csound-intonation-maj3-10cent:105 #: lesson-files/csound-intonation-maj3-10cent:135 #: lesson-files/csound-intonation-maj3-10cent:165 #: lesson-files/csound-intonation-maj3-10cent:195 #: lesson-files/csound-intonation-maj3-10cent:225 #: lesson-files/csound-intonation-maj3-10cent:255 #: lesson-files/csound-intonation-maj3-10cent:285 #: lesson-files/csound-intonation-maj3-10cent:315 #: lesson-files/csound-intonation-maj3-10cent:345 #: lesson-files/csound-intonation-maj3-15cent:15 #: lesson-files/csound-intonation-maj3-15cent:45 #: lesson-files/csound-intonation-maj3-15cent:75 #: lesson-files/csound-intonation-maj3-15cent:105 #: lesson-files/csound-intonation-maj3-15cent:135 #: lesson-files/csound-intonation-maj3-15cent:165 #: lesson-files/csound-intonation-maj3-15cent:195 #: lesson-files/csound-intonation-maj3-15cent:225 #: lesson-files/csound-intonation-maj3-15cent:255 #: lesson-files/csound-intonation-maj3-15cent:285 #: lesson-files/csound-intonation-maj3-15cent:315 #: lesson-files/csound-intonation-maj3-15cent:345 #: lesson-files/csound-intonation-maj3-20cent:15 #: lesson-files/csound-intonation-maj3-20cent:45 #: lesson-files/csound-intonation-maj3-20cent:75 #: lesson-files/csound-intonation-maj3-20cent:105 #: lesson-files/csound-intonation-maj3-20cent:135 #: lesson-files/csound-intonation-maj3-20cent:165 #: lesson-files/csound-intonation-maj3-20cent:195 #: lesson-files/csound-intonation-maj3-20cent:225 #: lesson-files/csound-intonation-maj3-20cent:255 #: lesson-files/csound-intonation-maj3-20cent:285 #: lesson-files/csound-intonation-maj3-20cent:315 #: lesson-files/csound-intonation-maj3-20cent:345 #: lesson-files/csound-intonation-maj3-30cent:15 #: lesson-files/csound-intonation-maj3-30cent:45 #: lesson-files/csound-intonation-maj3-30cent:75 #: lesson-files/csound-intonation-maj3-30cent:105 #: lesson-files/csound-intonation-maj3-30cent:135 #: lesson-files/csound-intonation-maj3-30cent:165 #: lesson-files/csound-intonation-maj3-30cent:195 #: lesson-files/csound-intonation-maj3-30cent:225 #: lesson-files/csound-intonation-maj3-30cent:255 #: lesson-files/csound-intonation-maj3-30cent:285 #: lesson-files/csound-intonation-maj3-30cent:315 #: lesson-files/csound-intonation-maj3-30cent:345 #: lesson-files/csound-intonation-maj3-40cent:15 #: lesson-files/csound-intonation-maj3-40cent:45 #: lesson-files/csound-intonation-maj3-40cent:75 #: lesson-files/csound-intonation-maj3-40cent:105 #: lesson-files/csound-intonation-maj3-40cent:135 #: lesson-files/csound-intonation-maj3-40cent:165 #: lesson-files/csound-intonation-maj3-40cent:195 #: lesson-files/csound-intonation-maj3-40cent:225 #: lesson-files/csound-intonation-maj3-40cent:255 #: lesson-files/csound-intonation-maj3-40cent:285 #: lesson-files/csound-intonation-maj3-40cent:315 #: lesson-files/csound-intonation-maj3-40cent:345 #: lesson-files/csound-intonation-maj3-5cent:15 #: lesson-files/csound-intonation-maj3-5cent:45 #: lesson-files/csound-intonation-maj3-5cent:75 #: lesson-files/csound-intonation-maj3-5cent:105 #: lesson-files/csound-intonation-maj3-5cent:135 #: lesson-files/csound-intonation-maj3-5cent:165 #: lesson-files/csound-intonation-maj3-5cent:195 #: lesson-files/csound-intonation-maj3-5cent:225 #: lesson-files/csound-intonation-maj3-5cent:255 #: lesson-files/csound-intonation-maj3-5cent:285 #: lesson-files/csound-intonation-maj3-5cent:315 #: lesson-files/csound-intonation-maj3-5cent:345 #: lesson-files/csound-intonation-maj3-6cent:15 #: lesson-files/csound-intonation-maj3-6cent:45 #: lesson-files/csound-intonation-maj3-6cent:75 #: lesson-files/csound-intonation-maj3-6cent:105 #: lesson-files/csound-intonation-maj3-6cent:135 #: lesson-files/csound-intonation-maj3-6cent:165 #: lesson-files/csound-intonation-maj3-6cent:195 #: lesson-files/csound-intonation-maj3-6cent:225 #: lesson-files/csound-intonation-maj3-6cent:255 #: lesson-files/csound-intonation-maj3-6cent:285 #: lesson-files/csound-intonation-maj3-6cent:315 #: lesson-files/csound-intonation-maj3-6cent:345 #: lesson-files/csound-intonation-maj3-8cent:15 #: lesson-files/csound-intonation-maj3-8cent:45 #: lesson-files/csound-intonation-maj3-8cent:75 #: lesson-files/csound-intonation-maj3-8cent:105 #: lesson-files/csound-intonation-maj3-8cent:135 #: lesson-files/csound-intonation-maj3-8cent:165 #: lesson-files/csound-intonation-maj3-8cent:195 #: lesson-files/csound-intonation-maj3-8cent:225 #: lesson-files/csound-intonation-maj3-8cent:255 #: lesson-files/csound-intonation-maj3-8cent:285 #: lesson-files/csound-intonation-maj3-8cent:315 #: lesson-files/csound-intonation-maj3-8cent:345 #: lesson-files/csound-intonation-maj6-10cent:15 #: lesson-files/csound-intonation-maj6-10cent:45 #: lesson-files/csound-intonation-maj6-10cent:75 #: lesson-files/csound-intonation-maj6-10cent:105 #: lesson-files/csound-intonation-maj6-10cent:135 #: lesson-files/csound-intonation-maj6-10cent:165 #: lesson-files/csound-intonation-maj6-10cent:195 #: lesson-files/csound-intonation-maj6-10cent:225 #: lesson-files/csound-intonation-maj6-10cent:255 #: lesson-files/csound-intonation-maj6-10cent:285 #: lesson-files/csound-intonation-maj6-10cent:315 #: lesson-files/csound-intonation-maj6-10cent:345 #: lesson-files/csound-intonation-maj6-15cent:15 #: lesson-files/csound-intonation-maj6-15cent:45 #: lesson-files/csound-intonation-maj6-15cent:75 #: lesson-files/csound-intonation-maj6-15cent:105 #: lesson-files/csound-intonation-maj6-15cent:135 #: lesson-files/csound-intonation-maj6-15cent:165 #: lesson-files/csound-intonation-maj6-15cent:195 #: lesson-files/csound-intonation-maj6-15cent:225 #: lesson-files/csound-intonation-maj6-15cent:255 #: lesson-files/csound-intonation-maj6-15cent:285 #: lesson-files/csound-intonation-maj6-15cent:315 #: lesson-files/csound-intonation-maj6-15cent:345 #: lesson-files/csound-intonation-maj6-20cent:15 #: lesson-files/csound-intonation-maj6-20cent:45 #: lesson-files/csound-intonation-maj6-20cent:75 #: lesson-files/csound-intonation-maj6-20cent:105 #: lesson-files/csound-intonation-maj6-20cent:135 #: lesson-files/csound-intonation-maj6-20cent:165 #: lesson-files/csound-intonation-maj6-20cent:195 #: lesson-files/csound-intonation-maj6-20cent:225 #: lesson-files/csound-intonation-maj6-20cent:255 #: lesson-files/csound-intonation-maj6-20cent:285 #: lesson-files/csound-intonation-maj6-20cent:315 #: lesson-files/csound-intonation-maj6-20cent:345 #: lesson-files/csound-intonation-maj6-30cent:15 #: lesson-files/csound-intonation-maj6-30cent:45 #: lesson-files/csound-intonation-maj6-30cent:75 #: lesson-files/csound-intonation-maj6-30cent:105 #: lesson-files/csound-intonation-maj6-30cent:135 #: lesson-files/csound-intonation-maj6-30cent:165 #: lesson-files/csound-intonation-maj6-30cent:195 #: lesson-files/csound-intonation-maj6-30cent:225 #: lesson-files/csound-intonation-maj6-30cent:255 #: lesson-files/csound-intonation-maj6-30cent:285 #: lesson-files/csound-intonation-maj6-30cent:315 #: lesson-files/csound-intonation-maj6-30cent:345 #: lesson-files/csound-intonation-maj6-40cent:15 #: lesson-files/csound-intonation-maj6-40cent:45 #: lesson-files/csound-intonation-maj6-40cent:75 #: lesson-files/csound-intonation-maj6-40cent:105 #: lesson-files/csound-intonation-maj6-40cent:135 #: lesson-files/csound-intonation-maj6-40cent:165 #: lesson-files/csound-intonation-maj6-40cent:195 #: lesson-files/csound-intonation-maj6-40cent:225 #: lesson-files/csound-intonation-maj6-40cent:255 #: lesson-files/csound-intonation-maj6-40cent:285 #: lesson-files/csound-intonation-maj6-40cent:315 #: lesson-files/csound-intonation-maj6-40cent:345 #: lesson-files/csound-intonation-maj6-5cent:15 #: lesson-files/csound-intonation-maj6-5cent:45 #: lesson-files/csound-intonation-maj6-5cent:75 #: lesson-files/csound-intonation-maj6-5cent:105 #: lesson-files/csound-intonation-maj6-5cent:135 #: lesson-files/csound-intonation-maj6-5cent:165 #: lesson-files/csound-intonation-maj6-5cent:195 #: lesson-files/csound-intonation-maj6-5cent:225 #: lesson-files/csound-intonation-maj6-5cent:255 #: lesson-files/csound-intonation-maj6-5cent:285 #: lesson-files/csound-intonation-maj6-5cent:315 #: lesson-files/csound-intonation-maj6-5cent:345 #: lesson-files/csound-intonation-maj6-6cent:15 #: lesson-files/csound-intonation-maj6-6cent:45 #: lesson-files/csound-intonation-maj6-6cent:75 #: lesson-files/csound-intonation-maj6-6cent:105 #: lesson-files/csound-intonation-maj6-6cent:135 #: lesson-files/csound-intonation-maj6-6cent:165 #: lesson-files/csound-intonation-maj6-6cent:195 #: lesson-files/csound-intonation-maj6-6cent:225 #: lesson-files/csound-intonation-maj6-6cent:255 #: lesson-files/csound-intonation-maj6-6cent:285 #: lesson-files/csound-intonation-maj6-6cent:315 #: lesson-files/csound-intonation-maj6-6cent:345 #: lesson-files/csound-intonation-maj6-8cent:15 #: lesson-files/csound-intonation-maj6-8cent:45 #: lesson-files/csound-intonation-maj6-8cent:75 #: lesson-files/csound-intonation-maj6-8cent:105 #: lesson-files/csound-intonation-maj6-8cent:135 #: lesson-files/csound-intonation-maj6-8cent:165 #: lesson-files/csound-intonation-maj6-8cent:195 #: lesson-files/csound-intonation-maj6-8cent:225 #: lesson-files/csound-intonation-maj6-8cent:255 #: lesson-files/csound-intonation-maj6-8cent:285 #: lesson-files/csound-intonation-maj6-8cent:315 #: lesson-files/csound-intonation-maj6-8cent:345 #: lesson-files/csound-intonation-maj7-10cent:15 #: lesson-files/csound-intonation-maj7-10cent:45 #: lesson-files/csound-intonation-maj7-10cent:75 #: lesson-files/csound-intonation-maj7-10cent:105 #: lesson-files/csound-intonation-maj7-10cent:135 #: lesson-files/csound-intonation-maj7-10cent:165 #: lesson-files/csound-intonation-maj7-10cent:195 #: lesson-files/csound-intonation-maj7-10cent:225 #: lesson-files/csound-intonation-maj7-10cent:255 #: lesson-files/csound-intonation-maj7-10cent:285 #: lesson-files/csound-intonation-maj7-10cent:315 #: lesson-files/csound-intonation-maj7-10cent:345 #: lesson-files/csound-intonation-maj7-15cent:15 #: lesson-files/csound-intonation-maj7-15cent:45 #: lesson-files/csound-intonation-maj7-15cent:75 #: lesson-files/csound-intonation-maj7-15cent:105 #: lesson-files/csound-intonation-maj7-15cent:135 #: lesson-files/csound-intonation-maj7-15cent:165 #: lesson-files/csound-intonation-maj7-15cent:195 #: lesson-files/csound-intonation-maj7-15cent:225 #: lesson-files/csound-intonation-maj7-15cent:255 #: lesson-files/csound-intonation-maj7-15cent:285 #: lesson-files/csound-intonation-maj7-15cent:315 #: lesson-files/csound-intonation-maj7-15cent:345 #: lesson-files/csound-intonation-maj7-20cent:15 #: lesson-files/csound-intonation-maj7-20cent:45 #: lesson-files/csound-intonation-maj7-20cent:75 #: lesson-files/csound-intonation-maj7-20cent:105 #: lesson-files/csound-intonation-maj7-20cent:135 #: lesson-files/csound-intonation-maj7-20cent:165 #: lesson-files/csound-intonation-maj7-20cent:195 #: lesson-files/csound-intonation-maj7-20cent:225 #: lesson-files/csound-intonation-maj7-20cent:255 #: lesson-files/csound-intonation-maj7-20cent:285 #: lesson-files/csound-intonation-maj7-20cent:315 #: lesson-files/csound-intonation-maj7-20cent:345 #: lesson-files/csound-intonation-maj7-30cent:15 #: lesson-files/csound-intonation-maj7-30cent:45 #: lesson-files/csound-intonation-maj7-30cent:75 #: lesson-files/csound-intonation-maj7-30cent:105 #: lesson-files/csound-intonation-maj7-30cent:135 #: lesson-files/csound-intonation-maj7-30cent:165 #: lesson-files/csound-intonation-maj7-30cent:195 #: lesson-files/csound-intonation-maj7-30cent:225 #: lesson-files/csound-intonation-maj7-30cent:255 #: lesson-files/csound-intonation-maj7-30cent:285 #: lesson-files/csound-intonation-maj7-30cent:315 #: lesson-files/csound-intonation-maj7-30cent:345 #: lesson-files/csound-intonation-maj7-40cent:15 #: lesson-files/csound-intonation-maj7-40cent:45 #: lesson-files/csound-intonation-maj7-40cent:75 #: lesson-files/csound-intonation-maj7-40cent:105 #: lesson-files/csound-intonation-maj7-40cent:135 #: lesson-files/csound-intonation-maj7-40cent:165 #: lesson-files/csound-intonation-maj7-40cent:195 #: lesson-files/csound-intonation-maj7-40cent:225 #: lesson-files/csound-intonation-maj7-40cent:255 #: lesson-files/csound-intonation-maj7-40cent:285 #: lesson-files/csound-intonation-maj7-40cent:315 #: lesson-files/csound-intonation-maj7-40cent:345 #: lesson-files/csound-intonation-maj7-5cent:15 #: lesson-files/csound-intonation-maj7-5cent:45 #: lesson-files/csound-intonation-maj7-5cent:75 #: lesson-files/csound-intonation-maj7-5cent:105 #: lesson-files/csound-intonation-maj7-5cent:135 #: lesson-files/csound-intonation-maj7-5cent:165 #: lesson-files/csound-intonation-maj7-5cent:195 #: lesson-files/csound-intonation-maj7-5cent:225 #: lesson-files/csound-intonation-maj7-5cent:255 #: lesson-files/csound-intonation-maj7-5cent:285 #: lesson-files/csound-intonation-maj7-5cent:315 #: lesson-files/csound-intonation-maj7-5cent:345 #: lesson-files/csound-intonation-maj7-6cent:15 #: lesson-files/csound-intonation-maj7-6cent:45 #: lesson-files/csound-intonation-maj7-6cent:75 #: lesson-files/csound-intonation-maj7-6cent:105 #: lesson-files/csound-intonation-maj7-6cent:135 #: lesson-files/csound-intonation-maj7-6cent:165 #: lesson-files/csound-intonation-maj7-6cent:195 #: lesson-files/csound-intonation-maj7-6cent:225 #: lesson-files/csound-intonation-maj7-6cent:255 #: lesson-files/csound-intonation-maj7-6cent:285 #: lesson-files/csound-intonation-maj7-6cent:315 #: lesson-files/csound-intonation-maj7-6cent:345 #: lesson-files/csound-intonation-maj7-8cent:15 #: lesson-files/csound-intonation-maj7-8cent:45 #: lesson-files/csound-intonation-maj7-8cent:75 #: lesson-files/csound-intonation-maj7-8cent:105 #: lesson-files/csound-intonation-maj7-8cent:135 #: lesson-files/csound-intonation-maj7-8cent:165 #: lesson-files/csound-intonation-maj7-8cent:195 #: lesson-files/csound-intonation-maj7-8cent:225 #: lesson-files/csound-intonation-maj7-8cent:255 #: lesson-files/csound-intonation-maj7-8cent:285 #: lesson-files/csound-intonation-maj7-8cent:315 #: lesson-files/csound-intonation-maj7-8cent:345 #: lesson-files/csound-intonation-min2-10cent:15 #: lesson-files/csound-intonation-min2-10cent:45 #: lesson-files/csound-intonation-min2-10cent:75 #: lesson-files/csound-intonation-min2-10cent:105 #: lesson-files/csound-intonation-min2-10cent:135 #: lesson-files/csound-intonation-min2-10cent:165 #: lesson-files/csound-intonation-min2-10cent:195 #: lesson-files/csound-intonation-min2-10cent:225 #: lesson-files/csound-intonation-min2-10cent:255 #: lesson-files/csound-intonation-min2-10cent:285 #: lesson-files/csound-intonation-min2-10cent:315 #: lesson-files/csound-intonation-min2-10cent:345 #: lesson-files/csound-intonation-min2-15cent:15 #: lesson-files/csound-intonation-min2-15cent:45 #: lesson-files/csound-intonation-min2-15cent:75 #: lesson-files/csound-intonation-min2-15cent:105 #: lesson-files/csound-intonation-min2-15cent:135 #: lesson-files/csound-intonation-min2-15cent:165 #: lesson-files/csound-intonation-min2-15cent:195 #: lesson-files/csound-intonation-min2-15cent:225 #: lesson-files/csound-intonation-min2-15cent:255 #: lesson-files/csound-intonation-min2-15cent:285 #: lesson-files/csound-intonation-min2-15cent:315 #: lesson-files/csound-intonation-min2-15cent:345 #: lesson-files/csound-intonation-min2-20cent:15 #: lesson-files/csound-intonation-min2-20cent:45 #: lesson-files/csound-intonation-min2-20cent:75 #: lesson-files/csound-intonation-min2-20cent:105 #: lesson-files/csound-intonation-min2-20cent:135 #: lesson-files/csound-intonation-min2-20cent:165 #: lesson-files/csound-intonation-min2-20cent:195 #: lesson-files/csound-intonation-min2-20cent:225 #: lesson-files/csound-intonation-min2-20cent:255 #: lesson-files/csound-intonation-min2-20cent:285 #: lesson-files/csound-intonation-min2-20cent:315 #: lesson-files/csound-intonation-min2-20cent:345 #: lesson-files/csound-intonation-min2-30cent:15 #: lesson-files/csound-intonation-min2-30cent:45 #: lesson-files/csound-intonation-min2-30cent:75 #: lesson-files/csound-intonation-min2-30cent:105 #: lesson-files/csound-intonation-min2-30cent:135 #: lesson-files/csound-intonation-min2-30cent:165 #: lesson-files/csound-intonation-min2-30cent:195 #: lesson-files/csound-intonation-min2-30cent:225 #: lesson-files/csound-intonation-min2-30cent:255 #: lesson-files/csound-intonation-min2-30cent:285 #: lesson-files/csound-intonation-min2-30cent:315 #: lesson-files/csound-intonation-min2-30cent:345 #: lesson-files/csound-intonation-min2-40cent:15 #: lesson-files/csound-intonation-min2-40cent:45 #: lesson-files/csound-intonation-min2-40cent:75 #: lesson-files/csound-intonation-min2-40cent:105 #: lesson-files/csound-intonation-min2-40cent:135 #: lesson-files/csound-intonation-min2-40cent:165 #: lesson-files/csound-intonation-min2-40cent:195 #: lesson-files/csound-intonation-min2-40cent:225 #: lesson-files/csound-intonation-min2-40cent:255 #: lesson-files/csound-intonation-min2-40cent:285 #: lesson-files/csound-intonation-min2-40cent:315 #: lesson-files/csound-intonation-min2-40cent:345 #: lesson-files/csound-intonation-min2-5cent:15 #: lesson-files/csound-intonation-min2-5cent:45 #: lesson-files/csound-intonation-min2-5cent:75 #: lesson-files/csound-intonation-min2-5cent:105 #: lesson-files/csound-intonation-min2-5cent:135 #: lesson-files/csound-intonation-min2-5cent:165 #: lesson-files/csound-intonation-min2-5cent:195 #: lesson-files/csound-intonation-min2-5cent:225 #: lesson-files/csound-intonation-min2-5cent:255 #: lesson-files/csound-intonation-min2-5cent:285 #: lesson-files/csound-intonation-min2-5cent:315 #: lesson-files/csound-intonation-min2-5cent:345 #: lesson-files/csound-intonation-min2-6cent:15 #: lesson-files/csound-intonation-min2-6cent:45 #: lesson-files/csound-intonation-min2-6cent:75 #: lesson-files/csound-intonation-min2-6cent:105 #: lesson-files/csound-intonation-min2-6cent:135 #: lesson-files/csound-intonation-min2-6cent:165 #: lesson-files/csound-intonation-min2-6cent:195 #: lesson-files/csound-intonation-min2-6cent:225 #: lesson-files/csound-intonation-min2-6cent:255 #: lesson-files/csound-intonation-min2-6cent:285 #: lesson-files/csound-intonation-min2-6cent:315 #: lesson-files/csound-intonation-min2-6cent:345 #: lesson-files/csound-intonation-min2-8cent:15 #: lesson-files/csound-intonation-min2-8cent:45 #: lesson-files/csound-intonation-min2-8cent:75 #: lesson-files/csound-intonation-min2-8cent:105 #: lesson-files/csound-intonation-min2-8cent:135 #: lesson-files/csound-intonation-min2-8cent:165 #: lesson-files/csound-intonation-min2-8cent:195 #: lesson-files/csound-intonation-min2-8cent:225 #: lesson-files/csound-intonation-min2-8cent:255 #: lesson-files/csound-intonation-min2-8cent:285 #: lesson-files/csound-intonation-min2-8cent:315 #: lesson-files/csound-intonation-min2-8cent:345 #: lesson-files/csound-intonation-min3-10cent:15 #: lesson-files/csound-intonation-min3-10cent:45 #: lesson-files/csound-intonation-min3-10cent:75 #: lesson-files/csound-intonation-min3-10cent:105 #: lesson-files/csound-intonation-min3-10cent:135 #: lesson-files/csound-intonation-min3-10cent:165 #: lesson-files/csound-intonation-min3-10cent:195 #: lesson-files/csound-intonation-min3-10cent:225 #: lesson-files/csound-intonation-min3-10cent:255 #: lesson-files/csound-intonation-min3-10cent:285 #: lesson-files/csound-intonation-min3-10cent:315 #: lesson-files/csound-intonation-min3-10cent:345 #: lesson-files/csound-intonation-min3-15cent:15 #: lesson-files/csound-intonation-min3-15cent:45 #: lesson-files/csound-intonation-min3-15cent:75 #: lesson-files/csound-intonation-min3-15cent:105 #: lesson-files/csound-intonation-min3-15cent:135 #: lesson-files/csound-intonation-min3-15cent:165 #: lesson-files/csound-intonation-min3-15cent:195 #: lesson-files/csound-intonation-min3-15cent:225 #: lesson-files/csound-intonation-min3-15cent:255 #: lesson-files/csound-intonation-min3-15cent:285 #: lesson-files/csound-intonation-min3-15cent:315 #: lesson-files/csound-intonation-min3-15cent:345 #: lesson-files/csound-intonation-min3-20cent:15 #: lesson-files/csound-intonation-min3-20cent:45 #: lesson-files/csound-intonation-min3-20cent:75 #: lesson-files/csound-intonation-min3-20cent:105 #: lesson-files/csound-intonation-min3-20cent:135 #: lesson-files/csound-intonation-min3-20cent:165 #: lesson-files/csound-intonation-min3-20cent:195 #: lesson-files/csound-intonation-min3-20cent:225 #: lesson-files/csound-intonation-min3-20cent:255 #: lesson-files/csound-intonation-min3-20cent:285 #: lesson-files/csound-intonation-min3-20cent:315 #: lesson-files/csound-intonation-min3-20cent:345 #: lesson-files/csound-intonation-min3-30cent:15 #: lesson-files/csound-intonation-min3-30cent:45 #: lesson-files/csound-intonation-min3-30cent:75 #: lesson-files/csound-intonation-min3-30cent:105 #: lesson-files/csound-intonation-min3-30cent:135 #: lesson-files/csound-intonation-min3-30cent:165 #: lesson-files/csound-intonation-min3-30cent:195 #: lesson-files/csound-intonation-min3-30cent:225 #: lesson-files/csound-intonation-min3-30cent:255 #: lesson-files/csound-intonation-min3-30cent:285 #: lesson-files/csound-intonation-min3-30cent:315 #: lesson-files/csound-intonation-min3-30cent:345 #: lesson-files/csound-intonation-min3-40cent:15 #: lesson-files/csound-intonation-min3-40cent:45 #: lesson-files/csound-intonation-min3-40cent:75 #: lesson-files/csound-intonation-min3-40cent:105 #: lesson-files/csound-intonation-min3-40cent:135 #: lesson-files/csound-intonation-min3-40cent:165 #: lesson-files/csound-intonation-min3-40cent:195 #: lesson-files/csound-intonation-min3-40cent:225 #: lesson-files/csound-intonation-min3-40cent:255 #: lesson-files/csound-intonation-min3-40cent:285 #: lesson-files/csound-intonation-min3-40cent:315 #: lesson-files/csound-intonation-min3-40cent:345 #: lesson-files/csound-intonation-min3-5cent:15 #: lesson-files/csound-intonation-min3-5cent:45 #: lesson-files/csound-intonation-min3-5cent:75 #: lesson-files/csound-intonation-min3-5cent:105 #: lesson-files/csound-intonation-min3-5cent:135 #: lesson-files/csound-intonation-min3-5cent:165 #: lesson-files/csound-intonation-min3-5cent:195 #: lesson-files/csound-intonation-min3-5cent:225 #: lesson-files/csound-intonation-min3-5cent:255 #: lesson-files/csound-intonation-min3-5cent:285 #: lesson-files/csound-intonation-min3-5cent:315 #: lesson-files/csound-intonation-min3-5cent:345 #: lesson-files/csound-intonation-min3-6cent:15 #: lesson-files/csound-intonation-min3-6cent:45 #: lesson-files/csound-intonation-min3-6cent:75 #: lesson-files/csound-intonation-min3-6cent:105 #: lesson-files/csound-intonation-min3-6cent:135 #: lesson-files/csound-intonation-min3-6cent:165 #: lesson-files/csound-intonation-min3-6cent:195 #: lesson-files/csound-intonation-min3-6cent:225 #: lesson-files/csound-intonation-min3-6cent:255 #: lesson-files/csound-intonation-min3-6cent:285 #: lesson-files/csound-intonation-min3-6cent:315 #: lesson-files/csound-intonation-min3-6cent:345 #: lesson-files/csound-intonation-min3-8cent:15 #: lesson-files/csound-intonation-min3-8cent:45 #: lesson-files/csound-intonation-min3-8cent:75 #: lesson-files/csound-intonation-min3-8cent:105 #: lesson-files/csound-intonation-min3-8cent:135 #: lesson-files/csound-intonation-min3-8cent:165 #: lesson-files/csound-intonation-min3-8cent:195 #: lesson-files/csound-intonation-min3-8cent:225 #: lesson-files/csound-intonation-min3-8cent:255 #: lesson-files/csound-intonation-min3-8cent:285 #: lesson-files/csound-intonation-min3-8cent:315 #: lesson-files/csound-intonation-min3-8cent:345 #: lesson-files/csound-intonation-min6-10cent:15 #: lesson-files/csound-intonation-min6-10cent:45 #: lesson-files/csound-intonation-min6-10cent:75 #: lesson-files/csound-intonation-min6-10cent:105 #: lesson-files/csound-intonation-min6-10cent:135 #: lesson-files/csound-intonation-min6-10cent:165 #: lesson-files/csound-intonation-min6-10cent:195 #: lesson-files/csound-intonation-min6-10cent:225 #: lesson-files/csound-intonation-min6-10cent:255 #: lesson-files/csound-intonation-min6-10cent:285 #: lesson-files/csound-intonation-min6-10cent:315 #: lesson-files/csound-intonation-min6-10cent:345 #: lesson-files/csound-intonation-min6-15cent:15 #: lesson-files/csound-intonation-min6-15cent:45 #: lesson-files/csound-intonation-min6-15cent:75 #: lesson-files/csound-intonation-min6-15cent:105 #: lesson-files/csound-intonation-min6-15cent:135 #: lesson-files/csound-intonation-min6-15cent:165 #: lesson-files/csound-intonation-min6-15cent:195 #: lesson-files/csound-intonation-min6-15cent:225 #: lesson-files/csound-intonation-min6-15cent:255 #: lesson-files/csound-intonation-min6-15cent:285 #: lesson-files/csound-intonation-min6-15cent:315 #: lesson-files/csound-intonation-min6-15cent:345 #: lesson-files/csound-intonation-min6-20cent:15 #: lesson-files/csound-intonation-min6-20cent:45 #: lesson-files/csound-intonation-min6-20cent:75 #: lesson-files/csound-intonation-min6-20cent:105 #: lesson-files/csound-intonation-min6-20cent:135 #: lesson-files/csound-intonation-min6-20cent:165 #: lesson-files/csound-intonation-min6-20cent:195 #: lesson-files/csound-intonation-min6-20cent:225 #: lesson-files/csound-intonation-min6-20cent:255 #: lesson-files/csound-intonation-min6-20cent:285 #: lesson-files/csound-intonation-min6-20cent:315 #: lesson-files/csound-intonation-min6-20cent:345 #: lesson-files/csound-intonation-min6-30cent:15 #: lesson-files/csound-intonation-min6-30cent:45 #: lesson-files/csound-intonation-min6-30cent:75 #: lesson-files/csound-intonation-min6-30cent:105 #: lesson-files/csound-intonation-min6-30cent:135 #: lesson-files/csound-intonation-min6-30cent:165 #: lesson-files/csound-intonation-min6-30cent:195 #: lesson-files/csound-intonation-min6-30cent:225 #: lesson-files/csound-intonation-min6-30cent:255 #: lesson-files/csound-intonation-min6-30cent:285 #: lesson-files/csound-intonation-min6-30cent:315 #: lesson-files/csound-intonation-min6-30cent:345 #: lesson-files/csound-intonation-min6-40cent:15 #: lesson-files/csound-intonation-min6-40cent:45 #: lesson-files/csound-intonation-min6-40cent:75 #: lesson-files/csound-intonation-min6-40cent:105 #: lesson-files/csound-intonation-min6-40cent:135 #: lesson-files/csound-intonation-min6-40cent:165 #: lesson-files/csound-intonation-min6-40cent:195 #: lesson-files/csound-intonation-min6-40cent:225 #: lesson-files/csound-intonation-min6-40cent:255 #: lesson-files/csound-intonation-min6-40cent:285 #: lesson-files/csound-intonation-min6-40cent:315 #: lesson-files/csound-intonation-min6-40cent:345 #: lesson-files/csound-intonation-min6-5cent:15 #: lesson-files/csound-intonation-min6-5cent:45 #: lesson-files/csound-intonation-min6-5cent:75 #: lesson-files/csound-intonation-min6-5cent:105 #: lesson-files/csound-intonation-min6-5cent:135 #: lesson-files/csound-intonation-min6-5cent:165 #: lesson-files/csound-intonation-min6-5cent:195 #: lesson-files/csound-intonation-min6-5cent:225 #: lesson-files/csound-intonation-min6-5cent:255 #: lesson-files/csound-intonation-min6-5cent:285 #: lesson-files/csound-intonation-min6-5cent:315 #: lesson-files/csound-intonation-min6-5cent:345 #: lesson-files/csound-intonation-min6-6cent:15 #: lesson-files/csound-intonation-min6-6cent:45 #: lesson-files/csound-intonation-min6-6cent:75 #: lesson-files/csound-intonation-min6-6cent:105 #: lesson-files/csound-intonation-min6-6cent:135 #: lesson-files/csound-intonation-min6-6cent:165 #: lesson-files/csound-intonation-min6-6cent:195 #: lesson-files/csound-intonation-min6-6cent:225 #: lesson-files/csound-intonation-min6-6cent:255 #: lesson-files/csound-intonation-min6-6cent:285 #: lesson-files/csound-intonation-min6-6cent:315 #: lesson-files/csound-intonation-min6-6cent:345 #: lesson-files/csound-intonation-min6-8cent:15 #: lesson-files/csound-intonation-min6-8cent:45 #: lesson-files/csound-intonation-min6-8cent:75 #: lesson-files/csound-intonation-min6-8cent:105 #: lesson-files/csound-intonation-min6-8cent:135 #: lesson-files/csound-intonation-min6-8cent:165 #: lesson-files/csound-intonation-min6-8cent:195 #: lesson-files/csound-intonation-min6-8cent:225 #: lesson-files/csound-intonation-min6-8cent:255 #: lesson-files/csound-intonation-min6-8cent:285 #: lesson-files/csound-intonation-min6-8cent:315 #: lesson-files/csound-intonation-min6-8cent:345 #: lesson-files/csound-intonation-min7-10cent:15 #: lesson-files/csound-intonation-min7-10cent:45 #: lesson-files/csound-intonation-min7-10cent:75 #: lesson-files/csound-intonation-min7-10cent:105 #: lesson-files/csound-intonation-min7-10cent:135 #: lesson-files/csound-intonation-min7-10cent:165 #: lesson-files/csound-intonation-min7-10cent:195 #: lesson-files/csound-intonation-min7-10cent:225 #: lesson-files/csound-intonation-min7-10cent:255 #: lesson-files/csound-intonation-min7-10cent:285 #: lesson-files/csound-intonation-min7-10cent:315 #: lesson-files/csound-intonation-min7-10cent:345 #: lesson-files/csound-intonation-min7-15cent:15 #: lesson-files/csound-intonation-min7-15cent:45 #: lesson-files/csound-intonation-min7-15cent:75 #: lesson-files/csound-intonation-min7-15cent:105 #: lesson-files/csound-intonation-min7-15cent:135 #: lesson-files/csound-intonation-min7-15cent:165 #: lesson-files/csound-intonation-min7-15cent:195 #: lesson-files/csound-intonation-min7-15cent:225 #: lesson-files/csound-intonation-min7-15cent:255 #: lesson-files/csound-intonation-min7-15cent:285 #: lesson-files/csound-intonation-min7-15cent:315 #: lesson-files/csound-intonation-min7-15cent:345 #: lesson-files/csound-intonation-min7-20cent:15 #: lesson-files/csound-intonation-min7-20cent:45 #: lesson-files/csound-intonation-min7-20cent:75 #: lesson-files/csound-intonation-min7-20cent:105 #: lesson-files/csound-intonation-min7-20cent:135 #: lesson-files/csound-intonation-min7-20cent:165 #: lesson-files/csound-intonation-min7-20cent:195 #: lesson-files/csound-intonation-min7-20cent:225 #: lesson-files/csound-intonation-min7-20cent:255 #: lesson-files/csound-intonation-min7-20cent:285 #: lesson-files/csound-intonation-min7-20cent:315 #: lesson-files/csound-intonation-min7-20cent:345 #: lesson-files/csound-intonation-min7-30cent:15 #: lesson-files/csound-intonation-min7-30cent:45 #: lesson-files/csound-intonation-min7-30cent:75 #: lesson-files/csound-intonation-min7-30cent:105 #: lesson-files/csound-intonation-min7-30cent:135 #: lesson-files/csound-intonation-min7-30cent:165 #: lesson-files/csound-intonation-min7-30cent:195 #: lesson-files/csound-intonation-min7-30cent:225 #: lesson-files/csound-intonation-min7-30cent:255 #: lesson-files/csound-intonation-min7-30cent:285 #: lesson-files/csound-intonation-min7-30cent:315 #: lesson-files/csound-intonation-min7-30cent:345 #: lesson-files/csound-intonation-min7-40cent:15 #: lesson-files/csound-intonation-min7-40cent:45 #: lesson-files/csound-intonation-min7-40cent:75 #: lesson-files/csound-intonation-min7-40cent:105 #: lesson-files/csound-intonation-min7-40cent:135 #: lesson-files/csound-intonation-min7-40cent:165 #: lesson-files/csound-intonation-min7-40cent:195 #: lesson-files/csound-intonation-min7-40cent:225 #: lesson-files/csound-intonation-min7-40cent:255 #: lesson-files/csound-intonation-min7-40cent:285 #: lesson-files/csound-intonation-min7-40cent:315 #: lesson-files/csound-intonation-min7-40cent:345 #: lesson-files/csound-intonation-min7-5cent:15 #: lesson-files/csound-intonation-min7-5cent:45 #: lesson-files/csound-intonation-min7-5cent:75 #: lesson-files/csound-intonation-min7-5cent:105 #: lesson-files/csound-intonation-min7-5cent:135 #: lesson-files/csound-intonation-min7-5cent:165 #: lesson-files/csound-intonation-min7-5cent:195 #: lesson-files/csound-intonation-min7-5cent:225 #: lesson-files/csound-intonation-min7-5cent:255 #: lesson-files/csound-intonation-min7-5cent:285 #: lesson-files/csound-intonation-min7-5cent:315 #: lesson-files/csound-intonation-min7-5cent:345 #: lesson-files/csound-intonation-min7-6cent:15 #: lesson-files/csound-intonation-min7-6cent:45 #: lesson-files/csound-intonation-min7-6cent:75 #: lesson-files/csound-intonation-min7-6cent:105 #: lesson-files/csound-intonation-min7-6cent:135 #: lesson-files/csound-intonation-min7-6cent:165 #: lesson-files/csound-intonation-min7-6cent:195 #: lesson-files/csound-intonation-min7-6cent:225 #: lesson-files/csound-intonation-min7-6cent:255 #: lesson-files/csound-intonation-min7-6cent:285 #: lesson-files/csound-intonation-min7-6cent:315 #: lesson-files/csound-intonation-min7-6cent:345 #: lesson-files/csound-intonation-min7-8cent:15 #: lesson-files/csound-intonation-min7-8cent:45 #: lesson-files/csound-intonation-min7-8cent:75 #: lesson-files/csound-intonation-min7-8cent:105 #: lesson-files/csound-intonation-min7-8cent:135 #: lesson-files/csound-intonation-min7-8cent:165 #: lesson-files/csound-intonation-min7-8cent:195 #: lesson-files/csound-intonation-min7-8cent:225 #: lesson-files/csound-intonation-min7-8cent:255 #: lesson-files/csound-intonation-min7-8cent:285 #: lesson-files/csound-intonation-min7-8cent:315 #: lesson-files/csound-intonation-min7-8cent:345 #: lesson-files/csound-intonation-p4-10cent:15 #: lesson-files/csound-intonation-p4-10cent:45 #: lesson-files/csound-intonation-p4-10cent:75 #: lesson-files/csound-intonation-p4-10cent:105 #: lesson-files/csound-intonation-p4-10cent:135 #: lesson-files/csound-intonation-p4-10cent:165 #: lesson-files/csound-intonation-p4-10cent:195 #: lesson-files/csound-intonation-p4-10cent:225 #: lesson-files/csound-intonation-p4-10cent:255 #: lesson-files/csound-intonation-p4-10cent:285 #: lesson-files/csound-intonation-p4-10cent:315 #: lesson-files/csound-intonation-p4-10cent:345 #: lesson-files/csound-intonation-p4-15cent:15 #: lesson-files/csound-intonation-p4-15cent:45 #: lesson-files/csound-intonation-p4-15cent:75 #: lesson-files/csound-intonation-p4-15cent:105 #: lesson-files/csound-intonation-p4-15cent:135 #: lesson-files/csound-intonation-p4-15cent:165 #: lesson-files/csound-intonation-p4-15cent:195 #: lesson-files/csound-intonation-p4-15cent:225 #: lesson-files/csound-intonation-p4-15cent:255 #: lesson-files/csound-intonation-p4-15cent:285 #: lesson-files/csound-intonation-p4-15cent:315 #: lesson-files/csound-intonation-p4-15cent:345 #: lesson-files/csound-intonation-p4-20cent:15 #: lesson-files/csound-intonation-p4-20cent:45 #: lesson-files/csound-intonation-p4-20cent:75 #: lesson-files/csound-intonation-p4-20cent:105 #: lesson-files/csound-intonation-p4-20cent:135 #: lesson-files/csound-intonation-p4-20cent:165 #: lesson-files/csound-intonation-p4-20cent:195 #: lesson-files/csound-intonation-p4-20cent:225 #: lesson-files/csound-intonation-p4-20cent:255 #: lesson-files/csound-intonation-p4-20cent:285 #: lesson-files/csound-intonation-p4-20cent:315 #: lesson-files/csound-intonation-p4-20cent:345 #: lesson-files/csound-intonation-p4-30cent:15 #: lesson-files/csound-intonation-p4-30cent:45 #: lesson-files/csound-intonation-p4-30cent:75 #: lesson-files/csound-intonation-p4-30cent:105 #: lesson-files/csound-intonation-p4-30cent:135 #: lesson-files/csound-intonation-p4-30cent:165 #: lesson-files/csound-intonation-p4-30cent:195 #: lesson-files/csound-intonation-p4-30cent:225 #: lesson-files/csound-intonation-p4-30cent:255 #: lesson-files/csound-intonation-p4-30cent:285 #: lesson-files/csound-intonation-p4-30cent:315 #: lesson-files/csound-intonation-p4-30cent:345 #: lesson-files/csound-intonation-p4-40cent:15 #: lesson-files/csound-intonation-p4-40cent:45 #: lesson-files/csound-intonation-p4-40cent:75 #: lesson-files/csound-intonation-p4-40cent:105 #: lesson-files/csound-intonation-p4-40cent:135 #: lesson-files/csound-intonation-p4-40cent:165 #: lesson-files/csound-intonation-p4-40cent:195 #: lesson-files/csound-intonation-p4-40cent:225 #: lesson-files/csound-intonation-p4-40cent:255 #: lesson-files/csound-intonation-p4-40cent:285 #: lesson-files/csound-intonation-p4-40cent:315 #: lesson-files/csound-intonation-p4-40cent:345 #: lesson-files/csound-intonation-p4-5cent:15 #: lesson-files/csound-intonation-p4-5cent:45 #: lesson-files/csound-intonation-p4-5cent:75 #: lesson-files/csound-intonation-p4-5cent:105 #: lesson-files/csound-intonation-p4-5cent:135 #: lesson-files/csound-intonation-p4-5cent:165 #: lesson-files/csound-intonation-p4-5cent:195 #: lesson-files/csound-intonation-p4-5cent:225 #: lesson-files/csound-intonation-p4-5cent:255 #: lesson-files/csound-intonation-p4-5cent:285 #: lesson-files/csound-intonation-p4-5cent:315 #: lesson-files/csound-intonation-p4-5cent:345 #: lesson-files/csound-intonation-p4-6cent:15 #: lesson-files/csound-intonation-p4-6cent:45 #: lesson-files/csound-intonation-p4-6cent:75 #: lesson-files/csound-intonation-p4-6cent:105 #: lesson-files/csound-intonation-p4-6cent:135 #: lesson-files/csound-intonation-p4-6cent:165 #: lesson-files/csound-intonation-p4-6cent:195 #: lesson-files/csound-intonation-p4-6cent:225 #: lesson-files/csound-intonation-p4-6cent:255 #: lesson-files/csound-intonation-p4-6cent:285 #: lesson-files/csound-intonation-p4-6cent:315 #: lesson-files/csound-intonation-p4-6cent:345 #: lesson-files/csound-intonation-p4-8cent:15 #: lesson-files/csound-intonation-p4-8cent:45 #: lesson-files/csound-intonation-p4-8cent:75 #: lesson-files/csound-intonation-p4-8cent:105 #: lesson-files/csound-intonation-p4-8cent:135 #: lesson-files/csound-intonation-p4-8cent:165 #: lesson-files/csound-intonation-p4-8cent:195 #: lesson-files/csound-intonation-p4-8cent:225 #: lesson-files/csound-intonation-p4-8cent:255 #: lesson-files/csound-intonation-p4-8cent:285 #: lesson-files/csound-intonation-p4-8cent:315 #: lesson-files/csound-intonation-p4-8cent:345 #: lesson-files/csound-intonation-p5-10cent:15 #: lesson-files/csound-intonation-p5-10cent:45 #: lesson-files/csound-intonation-p5-10cent:75 #: lesson-files/csound-intonation-p5-10cent:105 #: lesson-files/csound-intonation-p5-10cent:135 #: lesson-files/csound-intonation-p5-10cent:165 #: lesson-files/csound-intonation-p5-10cent:195 #: lesson-files/csound-intonation-p5-10cent:225 #: lesson-files/csound-intonation-p5-10cent:255 #: lesson-files/csound-intonation-p5-10cent:285 #: lesson-files/csound-intonation-p5-10cent:315 #: lesson-files/csound-intonation-p5-10cent:345 #: lesson-files/csound-intonation-p5-15cent:15 #: lesson-files/csound-intonation-p5-15cent:45 #: lesson-files/csound-intonation-p5-15cent:75 #: lesson-files/csound-intonation-p5-15cent:105 #: lesson-files/csound-intonation-p5-15cent:135 #: lesson-files/csound-intonation-p5-15cent:165 #: lesson-files/csound-intonation-p5-15cent:195 #: lesson-files/csound-intonation-p5-15cent:225 #: lesson-files/csound-intonation-p5-15cent:255 #: lesson-files/csound-intonation-p5-15cent:285 #: lesson-files/csound-intonation-p5-15cent:315 #: lesson-files/csound-intonation-p5-15cent:345 #: lesson-files/csound-intonation-p5-20cent:15 #: lesson-files/csound-intonation-p5-20cent:45 #: lesson-files/csound-intonation-p5-20cent:75 #: lesson-files/csound-intonation-p5-20cent:105 #: lesson-files/csound-intonation-p5-20cent:135 #: lesson-files/csound-intonation-p5-20cent:165 #: lesson-files/csound-intonation-p5-20cent:195 #: lesson-files/csound-intonation-p5-20cent:225 #: lesson-files/csound-intonation-p5-20cent:255 #: lesson-files/csound-intonation-p5-20cent:285 #: lesson-files/csound-intonation-p5-20cent:315 #: lesson-files/csound-intonation-p5-20cent:345 #: lesson-files/csound-intonation-p5-30cent:15 #: lesson-files/csound-intonation-p5-30cent:45 #: lesson-files/csound-intonation-p5-30cent:75 #: lesson-files/csound-intonation-p5-30cent:105 #: lesson-files/csound-intonation-p5-30cent:135 #: lesson-files/csound-intonation-p5-30cent:165 #: lesson-files/csound-intonation-p5-30cent:195 #: lesson-files/csound-intonation-p5-30cent:225 #: lesson-files/csound-intonation-p5-30cent:255 #: lesson-files/csound-intonation-p5-30cent:285 #: lesson-files/csound-intonation-p5-30cent:315 #: lesson-files/csound-intonation-p5-30cent:345 #: lesson-files/csound-intonation-p5-40cent:15 #: lesson-files/csound-intonation-p5-40cent:45 #: lesson-files/csound-intonation-p5-40cent:75 #: lesson-files/csound-intonation-p5-40cent:105 #: lesson-files/csound-intonation-p5-40cent:135 #: lesson-files/csound-intonation-p5-40cent:165 #: lesson-files/csound-intonation-p5-40cent:195 #: lesson-files/csound-intonation-p5-40cent:225 #: lesson-files/csound-intonation-p5-40cent:255 #: lesson-files/csound-intonation-p5-40cent:285 #: lesson-files/csound-intonation-p5-40cent:315 #: lesson-files/csound-intonation-p5-40cent:345 #: lesson-files/csound-intonation-p5-5cent:15 #: lesson-files/csound-intonation-p5-5cent:45 #: lesson-files/csound-intonation-p5-5cent:75 #: lesson-files/csound-intonation-p5-5cent:105 #: lesson-files/csound-intonation-p5-5cent:135 #: lesson-files/csound-intonation-p5-5cent:165 #: lesson-files/csound-intonation-p5-5cent:195 #: lesson-files/csound-intonation-p5-5cent:225 #: lesson-files/csound-intonation-p5-5cent:255 #: lesson-files/csound-intonation-p5-5cent:285 #: lesson-files/csound-intonation-p5-5cent:315 #: lesson-files/csound-intonation-p5-5cent:345 #: lesson-files/csound-intonation-p5-6cent:15 #: lesson-files/csound-intonation-p5-6cent:45 #: lesson-files/csound-intonation-p5-6cent:75 #: lesson-files/csound-intonation-p5-6cent:105 #: lesson-files/csound-intonation-p5-6cent:135 #: lesson-files/csound-intonation-p5-6cent:165 #: lesson-files/csound-intonation-p5-6cent:195 #: lesson-files/csound-intonation-p5-6cent:225 #: lesson-files/csound-intonation-p5-6cent:255 #: lesson-files/csound-intonation-p5-6cent:285 #: lesson-files/csound-intonation-p5-6cent:315 #: lesson-files/csound-intonation-p5-6cent:345 #: lesson-files/csound-intonation-p5-8cent:15 #: lesson-files/csound-intonation-p5-8cent:45 #: lesson-files/csound-intonation-p5-8cent:75 #: lesson-files/csound-intonation-p5-8cent:105 #: lesson-files/csound-intonation-p5-8cent:135 #: lesson-files/csound-intonation-p5-8cent:165 #: lesson-files/csound-intonation-p5-8cent:195 #: lesson-files/csound-intonation-p5-8cent:225 #: lesson-files/csound-intonation-p5-8cent:255 #: lesson-files/csound-intonation-p5-8cent:285 #: lesson-files/csound-intonation-p5-8cent:315 #: lesson-files/csound-intonation-p5-8cent:345 msgid "intonation|flat" msgstr "trop bas" #: lesson-files/csound-fifth-0.97:25 lesson-files/csound-fifth-0.97:55 #: lesson-files/csound-fifth-0.97:85 lesson-files/csound-fifth-0.97:115 #: lesson-files/csound-fifth-0.97:145 lesson-files/csound-fifth-0.97:175 #: lesson-files/csound-fifth-0.97:205 lesson-files/csound-fifth-0.98:25 #: lesson-files/csound-fifth-0.98:55 lesson-files/csound-fifth-0.98:85 #: lesson-files/csound-fifth-0.98:115 lesson-files/csound-fifth-0.98:145 #: lesson-files/csound-fifth-0.98:175 lesson-files/csound-fifth-0.98:205 #: lesson-files/csound-fifth-0.99:25 lesson-files/csound-fifth-0.99:55 #: lesson-files/csound-fifth-0.99:85 lesson-files/csound-fifth-0.99:115 #: lesson-files/csound-fifth-0.99:145 lesson-files/csound-fifth-0.99:175 #: lesson-files/csound-fifth-0.99:205 lesson-files/csound-fifth-0.995:25 #: lesson-files/csound-fifth-0.995:55 lesson-files/csound-fifth-0.995:85 #: lesson-files/csound-fifth-0.995:115 lesson-files/csound-fifth-0.995:145 #: lesson-files/csound-fifth-0.995:175 lesson-files/csound-fifth-0.995:205 #: lesson-files/csound-fifth-0.996:25 lesson-files/csound-fifth-0.996:55 #: lesson-files/csound-fifth-0.996:85 lesson-files/csound-fifth-0.996:115 #: lesson-files/csound-fifth-0.996:145 lesson-files/csound-fifth-0.996:175 #: lesson-files/csound-fifth-0.996:205 lesson-files/csound-fifth-0.997:25 #: lesson-files/csound-fifth-0.997:55 lesson-files/csound-fifth-0.997:85 #: lesson-files/csound-fifth-0.997:115 lesson-files/csound-fifth-0.997:145 #: lesson-files/csound-fifth-0.997:175 lesson-files/csound-fifth-0.997:205 #: lesson-files/csound-fifth-0.998:25 lesson-files/csound-fifth-0.998:55 #: lesson-files/csound-fifth-0.998:85 lesson-files/csound-fifth-0.998:115 #: lesson-files/csound-fifth-0.998:145 lesson-files/csound-fifth-0.998:175 #: lesson-files/csound-fifth-0.998:205 #: lesson-files/csound-intonation-harmonic-maj2-10cent:25 #: lesson-files/csound-intonation-harmonic-maj2-10cent:55 #: lesson-files/csound-intonation-harmonic-maj2-10cent:85 #: lesson-files/csound-intonation-harmonic-maj2-10cent:115 #: lesson-files/csound-intonation-harmonic-maj2-10cent:145 #: lesson-files/csound-intonation-harmonic-maj2-10cent:175 #: lesson-files/csound-intonation-harmonic-maj2-10cent:205 #: lesson-files/csound-intonation-harmonic-maj2-10cent:235 #: lesson-files/csound-intonation-harmonic-maj2-10cent:265 #: lesson-files/csound-intonation-harmonic-maj2-10cent:295 #: lesson-files/csound-intonation-harmonic-maj2-10cent:325 #: lesson-files/csound-intonation-harmonic-maj2-10cent:355 #: lesson-files/csound-intonation-harmonic-maj2-15cent:25 #: lesson-files/csound-intonation-harmonic-maj2-15cent:55 #: lesson-files/csound-intonation-harmonic-maj2-15cent:85 #: lesson-files/csound-intonation-harmonic-maj2-15cent:115 #: lesson-files/csound-intonation-harmonic-maj2-15cent:145 #: lesson-files/csound-intonation-harmonic-maj2-15cent:175 #: lesson-files/csound-intonation-harmonic-maj2-15cent:205 #: lesson-files/csound-intonation-harmonic-maj2-15cent:235 #: lesson-files/csound-intonation-harmonic-maj2-15cent:265 #: lesson-files/csound-intonation-harmonic-maj2-15cent:295 #: lesson-files/csound-intonation-harmonic-maj2-15cent:325 #: lesson-files/csound-intonation-harmonic-maj2-15cent:355 #: lesson-files/csound-intonation-harmonic-maj2-20cent:25 #: lesson-files/csound-intonation-harmonic-maj2-20cent:55 #: lesson-files/csound-intonation-harmonic-maj2-20cent:85 #: lesson-files/csound-intonation-harmonic-maj2-20cent:115 #: lesson-files/csound-intonation-harmonic-maj2-20cent:145 #: lesson-files/csound-intonation-harmonic-maj2-20cent:175 #: lesson-files/csound-intonation-harmonic-maj2-20cent:205 #: lesson-files/csound-intonation-harmonic-maj2-20cent:235 #: lesson-files/csound-intonation-harmonic-maj2-20cent:265 #: lesson-files/csound-intonation-harmonic-maj2-20cent:295 #: lesson-files/csound-intonation-harmonic-maj2-20cent:325 #: lesson-files/csound-intonation-harmonic-maj2-20cent:355 #: lesson-files/csound-intonation-harmonic-maj2-30cent:25 #: lesson-files/csound-intonation-harmonic-maj2-30cent:55 #: lesson-files/csound-intonation-harmonic-maj2-30cent:85 #: lesson-files/csound-intonation-harmonic-maj2-30cent:115 #: lesson-files/csound-intonation-harmonic-maj2-30cent:145 #: lesson-files/csound-intonation-harmonic-maj2-30cent:175 #: lesson-files/csound-intonation-harmonic-maj2-30cent:205 #: lesson-files/csound-intonation-harmonic-maj2-30cent:235 #: lesson-files/csound-intonation-harmonic-maj2-30cent:265 #: lesson-files/csound-intonation-harmonic-maj2-30cent:295 #: lesson-files/csound-intonation-harmonic-maj2-30cent:325 #: lesson-files/csound-intonation-harmonic-maj2-30cent:355 #: lesson-files/csound-intonation-harmonic-maj2-40cent:25 #: lesson-files/csound-intonation-harmonic-maj2-40cent:55 #: lesson-files/csound-intonation-harmonic-maj2-40cent:85 #: lesson-files/csound-intonation-harmonic-maj2-40cent:115 #: lesson-files/csound-intonation-harmonic-maj2-40cent:145 #: lesson-files/csound-intonation-harmonic-maj2-40cent:175 #: lesson-files/csound-intonation-harmonic-maj2-40cent:205 #: lesson-files/csound-intonation-harmonic-maj2-40cent:235 #: lesson-files/csound-intonation-harmonic-maj2-40cent:265 #: lesson-files/csound-intonation-harmonic-maj2-40cent:295 #: lesson-files/csound-intonation-harmonic-maj2-40cent:325 #: lesson-files/csound-intonation-harmonic-maj2-40cent:355 #: lesson-files/csound-intonation-harmonic-maj2-5cent:25 #: lesson-files/csound-intonation-harmonic-maj2-5cent:55 #: lesson-files/csound-intonation-harmonic-maj2-5cent:85 #: lesson-files/csound-intonation-harmonic-maj2-5cent:115 #: lesson-files/csound-intonation-harmonic-maj2-5cent:145 #: lesson-files/csound-intonation-harmonic-maj2-5cent:175 #: lesson-files/csound-intonation-harmonic-maj2-5cent:205 #: lesson-files/csound-intonation-harmonic-maj2-5cent:235 #: lesson-files/csound-intonation-harmonic-maj2-5cent:265 #: lesson-files/csound-intonation-harmonic-maj2-5cent:295 #: lesson-files/csound-intonation-harmonic-maj2-5cent:325 #: lesson-files/csound-intonation-harmonic-maj2-5cent:355 #: lesson-files/csound-intonation-harmonic-maj2-6cent:25 #: lesson-files/csound-intonation-harmonic-maj2-6cent:55 #: lesson-files/csound-intonation-harmonic-maj2-6cent:85 #: lesson-files/csound-intonation-harmonic-maj2-6cent:115 #: lesson-files/csound-intonation-harmonic-maj2-6cent:145 #: lesson-files/csound-intonation-harmonic-maj2-6cent:175 #: lesson-files/csound-intonation-harmonic-maj2-6cent:205 #: lesson-files/csound-intonation-harmonic-maj2-6cent:235 #: lesson-files/csound-intonation-harmonic-maj2-6cent:265 #: lesson-files/csound-intonation-harmonic-maj2-6cent:295 #: lesson-files/csound-intonation-harmonic-maj2-6cent:325 #: lesson-files/csound-intonation-harmonic-maj2-6cent:355 #: lesson-files/csound-intonation-harmonic-maj2-8cent:25 #: lesson-files/csound-intonation-harmonic-maj2-8cent:55 #: lesson-files/csound-intonation-harmonic-maj2-8cent:85 #: lesson-files/csound-intonation-harmonic-maj2-8cent:115 #: lesson-files/csound-intonation-harmonic-maj2-8cent:145 #: lesson-files/csound-intonation-harmonic-maj2-8cent:175 #: lesson-files/csound-intonation-harmonic-maj2-8cent:205 #: lesson-files/csound-intonation-harmonic-maj2-8cent:235 #: lesson-files/csound-intonation-harmonic-maj2-8cent:265 #: lesson-files/csound-intonation-harmonic-maj2-8cent:295 #: lesson-files/csound-intonation-harmonic-maj2-8cent:325 #: lesson-files/csound-intonation-harmonic-maj2-8cent:355 #: lesson-files/csound-intonation-harmonic-maj3-10cent:25 #: lesson-files/csound-intonation-harmonic-maj3-10cent:55 #: lesson-files/csound-intonation-harmonic-maj3-10cent:85 #: lesson-files/csound-intonation-harmonic-maj3-10cent:115 #: lesson-files/csound-intonation-harmonic-maj3-10cent:145 #: lesson-files/csound-intonation-harmonic-maj3-10cent:175 #: lesson-files/csound-intonation-harmonic-maj3-10cent:205 #: lesson-files/csound-intonation-harmonic-maj3-10cent:235 #: lesson-files/csound-intonation-harmonic-maj3-10cent:265 #: lesson-files/csound-intonation-harmonic-maj3-10cent:295 #: lesson-files/csound-intonation-harmonic-maj3-10cent:325 #: lesson-files/csound-intonation-harmonic-maj3-10cent:355 #: lesson-files/csound-intonation-harmonic-maj3-15cent:25 #: lesson-files/csound-intonation-harmonic-maj3-15cent:55 #: lesson-files/csound-intonation-harmonic-maj3-15cent:85 #: lesson-files/csound-intonation-harmonic-maj3-15cent:115 #: lesson-files/csound-intonation-harmonic-maj3-15cent:145 #: lesson-files/csound-intonation-harmonic-maj3-15cent:175 #: lesson-files/csound-intonation-harmonic-maj3-15cent:205 #: lesson-files/csound-intonation-harmonic-maj3-15cent:235 #: lesson-files/csound-intonation-harmonic-maj3-15cent:265 #: lesson-files/csound-intonation-harmonic-maj3-15cent:295 #: lesson-files/csound-intonation-harmonic-maj3-15cent:325 #: lesson-files/csound-intonation-harmonic-maj3-15cent:355 #: lesson-files/csound-intonation-harmonic-maj3-20cent:25 #: lesson-files/csound-intonation-harmonic-maj3-20cent:55 #: lesson-files/csound-intonation-harmonic-maj3-20cent:85 #: lesson-files/csound-intonation-harmonic-maj3-20cent:115 #: lesson-files/csound-intonation-harmonic-maj3-20cent:145 #: lesson-files/csound-intonation-harmonic-maj3-20cent:175 #: lesson-files/csound-intonation-harmonic-maj3-20cent:205 #: lesson-files/csound-intonation-harmonic-maj3-20cent:235 #: lesson-files/csound-intonation-harmonic-maj3-20cent:265 #: lesson-files/csound-intonation-harmonic-maj3-20cent:295 #: lesson-files/csound-intonation-harmonic-maj3-20cent:325 #: lesson-files/csound-intonation-harmonic-maj3-20cent:355 #: lesson-files/csound-intonation-harmonic-maj3-30cent:25 #: lesson-files/csound-intonation-harmonic-maj3-30cent:55 #: lesson-files/csound-intonation-harmonic-maj3-30cent:85 #: lesson-files/csound-intonation-harmonic-maj3-30cent:115 #: lesson-files/csound-intonation-harmonic-maj3-30cent:145 #: lesson-files/csound-intonation-harmonic-maj3-30cent:175 #: lesson-files/csound-intonation-harmonic-maj3-30cent:205 #: lesson-files/csound-intonation-harmonic-maj3-30cent:235 #: lesson-files/csound-intonation-harmonic-maj3-30cent:265 #: lesson-files/csound-intonation-harmonic-maj3-30cent:295 #: lesson-files/csound-intonation-harmonic-maj3-30cent:325 #: lesson-files/csound-intonation-harmonic-maj3-30cent:355 #: lesson-files/csound-intonation-harmonic-maj3-40cent:25 #: lesson-files/csound-intonation-harmonic-maj3-40cent:55 #: lesson-files/csound-intonation-harmonic-maj3-40cent:85 #: lesson-files/csound-intonation-harmonic-maj3-40cent:115 #: lesson-files/csound-intonation-harmonic-maj3-40cent:145 #: lesson-files/csound-intonation-harmonic-maj3-40cent:175 #: lesson-files/csound-intonation-harmonic-maj3-40cent:205 #: lesson-files/csound-intonation-harmonic-maj3-40cent:235 #: lesson-files/csound-intonation-harmonic-maj3-40cent:265 #: lesson-files/csound-intonation-harmonic-maj3-40cent:295 #: lesson-files/csound-intonation-harmonic-maj3-40cent:325 #: lesson-files/csound-intonation-harmonic-maj3-40cent:355 #: lesson-files/csound-intonation-harmonic-maj3-5cent:25 #: lesson-files/csound-intonation-harmonic-maj3-5cent:55 #: lesson-files/csound-intonation-harmonic-maj3-5cent:85 #: lesson-files/csound-intonation-harmonic-maj3-5cent:115 #: lesson-files/csound-intonation-harmonic-maj3-5cent:145 #: lesson-files/csound-intonation-harmonic-maj3-5cent:175 #: lesson-files/csound-intonation-harmonic-maj3-5cent:205 #: lesson-files/csound-intonation-harmonic-maj3-5cent:235 #: lesson-files/csound-intonation-harmonic-maj3-5cent:265 #: lesson-files/csound-intonation-harmonic-maj3-5cent:295 #: lesson-files/csound-intonation-harmonic-maj3-5cent:325 #: lesson-files/csound-intonation-harmonic-maj3-5cent:355 #: lesson-files/csound-intonation-harmonic-maj3-6cent:25 #: lesson-files/csound-intonation-harmonic-maj3-6cent:55 #: lesson-files/csound-intonation-harmonic-maj3-6cent:85 #: lesson-files/csound-intonation-harmonic-maj3-6cent:115 #: lesson-files/csound-intonation-harmonic-maj3-6cent:145 #: lesson-files/csound-intonation-harmonic-maj3-6cent:175 #: lesson-files/csound-intonation-harmonic-maj3-6cent:205 #: lesson-files/csound-intonation-harmonic-maj3-6cent:235 #: lesson-files/csound-intonation-harmonic-maj3-6cent:265 #: lesson-files/csound-intonation-harmonic-maj3-6cent:295 #: lesson-files/csound-intonation-harmonic-maj3-6cent:325 #: lesson-files/csound-intonation-harmonic-maj3-6cent:355 #: lesson-files/csound-intonation-harmonic-maj3-8cent:25 #: lesson-files/csound-intonation-harmonic-maj3-8cent:55 #: lesson-files/csound-intonation-harmonic-maj3-8cent:85 #: lesson-files/csound-intonation-harmonic-maj3-8cent:115 #: lesson-files/csound-intonation-harmonic-maj3-8cent:145 #: lesson-files/csound-intonation-harmonic-maj3-8cent:175 #: lesson-files/csound-intonation-harmonic-maj3-8cent:205 #: lesson-files/csound-intonation-harmonic-maj3-8cent:235 #: lesson-files/csound-intonation-harmonic-maj3-8cent:265 #: lesson-files/csound-intonation-harmonic-maj3-8cent:295 #: lesson-files/csound-intonation-harmonic-maj3-8cent:325 #: lesson-files/csound-intonation-harmonic-maj3-8cent:355 #: lesson-files/csound-intonation-harmonic-maj6-10cent:25 #: lesson-files/csound-intonation-harmonic-maj6-10cent:55 #: lesson-files/csound-intonation-harmonic-maj6-10cent:85 #: lesson-files/csound-intonation-harmonic-maj6-10cent:115 #: lesson-files/csound-intonation-harmonic-maj6-10cent:145 #: lesson-files/csound-intonation-harmonic-maj6-10cent:175 #: lesson-files/csound-intonation-harmonic-maj6-10cent:205 #: lesson-files/csound-intonation-harmonic-maj6-10cent:235 #: lesson-files/csound-intonation-harmonic-maj6-10cent:265 #: lesson-files/csound-intonation-harmonic-maj6-10cent:295 #: lesson-files/csound-intonation-harmonic-maj6-10cent:325 #: lesson-files/csound-intonation-harmonic-maj6-10cent:355 #: lesson-files/csound-intonation-harmonic-maj6-15cent:25 #: lesson-files/csound-intonation-harmonic-maj6-15cent:55 #: lesson-files/csound-intonation-harmonic-maj6-15cent:85 #: lesson-files/csound-intonation-harmonic-maj6-15cent:115 #: lesson-files/csound-intonation-harmonic-maj6-15cent:145 #: lesson-files/csound-intonation-harmonic-maj6-15cent:175 #: lesson-files/csound-intonation-harmonic-maj6-15cent:205 #: lesson-files/csound-intonation-harmonic-maj6-15cent:235 #: lesson-files/csound-intonation-harmonic-maj6-15cent:265 #: lesson-files/csound-intonation-harmonic-maj6-15cent:295 #: lesson-files/csound-intonation-harmonic-maj6-15cent:325 #: lesson-files/csound-intonation-harmonic-maj6-15cent:355 #: lesson-files/csound-intonation-harmonic-maj6-20cent:25 #: lesson-files/csound-intonation-harmonic-maj6-20cent:55 #: lesson-files/csound-intonation-harmonic-maj6-20cent:85 #: lesson-files/csound-intonation-harmonic-maj6-20cent:115 #: lesson-files/csound-intonation-harmonic-maj6-20cent:145 #: lesson-files/csound-intonation-harmonic-maj6-20cent:175 #: lesson-files/csound-intonation-harmonic-maj6-20cent:205 #: lesson-files/csound-intonation-harmonic-maj6-20cent:235 #: lesson-files/csound-intonation-harmonic-maj6-20cent:265 #: lesson-files/csound-intonation-harmonic-maj6-20cent:295 #: lesson-files/csound-intonation-harmonic-maj6-20cent:325 #: lesson-files/csound-intonation-harmonic-maj6-20cent:355 #: lesson-files/csound-intonation-harmonic-maj6-30cent:25 #: lesson-files/csound-intonation-harmonic-maj6-30cent:55 #: lesson-files/csound-intonation-harmonic-maj6-30cent:85 #: lesson-files/csound-intonation-harmonic-maj6-30cent:115 #: lesson-files/csound-intonation-harmonic-maj6-30cent:145 #: lesson-files/csound-intonation-harmonic-maj6-30cent:175 #: lesson-files/csound-intonation-harmonic-maj6-30cent:205 #: lesson-files/csound-intonation-harmonic-maj6-30cent:235 #: lesson-files/csound-intonation-harmonic-maj6-30cent:265 #: lesson-files/csound-intonation-harmonic-maj6-30cent:295 #: lesson-files/csound-intonation-harmonic-maj6-30cent:325 #: lesson-files/csound-intonation-harmonic-maj6-30cent:355 #: lesson-files/csound-intonation-harmonic-maj6-40cent:25 #: lesson-files/csound-intonation-harmonic-maj6-40cent:55 #: lesson-files/csound-intonation-harmonic-maj6-40cent:85 #: lesson-files/csound-intonation-harmonic-maj6-40cent:115 #: lesson-files/csound-intonation-harmonic-maj6-40cent:145 #: lesson-files/csound-intonation-harmonic-maj6-40cent:175 #: lesson-files/csound-intonation-harmonic-maj6-40cent:205 #: lesson-files/csound-intonation-harmonic-maj6-40cent:235 #: lesson-files/csound-intonation-harmonic-maj6-40cent:265 #: lesson-files/csound-intonation-harmonic-maj6-40cent:295 #: lesson-files/csound-intonation-harmonic-maj6-40cent:325 #: lesson-files/csound-intonation-harmonic-maj6-40cent:355 #: lesson-files/csound-intonation-harmonic-maj6-5cent:25 #: lesson-files/csound-intonation-harmonic-maj6-5cent:55 #: lesson-files/csound-intonation-harmonic-maj6-5cent:85 #: lesson-files/csound-intonation-harmonic-maj6-5cent:115 #: lesson-files/csound-intonation-harmonic-maj6-5cent:145 #: lesson-files/csound-intonation-harmonic-maj6-5cent:175 #: lesson-files/csound-intonation-harmonic-maj6-5cent:205 #: lesson-files/csound-intonation-harmonic-maj6-5cent:235 #: lesson-files/csound-intonation-harmonic-maj6-5cent:265 #: lesson-files/csound-intonation-harmonic-maj6-5cent:295 #: lesson-files/csound-intonation-harmonic-maj6-5cent:325 #: lesson-files/csound-intonation-harmonic-maj6-5cent:355 #: lesson-files/csound-intonation-harmonic-maj6-6cent:25 #: lesson-files/csound-intonation-harmonic-maj6-6cent:55 #: lesson-files/csound-intonation-harmonic-maj6-6cent:85 #: lesson-files/csound-intonation-harmonic-maj6-6cent:115 #: lesson-files/csound-intonation-harmonic-maj6-6cent:145 #: lesson-files/csound-intonation-harmonic-maj6-6cent:175 #: lesson-files/csound-intonation-harmonic-maj6-6cent:205 #: lesson-files/csound-intonation-harmonic-maj6-6cent:235 #: lesson-files/csound-intonation-harmonic-maj6-6cent:265 #: lesson-files/csound-intonation-harmonic-maj6-6cent:295 #: lesson-files/csound-intonation-harmonic-maj6-6cent:325 #: lesson-files/csound-intonation-harmonic-maj6-6cent:355 #: lesson-files/csound-intonation-harmonic-maj6-8cent:25 #: lesson-files/csound-intonation-harmonic-maj6-8cent:55 #: lesson-files/csound-intonation-harmonic-maj6-8cent:85 #: lesson-files/csound-intonation-harmonic-maj6-8cent:115 #: lesson-files/csound-intonation-harmonic-maj6-8cent:145 #: lesson-files/csound-intonation-harmonic-maj6-8cent:175 #: lesson-files/csound-intonation-harmonic-maj6-8cent:205 #: lesson-files/csound-intonation-harmonic-maj6-8cent:235 #: lesson-files/csound-intonation-harmonic-maj6-8cent:265 #: lesson-files/csound-intonation-harmonic-maj6-8cent:295 #: lesson-files/csound-intonation-harmonic-maj6-8cent:325 #: lesson-files/csound-intonation-harmonic-maj6-8cent:355 #: lesson-files/csound-intonation-harmonic-maj7-10cent:25 #: lesson-files/csound-intonation-harmonic-maj7-10cent:55 #: lesson-files/csound-intonation-harmonic-maj7-10cent:85 #: lesson-files/csound-intonation-harmonic-maj7-10cent:115 #: lesson-files/csound-intonation-harmonic-maj7-10cent:145 #: lesson-files/csound-intonation-harmonic-maj7-10cent:175 #: lesson-files/csound-intonation-harmonic-maj7-10cent:205 #: lesson-files/csound-intonation-harmonic-maj7-10cent:235 #: lesson-files/csound-intonation-harmonic-maj7-10cent:265 #: lesson-files/csound-intonation-harmonic-maj7-10cent:295 #: lesson-files/csound-intonation-harmonic-maj7-10cent:325 #: lesson-files/csound-intonation-harmonic-maj7-10cent:355 #: lesson-files/csound-intonation-harmonic-maj7-15cent:25 #: lesson-files/csound-intonation-harmonic-maj7-15cent:55 #: lesson-files/csound-intonation-harmonic-maj7-15cent:85 #: lesson-files/csound-intonation-harmonic-maj7-15cent:115 #: lesson-files/csound-intonation-harmonic-maj7-15cent:145 #: lesson-files/csound-intonation-harmonic-maj7-15cent:175 #: lesson-files/csound-intonation-harmonic-maj7-15cent:205 #: lesson-files/csound-intonation-harmonic-maj7-15cent:235 #: lesson-files/csound-intonation-harmonic-maj7-15cent:265 #: lesson-files/csound-intonation-harmonic-maj7-15cent:295 #: lesson-files/csound-intonation-harmonic-maj7-15cent:325 #: lesson-files/csound-intonation-harmonic-maj7-15cent:355 #: lesson-files/csound-intonation-harmonic-maj7-20cent:25 #: lesson-files/csound-intonation-harmonic-maj7-20cent:55 #: lesson-files/csound-intonation-harmonic-maj7-20cent:85 #: lesson-files/csound-intonation-harmonic-maj7-20cent:115 #: lesson-files/csound-intonation-harmonic-maj7-20cent:145 #: lesson-files/csound-intonation-harmonic-maj7-20cent:175 #: lesson-files/csound-intonation-harmonic-maj7-20cent:205 #: lesson-files/csound-intonation-harmonic-maj7-20cent:235 #: lesson-files/csound-intonation-harmonic-maj7-20cent:265 #: lesson-files/csound-intonation-harmonic-maj7-20cent:295 #: lesson-files/csound-intonation-harmonic-maj7-20cent:325 #: lesson-files/csound-intonation-harmonic-maj7-20cent:355 #: lesson-files/csound-intonation-harmonic-maj7-30cent:25 #: lesson-files/csound-intonation-harmonic-maj7-30cent:55 #: lesson-files/csound-intonation-harmonic-maj7-30cent:85 #: lesson-files/csound-intonation-harmonic-maj7-30cent:115 #: lesson-files/csound-intonation-harmonic-maj7-30cent:145 #: lesson-files/csound-intonation-harmonic-maj7-30cent:175 #: lesson-files/csound-intonation-harmonic-maj7-30cent:205 #: lesson-files/csound-intonation-harmonic-maj7-30cent:235 #: lesson-files/csound-intonation-harmonic-maj7-30cent:265 #: lesson-files/csound-intonation-harmonic-maj7-30cent:295 #: lesson-files/csound-intonation-harmonic-maj7-30cent:325 #: lesson-files/csound-intonation-harmonic-maj7-30cent:355 #: lesson-files/csound-intonation-harmonic-maj7-40cent:25 #: lesson-files/csound-intonation-harmonic-maj7-40cent:55 #: lesson-files/csound-intonation-harmonic-maj7-40cent:85 #: lesson-files/csound-intonation-harmonic-maj7-40cent:115 #: lesson-files/csound-intonation-harmonic-maj7-40cent:145 #: lesson-files/csound-intonation-harmonic-maj7-40cent:175 #: lesson-files/csound-intonation-harmonic-maj7-40cent:205 #: lesson-files/csound-intonation-harmonic-maj7-40cent:235 #: lesson-files/csound-intonation-harmonic-maj7-40cent:265 #: lesson-files/csound-intonation-harmonic-maj7-40cent:295 #: lesson-files/csound-intonation-harmonic-maj7-40cent:325 #: lesson-files/csound-intonation-harmonic-maj7-40cent:355 #: lesson-files/csound-intonation-harmonic-maj7-5cent:25 #: lesson-files/csound-intonation-harmonic-maj7-5cent:55 #: lesson-files/csound-intonation-harmonic-maj7-5cent:85 #: lesson-files/csound-intonation-harmonic-maj7-5cent:115 #: lesson-files/csound-intonation-harmonic-maj7-5cent:145 #: lesson-files/csound-intonation-harmonic-maj7-5cent:175 #: lesson-files/csound-intonation-harmonic-maj7-5cent:205 #: lesson-files/csound-intonation-harmonic-maj7-5cent:235 #: lesson-files/csound-intonation-harmonic-maj7-5cent:265 #: lesson-files/csound-intonation-harmonic-maj7-5cent:295 #: lesson-files/csound-intonation-harmonic-maj7-5cent:325 #: lesson-files/csound-intonation-harmonic-maj7-5cent:355 #: lesson-files/csound-intonation-harmonic-maj7-6cent:25 #: lesson-files/csound-intonation-harmonic-maj7-6cent:55 #: lesson-files/csound-intonation-harmonic-maj7-6cent:85 #: lesson-files/csound-intonation-harmonic-maj7-6cent:115 #: lesson-files/csound-intonation-harmonic-maj7-6cent:145 #: lesson-files/csound-intonation-harmonic-maj7-6cent:175 #: lesson-files/csound-intonation-harmonic-maj7-6cent:205 #: lesson-files/csound-intonation-harmonic-maj7-6cent:235 #: lesson-files/csound-intonation-harmonic-maj7-6cent:265 #: lesson-files/csound-intonation-harmonic-maj7-6cent:295 #: lesson-files/csound-intonation-harmonic-maj7-6cent:325 #: lesson-files/csound-intonation-harmonic-maj7-6cent:355 #: lesson-files/csound-intonation-harmonic-maj7-8cent:25 #: lesson-files/csound-intonation-harmonic-maj7-8cent:55 #: lesson-files/csound-intonation-harmonic-maj7-8cent:85 #: lesson-files/csound-intonation-harmonic-maj7-8cent:115 #: lesson-files/csound-intonation-harmonic-maj7-8cent:145 #: lesson-files/csound-intonation-harmonic-maj7-8cent:175 #: lesson-files/csound-intonation-harmonic-maj7-8cent:205 #: lesson-files/csound-intonation-harmonic-maj7-8cent:235 #: lesson-files/csound-intonation-harmonic-maj7-8cent:265 #: lesson-files/csound-intonation-harmonic-maj7-8cent:295 #: lesson-files/csound-intonation-harmonic-maj7-8cent:325 #: lesson-files/csound-intonation-harmonic-maj7-8cent:355 #: lesson-files/csound-intonation-harmonic-min2-10cent:25 #: lesson-files/csound-intonation-harmonic-min2-10cent:55 #: lesson-files/csound-intonation-harmonic-min2-10cent:85 #: lesson-files/csound-intonation-harmonic-min2-10cent:115 #: lesson-files/csound-intonation-harmonic-min2-10cent:145 #: lesson-files/csound-intonation-harmonic-min2-10cent:175 #: lesson-files/csound-intonation-harmonic-min2-10cent:205 #: lesson-files/csound-intonation-harmonic-min2-10cent:235 #: lesson-files/csound-intonation-harmonic-min2-10cent:265 #: lesson-files/csound-intonation-harmonic-min2-10cent:295 #: lesson-files/csound-intonation-harmonic-min2-10cent:325 #: lesson-files/csound-intonation-harmonic-min2-10cent:355 #: lesson-files/csound-intonation-harmonic-min2-15cent:25 #: lesson-files/csound-intonation-harmonic-min2-15cent:55 #: lesson-files/csound-intonation-harmonic-min2-15cent:85 #: lesson-files/csound-intonation-harmonic-min2-15cent:115 #: lesson-files/csound-intonation-harmonic-min2-15cent:145 #: lesson-files/csound-intonation-harmonic-min2-15cent:175 #: lesson-files/csound-intonation-harmonic-min2-15cent:205 #: lesson-files/csound-intonation-harmonic-min2-15cent:235 #: lesson-files/csound-intonation-harmonic-min2-15cent:265 #: lesson-files/csound-intonation-harmonic-min2-15cent:295 #: lesson-files/csound-intonation-harmonic-min2-15cent:325 #: lesson-files/csound-intonation-harmonic-min2-15cent:355 #: lesson-files/csound-intonation-harmonic-min2-20cent:25 #: lesson-files/csound-intonation-harmonic-min2-20cent:55 #: lesson-files/csound-intonation-harmonic-min2-20cent:85 #: lesson-files/csound-intonation-harmonic-min2-20cent:115 #: lesson-files/csound-intonation-harmonic-min2-20cent:145 #: lesson-files/csound-intonation-harmonic-min2-20cent:175 #: lesson-files/csound-intonation-harmonic-min2-20cent:205 #: lesson-files/csound-intonation-harmonic-min2-20cent:235 #: lesson-files/csound-intonation-harmonic-min2-20cent:265 #: lesson-files/csound-intonation-harmonic-min2-20cent:295 #: lesson-files/csound-intonation-harmonic-min2-20cent:325 #: lesson-files/csound-intonation-harmonic-min2-20cent:355 #: lesson-files/csound-intonation-harmonic-min2-30cent:25 #: lesson-files/csound-intonation-harmonic-min2-30cent:55 #: lesson-files/csound-intonation-harmonic-min2-30cent:85 #: lesson-files/csound-intonation-harmonic-min2-30cent:115 #: lesson-files/csound-intonation-harmonic-min2-30cent:145 #: lesson-files/csound-intonation-harmonic-min2-30cent:175 #: lesson-files/csound-intonation-harmonic-min2-30cent:205 #: lesson-files/csound-intonation-harmonic-min2-30cent:235 #: lesson-files/csound-intonation-harmonic-min2-30cent:265 #: lesson-files/csound-intonation-harmonic-min2-30cent:295 #: lesson-files/csound-intonation-harmonic-min2-30cent:325 #: lesson-files/csound-intonation-harmonic-min2-30cent:355 #: lesson-files/csound-intonation-harmonic-min2-40cent:25 #: lesson-files/csound-intonation-harmonic-min2-40cent:55 #: lesson-files/csound-intonation-harmonic-min2-40cent:85 #: lesson-files/csound-intonation-harmonic-min2-40cent:115 #: lesson-files/csound-intonation-harmonic-min2-40cent:145 #: lesson-files/csound-intonation-harmonic-min2-40cent:175 #: lesson-files/csound-intonation-harmonic-min2-40cent:205 #: lesson-files/csound-intonation-harmonic-min2-40cent:235 #: lesson-files/csound-intonation-harmonic-min2-40cent:265 #: lesson-files/csound-intonation-harmonic-min2-40cent:295 #: lesson-files/csound-intonation-harmonic-min2-40cent:325 #: lesson-files/csound-intonation-harmonic-min2-40cent:355 #: lesson-files/csound-intonation-harmonic-min2-5cent:25 #: lesson-files/csound-intonation-harmonic-min2-5cent:55 #: lesson-files/csound-intonation-harmonic-min2-5cent:85 #: lesson-files/csound-intonation-harmonic-min2-5cent:115 #: lesson-files/csound-intonation-harmonic-min2-5cent:145 #: lesson-files/csound-intonation-harmonic-min2-5cent:175 #: lesson-files/csound-intonation-harmonic-min2-5cent:205 #: lesson-files/csound-intonation-harmonic-min2-5cent:235 #: lesson-files/csound-intonation-harmonic-min2-5cent:265 #: lesson-files/csound-intonation-harmonic-min2-5cent:295 #: lesson-files/csound-intonation-harmonic-min2-5cent:325 #: lesson-files/csound-intonation-harmonic-min2-5cent:355 #: lesson-files/csound-intonation-harmonic-min2-6cent:25 #: lesson-files/csound-intonation-harmonic-min2-6cent:55 #: lesson-files/csound-intonation-harmonic-min2-6cent:85 #: lesson-files/csound-intonation-harmonic-min2-6cent:115 #: lesson-files/csound-intonation-harmonic-min2-6cent:145 #: lesson-files/csound-intonation-harmonic-min2-6cent:175 #: lesson-files/csound-intonation-harmonic-min2-6cent:205 #: lesson-files/csound-intonation-harmonic-min2-6cent:235 #: lesson-files/csound-intonation-harmonic-min2-6cent:265 #: lesson-files/csound-intonation-harmonic-min2-6cent:295 #: lesson-files/csound-intonation-harmonic-min2-6cent:325 #: lesson-files/csound-intonation-harmonic-min2-6cent:355 #: lesson-files/csound-intonation-harmonic-min2-8cent:25 #: lesson-files/csound-intonation-harmonic-min2-8cent:55 #: lesson-files/csound-intonation-harmonic-min2-8cent:85 #: lesson-files/csound-intonation-harmonic-min2-8cent:115 #: lesson-files/csound-intonation-harmonic-min2-8cent:145 #: lesson-files/csound-intonation-harmonic-min2-8cent:175 #: lesson-files/csound-intonation-harmonic-min2-8cent:205 #: lesson-files/csound-intonation-harmonic-min2-8cent:235 #: lesson-files/csound-intonation-harmonic-min2-8cent:265 #: lesson-files/csound-intonation-harmonic-min2-8cent:295 #: lesson-files/csound-intonation-harmonic-min2-8cent:325 #: lesson-files/csound-intonation-harmonic-min2-8cent:355 #: lesson-files/csound-intonation-harmonic-min3-10cent:25 #: lesson-files/csound-intonation-harmonic-min3-10cent:55 #: lesson-files/csound-intonation-harmonic-min3-10cent:85 #: lesson-files/csound-intonation-harmonic-min3-10cent:115 #: lesson-files/csound-intonation-harmonic-min3-10cent:145 #: lesson-files/csound-intonation-harmonic-min3-10cent:175 #: lesson-files/csound-intonation-harmonic-min3-10cent:205 #: lesson-files/csound-intonation-harmonic-min3-10cent:235 #: lesson-files/csound-intonation-harmonic-min3-10cent:265 #: lesson-files/csound-intonation-harmonic-min3-10cent:295 #: lesson-files/csound-intonation-harmonic-min3-10cent:325 #: lesson-files/csound-intonation-harmonic-min3-10cent:355 #: lesson-files/csound-intonation-harmonic-min3-15cent:25 #: lesson-files/csound-intonation-harmonic-min3-15cent:55 #: lesson-files/csound-intonation-harmonic-min3-15cent:85 #: lesson-files/csound-intonation-harmonic-min3-15cent:115 #: lesson-files/csound-intonation-harmonic-min3-15cent:145 #: lesson-files/csound-intonation-harmonic-min3-15cent:175 #: lesson-files/csound-intonation-harmonic-min3-15cent:205 #: lesson-files/csound-intonation-harmonic-min3-15cent:235 #: lesson-files/csound-intonation-harmonic-min3-15cent:265 #: lesson-files/csound-intonation-harmonic-min3-15cent:295 #: lesson-files/csound-intonation-harmonic-min3-15cent:325 #: lesson-files/csound-intonation-harmonic-min3-15cent:355 #: lesson-files/csound-intonation-harmonic-min3-20cent:25 #: lesson-files/csound-intonation-harmonic-min3-20cent:55 #: lesson-files/csound-intonation-harmonic-min3-20cent:85 #: lesson-files/csound-intonation-harmonic-min3-20cent:115 #: lesson-files/csound-intonation-harmonic-min3-20cent:145 #: lesson-files/csound-intonation-harmonic-min3-20cent:175 #: lesson-files/csound-intonation-harmonic-min3-20cent:205 #: lesson-files/csound-intonation-harmonic-min3-20cent:235 #: lesson-files/csound-intonation-harmonic-min3-20cent:265 #: lesson-files/csound-intonation-harmonic-min3-20cent:295 #: lesson-files/csound-intonation-harmonic-min3-20cent:325 #: lesson-files/csound-intonation-harmonic-min3-20cent:355 #: lesson-files/csound-intonation-harmonic-min3-30cent:25 #: lesson-files/csound-intonation-harmonic-min3-30cent:55 #: lesson-files/csound-intonation-harmonic-min3-30cent:85 #: lesson-files/csound-intonation-harmonic-min3-30cent:115 #: lesson-files/csound-intonation-harmonic-min3-30cent:145 #: lesson-files/csound-intonation-harmonic-min3-30cent:175 #: lesson-files/csound-intonation-harmonic-min3-30cent:205 #: lesson-files/csound-intonation-harmonic-min3-30cent:235 #: lesson-files/csound-intonation-harmonic-min3-30cent:265 #: lesson-files/csound-intonation-harmonic-min3-30cent:295 #: lesson-files/csound-intonation-harmonic-min3-30cent:325 #: lesson-files/csound-intonation-harmonic-min3-30cent:355 #: lesson-files/csound-intonation-harmonic-min3-40cent:25 #: lesson-files/csound-intonation-harmonic-min3-40cent:55 #: lesson-files/csound-intonation-harmonic-min3-40cent:85 #: lesson-files/csound-intonation-harmonic-min3-40cent:115 #: lesson-files/csound-intonation-harmonic-min3-40cent:145 #: lesson-files/csound-intonation-harmonic-min3-40cent:175 #: lesson-files/csound-intonation-harmonic-min3-40cent:205 #: lesson-files/csound-intonation-harmonic-min3-40cent:235 #: lesson-files/csound-intonation-harmonic-min3-40cent:265 #: lesson-files/csound-intonation-harmonic-min3-40cent:295 #: lesson-files/csound-intonation-harmonic-min3-40cent:325 #: lesson-files/csound-intonation-harmonic-min3-40cent:355 #: lesson-files/csound-intonation-harmonic-min3-5cent:25 #: lesson-files/csound-intonation-harmonic-min3-5cent:55 #: lesson-files/csound-intonation-harmonic-min3-5cent:85 #: lesson-files/csound-intonation-harmonic-min3-5cent:115 #: lesson-files/csound-intonation-harmonic-min3-5cent:145 #: lesson-files/csound-intonation-harmonic-min3-5cent:175 #: lesson-files/csound-intonation-harmonic-min3-5cent:205 #: lesson-files/csound-intonation-harmonic-min3-5cent:235 #: lesson-files/csound-intonation-harmonic-min3-5cent:265 #: lesson-files/csound-intonation-harmonic-min3-5cent:295 #: lesson-files/csound-intonation-harmonic-min3-5cent:325 #: lesson-files/csound-intonation-harmonic-min3-5cent:355 #: lesson-files/csound-intonation-harmonic-min3-6cent:25 #: lesson-files/csound-intonation-harmonic-min3-6cent:55 #: lesson-files/csound-intonation-harmonic-min3-6cent:85 #: lesson-files/csound-intonation-harmonic-min3-6cent:115 #: lesson-files/csound-intonation-harmonic-min3-6cent:145 #: lesson-files/csound-intonation-harmonic-min3-6cent:175 #: lesson-files/csound-intonation-harmonic-min3-6cent:205 #: lesson-files/csound-intonation-harmonic-min3-6cent:235 #: lesson-files/csound-intonation-harmonic-min3-6cent:265 #: lesson-files/csound-intonation-harmonic-min3-6cent:295 #: lesson-files/csound-intonation-harmonic-min3-6cent:325 #: lesson-files/csound-intonation-harmonic-min3-6cent:355 #: lesson-files/csound-intonation-harmonic-min3-8cent:25 #: lesson-files/csound-intonation-harmonic-min3-8cent:55 #: lesson-files/csound-intonation-harmonic-min3-8cent:85 #: lesson-files/csound-intonation-harmonic-min3-8cent:115 #: lesson-files/csound-intonation-harmonic-min3-8cent:145 #: lesson-files/csound-intonation-harmonic-min3-8cent:175 #: lesson-files/csound-intonation-harmonic-min3-8cent:205 #: lesson-files/csound-intonation-harmonic-min3-8cent:235 #: lesson-files/csound-intonation-harmonic-min3-8cent:265 #: lesson-files/csound-intonation-harmonic-min3-8cent:295 #: lesson-files/csound-intonation-harmonic-min3-8cent:325 #: lesson-files/csound-intonation-harmonic-min3-8cent:355 #: lesson-files/csound-intonation-harmonic-min6-10cent:25 #: lesson-files/csound-intonation-harmonic-min6-10cent:55 #: lesson-files/csound-intonation-harmonic-min6-10cent:85 #: lesson-files/csound-intonation-harmonic-min6-10cent:115 #: lesson-files/csound-intonation-harmonic-min6-10cent:145 #: lesson-files/csound-intonation-harmonic-min6-10cent:175 #: lesson-files/csound-intonation-harmonic-min6-10cent:205 #: lesson-files/csound-intonation-harmonic-min6-10cent:235 #: lesson-files/csound-intonation-harmonic-min6-10cent:265 #: lesson-files/csound-intonation-harmonic-min6-10cent:295 #: lesson-files/csound-intonation-harmonic-min6-10cent:325 #: lesson-files/csound-intonation-harmonic-min6-10cent:355 #: lesson-files/csound-intonation-harmonic-min6-15cent:25 #: lesson-files/csound-intonation-harmonic-min6-15cent:55 #: lesson-files/csound-intonation-harmonic-min6-15cent:85 #: lesson-files/csound-intonation-harmonic-min6-15cent:115 #: lesson-files/csound-intonation-harmonic-min6-15cent:145 #: lesson-files/csound-intonation-harmonic-min6-15cent:175 #: lesson-files/csound-intonation-harmonic-min6-15cent:205 #: lesson-files/csound-intonation-harmonic-min6-15cent:235 #: lesson-files/csound-intonation-harmonic-min6-15cent:265 #: lesson-files/csound-intonation-harmonic-min6-15cent:295 #: lesson-files/csound-intonation-harmonic-min6-15cent:325 #: lesson-files/csound-intonation-harmonic-min6-15cent:355 #: lesson-files/csound-intonation-harmonic-min6-20cent:25 #: lesson-files/csound-intonation-harmonic-min6-20cent:55 #: lesson-files/csound-intonation-harmonic-min6-20cent:85 #: lesson-files/csound-intonation-harmonic-min6-20cent:115 #: lesson-files/csound-intonation-harmonic-min6-20cent:145 #: lesson-files/csound-intonation-harmonic-min6-20cent:175 #: lesson-files/csound-intonation-harmonic-min6-20cent:205 #: lesson-files/csound-intonation-harmonic-min6-20cent:235 #: lesson-files/csound-intonation-harmonic-min6-20cent:265 #: lesson-files/csound-intonation-harmonic-min6-20cent:295 #: lesson-files/csound-intonation-harmonic-min6-20cent:325 #: lesson-files/csound-intonation-harmonic-min6-20cent:355 #: lesson-files/csound-intonation-harmonic-min6-30cent:25 #: lesson-files/csound-intonation-harmonic-min6-30cent:55 #: lesson-files/csound-intonation-harmonic-min6-30cent:85 #: lesson-files/csound-intonation-harmonic-min6-30cent:115 #: lesson-files/csound-intonation-harmonic-min6-30cent:145 #: lesson-files/csound-intonation-harmonic-min6-30cent:175 #: lesson-files/csound-intonation-harmonic-min6-30cent:205 #: lesson-files/csound-intonation-harmonic-min6-30cent:235 #: lesson-files/csound-intonation-harmonic-min6-30cent:265 #: lesson-files/csound-intonation-harmonic-min6-30cent:295 #: lesson-files/csound-intonation-harmonic-min6-30cent:325 #: lesson-files/csound-intonation-harmonic-min6-30cent:355 #: lesson-files/csound-intonation-harmonic-min6-40cent:25 #: lesson-files/csound-intonation-harmonic-min6-40cent:55 #: lesson-files/csound-intonation-harmonic-min6-40cent:85 #: lesson-files/csound-intonation-harmonic-min6-40cent:115 #: lesson-files/csound-intonation-harmonic-min6-40cent:145 #: lesson-files/csound-intonation-harmonic-min6-40cent:175 #: lesson-files/csound-intonation-harmonic-min6-40cent:205 #: lesson-files/csound-intonation-harmonic-min6-40cent:235 #: lesson-files/csound-intonation-harmonic-min6-40cent:265 #: lesson-files/csound-intonation-harmonic-min6-40cent:295 #: lesson-files/csound-intonation-harmonic-min6-40cent:325 #: lesson-files/csound-intonation-harmonic-min6-40cent:355 #: lesson-files/csound-intonation-harmonic-min6-5cent:25 #: lesson-files/csound-intonation-harmonic-min6-5cent:55 #: lesson-files/csound-intonation-harmonic-min6-5cent:85 #: lesson-files/csound-intonation-harmonic-min6-5cent:115 #: lesson-files/csound-intonation-harmonic-min6-5cent:145 #: lesson-files/csound-intonation-harmonic-min6-5cent:175 #: lesson-files/csound-intonation-harmonic-min6-5cent:205 #: lesson-files/csound-intonation-harmonic-min6-5cent:235 #: lesson-files/csound-intonation-harmonic-min6-5cent:265 #: lesson-files/csound-intonation-harmonic-min6-5cent:295 #: lesson-files/csound-intonation-harmonic-min6-5cent:325 #: lesson-files/csound-intonation-harmonic-min6-5cent:355 #: lesson-files/csound-intonation-harmonic-min6-6cent:25 #: lesson-files/csound-intonation-harmonic-min6-6cent:55 #: lesson-files/csound-intonation-harmonic-min6-6cent:85 #: lesson-files/csound-intonation-harmonic-min6-6cent:115 #: lesson-files/csound-intonation-harmonic-min6-6cent:145 #: lesson-files/csound-intonation-harmonic-min6-6cent:175 #: lesson-files/csound-intonation-harmonic-min6-6cent:205 #: lesson-files/csound-intonation-harmonic-min6-6cent:235 #: lesson-files/csound-intonation-harmonic-min6-6cent:265 #: lesson-files/csound-intonation-harmonic-min6-6cent:295 #: lesson-files/csound-intonation-harmonic-min6-6cent:325 #: lesson-files/csound-intonation-harmonic-min6-6cent:355 #: lesson-files/csound-intonation-harmonic-min6-8cent:25 #: lesson-files/csound-intonation-harmonic-min6-8cent:55 #: lesson-files/csound-intonation-harmonic-min6-8cent:85 #: lesson-files/csound-intonation-harmonic-min6-8cent:115 #: lesson-files/csound-intonation-harmonic-min6-8cent:145 #: lesson-files/csound-intonation-harmonic-min6-8cent:175 #: lesson-files/csound-intonation-harmonic-min6-8cent:205 #: lesson-files/csound-intonation-harmonic-min6-8cent:235 #: lesson-files/csound-intonation-harmonic-min6-8cent:265 #: lesson-files/csound-intonation-harmonic-min6-8cent:295 #: lesson-files/csound-intonation-harmonic-min6-8cent:325 #: lesson-files/csound-intonation-harmonic-min6-8cent:355 #: lesson-files/csound-intonation-harmonic-min7-10cent:25 #: lesson-files/csound-intonation-harmonic-min7-10cent:55 #: lesson-files/csound-intonation-harmonic-min7-10cent:85 #: lesson-files/csound-intonation-harmonic-min7-10cent:115 #: lesson-files/csound-intonation-harmonic-min7-10cent:145 #: lesson-files/csound-intonation-harmonic-min7-10cent:175 #: lesson-files/csound-intonation-harmonic-min7-10cent:205 #: lesson-files/csound-intonation-harmonic-min7-10cent:235 #: lesson-files/csound-intonation-harmonic-min7-10cent:265 #: lesson-files/csound-intonation-harmonic-min7-10cent:295 #: lesson-files/csound-intonation-harmonic-min7-10cent:325 #: lesson-files/csound-intonation-harmonic-min7-10cent:355 #: lesson-files/csound-intonation-harmonic-min7-15cent:25 #: lesson-files/csound-intonation-harmonic-min7-15cent:55 #: lesson-files/csound-intonation-harmonic-min7-15cent:85 #: lesson-files/csound-intonation-harmonic-min7-15cent:115 #: lesson-files/csound-intonation-harmonic-min7-15cent:145 #: lesson-files/csound-intonation-harmonic-min7-15cent:175 #: lesson-files/csound-intonation-harmonic-min7-15cent:205 #: lesson-files/csound-intonation-harmonic-min7-15cent:235 #: lesson-files/csound-intonation-harmonic-min7-15cent:265 #: lesson-files/csound-intonation-harmonic-min7-15cent:295 #: lesson-files/csound-intonation-harmonic-min7-15cent:325 #: lesson-files/csound-intonation-harmonic-min7-15cent:355 #: lesson-files/csound-intonation-harmonic-min7-20cent:25 #: lesson-files/csound-intonation-harmonic-min7-20cent:55 #: lesson-files/csound-intonation-harmonic-min7-20cent:85 #: lesson-files/csound-intonation-harmonic-min7-20cent:115 #: lesson-files/csound-intonation-harmonic-min7-20cent:145 #: lesson-files/csound-intonation-harmonic-min7-20cent:175 #: lesson-files/csound-intonation-harmonic-min7-20cent:205 #: lesson-files/csound-intonation-harmonic-min7-20cent:235 #: lesson-files/csound-intonation-harmonic-min7-20cent:265 #: lesson-files/csound-intonation-harmonic-min7-20cent:295 #: lesson-files/csound-intonation-harmonic-min7-20cent:325 #: lesson-files/csound-intonation-harmonic-min7-20cent:355 #: lesson-files/csound-intonation-harmonic-min7-30cent:25 #: lesson-files/csound-intonation-harmonic-min7-30cent:55 #: lesson-files/csound-intonation-harmonic-min7-30cent:85 #: lesson-files/csound-intonation-harmonic-min7-30cent:115 #: lesson-files/csound-intonation-harmonic-min7-30cent:145 #: lesson-files/csound-intonation-harmonic-min7-30cent:175 #: lesson-files/csound-intonation-harmonic-min7-30cent:205 #: lesson-files/csound-intonation-harmonic-min7-30cent:235 #: lesson-files/csound-intonation-harmonic-min7-30cent:265 #: lesson-files/csound-intonation-harmonic-min7-30cent:295 #: lesson-files/csound-intonation-harmonic-min7-30cent:325 #: lesson-files/csound-intonation-harmonic-min7-30cent:355 #: lesson-files/csound-intonation-harmonic-min7-40cent:25 #: lesson-files/csound-intonation-harmonic-min7-40cent:55 #: lesson-files/csound-intonation-harmonic-min7-40cent:85 #: lesson-files/csound-intonation-harmonic-min7-40cent:115 #: lesson-files/csound-intonation-harmonic-min7-40cent:145 #: lesson-files/csound-intonation-harmonic-min7-40cent:175 #: lesson-files/csound-intonation-harmonic-min7-40cent:205 #: lesson-files/csound-intonation-harmonic-min7-40cent:235 #: lesson-files/csound-intonation-harmonic-min7-40cent:265 #: lesson-files/csound-intonation-harmonic-min7-40cent:295 #: lesson-files/csound-intonation-harmonic-min7-40cent:325 #: lesson-files/csound-intonation-harmonic-min7-40cent:355 #: lesson-files/csound-intonation-harmonic-min7-5cent:25 #: lesson-files/csound-intonation-harmonic-min7-5cent:55 #: lesson-files/csound-intonation-harmonic-min7-5cent:85 #: lesson-files/csound-intonation-harmonic-min7-5cent:115 #: lesson-files/csound-intonation-harmonic-min7-5cent:145 #: lesson-files/csound-intonation-harmonic-min7-5cent:175 #: lesson-files/csound-intonation-harmonic-min7-5cent:205 #: lesson-files/csound-intonation-harmonic-min7-5cent:235 #: lesson-files/csound-intonation-harmonic-min7-5cent:265 #: lesson-files/csound-intonation-harmonic-min7-5cent:295 #: lesson-files/csound-intonation-harmonic-min7-5cent:325 #: lesson-files/csound-intonation-harmonic-min7-5cent:355 #: lesson-files/csound-intonation-harmonic-min7-6cent:25 #: lesson-files/csound-intonation-harmonic-min7-6cent:55 #: lesson-files/csound-intonation-harmonic-min7-6cent:85 #: lesson-files/csound-intonation-harmonic-min7-6cent:115 #: lesson-files/csound-intonation-harmonic-min7-6cent:145 #: lesson-files/csound-intonation-harmonic-min7-6cent:175 #: lesson-files/csound-intonation-harmonic-min7-6cent:205 #: lesson-files/csound-intonation-harmonic-min7-6cent:235 #: lesson-files/csound-intonation-harmonic-min7-6cent:265 #: lesson-files/csound-intonation-harmonic-min7-6cent:295 #: lesson-files/csound-intonation-harmonic-min7-6cent:325 #: lesson-files/csound-intonation-harmonic-min7-6cent:355 #: lesson-files/csound-intonation-harmonic-min7-8cent:25 #: lesson-files/csound-intonation-harmonic-min7-8cent:55 #: lesson-files/csound-intonation-harmonic-min7-8cent:85 #: lesson-files/csound-intonation-harmonic-min7-8cent:115 #: lesson-files/csound-intonation-harmonic-min7-8cent:145 #: lesson-files/csound-intonation-harmonic-min7-8cent:175 #: lesson-files/csound-intonation-harmonic-min7-8cent:205 #: lesson-files/csound-intonation-harmonic-min7-8cent:235 #: lesson-files/csound-intonation-harmonic-min7-8cent:265 #: lesson-files/csound-intonation-harmonic-min7-8cent:295 #: lesson-files/csound-intonation-harmonic-min7-8cent:325 #: lesson-files/csound-intonation-harmonic-min7-8cent:355 #: lesson-files/csound-intonation-harmonic-p4-10cent:25 #: lesson-files/csound-intonation-harmonic-p4-10cent:55 #: lesson-files/csound-intonation-harmonic-p4-10cent:85 #: lesson-files/csound-intonation-harmonic-p4-10cent:115 #: lesson-files/csound-intonation-harmonic-p4-10cent:145 #: lesson-files/csound-intonation-harmonic-p4-10cent:175 #: lesson-files/csound-intonation-harmonic-p4-10cent:205 #: lesson-files/csound-intonation-harmonic-p4-10cent:235 #: lesson-files/csound-intonation-harmonic-p4-10cent:265 #: lesson-files/csound-intonation-harmonic-p4-10cent:295 #: lesson-files/csound-intonation-harmonic-p4-10cent:325 #: lesson-files/csound-intonation-harmonic-p4-10cent:355 #: lesson-files/csound-intonation-harmonic-p4-15cent:25 #: lesson-files/csound-intonation-harmonic-p4-15cent:55 #: lesson-files/csound-intonation-harmonic-p4-15cent:85 #: lesson-files/csound-intonation-harmonic-p4-15cent:115 #: lesson-files/csound-intonation-harmonic-p4-15cent:145 #: lesson-files/csound-intonation-harmonic-p4-15cent:175 #: lesson-files/csound-intonation-harmonic-p4-15cent:205 #: lesson-files/csound-intonation-harmonic-p4-15cent:235 #: lesson-files/csound-intonation-harmonic-p4-15cent:265 #: lesson-files/csound-intonation-harmonic-p4-15cent:295 #: lesson-files/csound-intonation-harmonic-p4-15cent:325 #: lesson-files/csound-intonation-harmonic-p4-15cent:355 #: lesson-files/csound-intonation-harmonic-p4-20cent:25 #: lesson-files/csound-intonation-harmonic-p4-20cent:55 #: lesson-files/csound-intonation-harmonic-p4-20cent:85 #: lesson-files/csound-intonation-harmonic-p4-20cent:115 #: lesson-files/csound-intonation-harmonic-p4-20cent:145 #: lesson-files/csound-intonation-harmonic-p4-20cent:175 #: lesson-files/csound-intonation-harmonic-p4-20cent:205 #: lesson-files/csound-intonation-harmonic-p4-20cent:235 #: lesson-files/csound-intonation-harmonic-p4-20cent:265 #: lesson-files/csound-intonation-harmonic-p4-20cent:295 #: lesson-files/csound-intonation-harmonic-p4-20cent:325 #: lesson-files/csound-intonation-harmonic-p4-20cent:355 #: lesson-files/csound-intonation-harmonic-p4-30cent:25 #: lesson-files/csound-intonation-harmonic-p4-30cent:55 #: lesson-files/csound-intonation-harmonic-p4-30cent:85 #: lesson-files/csound-intonation-harmonic-p4-30cent:115 #: lesson-files/csound-intonation-harmonic-p4-30cent:145 #: lesson-files/csound-intonation-harmonic-p4-30cent:175 #: lesson-files/csound-intonation-harmonic-p4-30cent:205 #: lesson-files/csound-intonation-harmonic-p4-30cent:235 #: lesson-files/csound-intonation-harmonic-p4-30cent:265 #: lesson-files/csound-intonation-harmonic-p4-30cent:295 #: lesson-files/csound-intonation-harmonic-p4-30cent:325 #: lesson-files/csound-intonation-harmonic-p4-30cent:355 #: lesson-files/csound-intonation-harmonic-p4-40cent:25 #: lesson-files/csound-intonation-harmonic-p4-40cent:55 #: lesson-files/csound-intonation-harmonic-p4-40cent:85 #: lesson-files/csound-intonation-harmonic-p4-40cent:115 #: lesson-files/csound-intonation-harmonic-p4-40cent:145 #: lesson-files/csound-intonation-harmonic-p4-40cent:175 #: lesson-files/csound-intonation-harmonic-p4-40cent:205 #: lesson-files/csound-intonation-harmonic-p4-40cent:235 #: lesson-files/csound-intonation-harmonic-p4-40cent:265 #: lesson-files/csound-intonation-harmonic-p4-40cent:295 #: lesson-files/csound-intonation-harmonic-p4-40cent:325 #: lesson-files/csound-intonation-harmonic-p4-40cent:355 #: lesson-files/csound-intonation-harmonic-p4-5cent:25 #: lesson-files/csound-intonation-harmonic-p4-5cent:55 #: lesson-files/csound-intonation-harmonic-p4-5cent:85 #: lesson-files/csound-intonation-harmonic-p4-5cent:115 #: lesson-files/csound-intonation-harmonic-p4-5cent:145 #: lesson-files/csound-intonation-harmonic-p4-5cent:175 #: lesson-files/csound-intonation-harmonic-p4-5cent:205 #: lesson-files/csound-intonation-harmonic-p4-5cent:235 #: lesson-files/csound-intonation-harmonic-p4-5cent:265 #: lesson-files/csound-intonation-harmonic-p4-5cent:295 #: lesson-files/csound-intonation-harmonic-p4-5cent:325 #: lesson-files/csound-intonation-harmonic-p4-5cent:355 #: lesson-files/csound-intonation-harmonic-p4-6cent:25 #: lesson-files/csound-intonation-harmonic-p4-6cent:55 #: lesson-files/csound-intonation-harmonic-p4-6cent:85 #: lesson-files/csound-intonation-harmonic-p4-6cent:115 #: lesson-files/csound-intonation-harmonic-p4-6cent:145 #: lesson-files/csound-intonation-harmonic-p4-6cent:175 #: lesson-files/csound-intonation-harmonic-p4-6cent:205 #: lesson-files/csound-intonation-harmonic-p4-6cent:235 #: lesson-files/csound-intonation-harmonic-p4-6cent:265 #: lesson-files/csound-intonation-harmonic-p4-6cent:295 #: lesson-files/csound-intonation-harmonic-p4-6cent:325 #: lesson-files/csound-intonation-harmonic-p4-6cent:355 #: lesson-files/csound-intonation-harmonic-p4-8cent:25 #: lesson-files/csound-intonation-harmonic-p4-8cent:55 #: lesson-files/csound-intonation-harmonic-p4-8cent:85 #: lesson-files/csound-intonation-harmonic-p4-8cent:115 #: lesson-files/csound-intonation-harmonic-p4-8cent:145 #: lesson-files/csound-intonation-harmonic-p4-8cent:175 #: lesson-files/csound-intonation-harmonic-p4-8cent:205 #: lesson-files/csound-intonation-harmonic-p4-8cent:235 #: lesson-files/csound-intonation-harmonic-p4-8cent:265 #: lesson-files/csound-intonation-harmonic-p4-8cent:295 #: lesson-files/csound-intonation-harmonic-p4-8cent:325 #: lesson-files/csound-intonation-harmonic-p4-8cent:355 #: lesson-files/csound-intonation-harmonic-p5-10cent:25 #: lesson-files/csound-intonation-harmonic-p5-10cent:55 #: lesson-files/csound-intonation-harmonic-p5-10cent:85 #: lesson-files/csound-intonation-harmonic-p5-10cent:115 #: lesson-files/csound-intonation-harmonic-p5-10cent:145 #: lesson-files/csound-intonation-harmonic-p5-10cent:175 #: lesson-files/csound-intonation-harmonic-p5-10cent:205 #: lesson-files/csound-intonation-harmonic-p5-10cent:235 #: lesson-files/csound-intonation-harmonic-p5-10cent:265 #: lesson-files/csound-intonation-harmonic-p5-10cent:295 #: lesson-files/csound-intonation-harmonic-p5-10cent:325 #: lesson-files/csound-intonation-harmonic-p5-10cent:355 #: lesson-files/csound-intonation-harmonic-p5-15cent:25 #: lesson-files/csound-intonation-harmonic-p5-15cent:55 #: lesson-files/csound-intonation-harmonic-p5-15cent:85 #: lesson-files/csound-intonation-harmonic-p5-15cent:115 #: lesson-files/csound-intonation-harmonic-p5-15cent:145 #: lesson-files/csound-intonation-harmonic-p5-15cent:175 #: lesson-files/csound-intonation-harmonic-p5-15cent:205 #: lesson-files/csound-intonation-harmonic-p5-15cent:235 #: lesson-files/csound-intonation-harmonic-p5-15cent:265 #: lesson-files/csound-intonation-harmonic-p5-15cent:295 #: lesson-files/csound-intonation-harmonic-p5-15cent:325 #: lesson-files/csound-intonation-harmonic-p5-15cent:355 #: lesson-files/csound-intonation-harmonic-p5-20cent:25 #: lesson-files/csound-intonation-harmonic-p5-20cent:55 #: lesson-files/csound-intonation-harmonic-p5-20cent:85 #: lesson-files/csound-intonation-harmonic-p5-20cent:115 #: lesson-files/csound-intonation-harmonic-p5-20cent:145 #: lesson-files/csound-intonation-harmonic-p5-20cent:175 #: lesson-files/csound-intonation-harmonic-p5-20cent:205 #: lesson-files/csound-intonation-harmonic-p5-20cent:235 #: lesson-files/csound-intonation-harmonic-p5-20cent:265 #: lesson-files/csound-intonation-harmonic-p5-20cent:295 #: lesson-files/csound-intonation-harmonic-p5-20cent:325 #: lesson-files/csound-intonation-harmonic-p5-20cent:355 #: lesson-files/csound-intonation-harmonic-p5-30cent:25 #: lesson-files/csound-intonation-harmonic-p5-30cent:55 #: lesson-files/csound-intonation-harmonic-p5-30cent:85 #: lesson-files/csound-intonation-harmonic-p5-30cent:115 #: lesson-files/csound-intonation-harmonic-p5-30cent:145 #: lesson-files/csound-intonation-harmonic-p5-30cent:175 #: lesson-files/csound-intonation-harmonic-p5-30cent:205 #: lesson-files/csound-intonation-harmonic-p5-30cent:235 #: lesson-files/csound-intonation-harmonic-p5-30cent:265 #: lesson-files/csound-intonation-harmonic-p5-30cent:295 #: lesson-files/csound-intonation-harmonic-p5-30cent:325 #: lesson-files/csound-intonation-harmonic-p5-30cent:355 #: lesson-files/csound-intonation-harmonic-p5-40cent:25 #: lesson-files/csound-intonation-harmonic-p5-40cent:55 #: lesson-files/csound-intonation-harmonic-p5-40cent:85 #: lesson-files/csound-intonation-harmonic-p5-40cent:115 #: lesson-files/csound-intonation-harmonic-p5-40cent:145 #: lesson-files/csound-intonation-harmonic-p5-40cent:175 #: lesson-files/csound-intonation-harmonic-p5-40cent:205 #: lesson-files/csound-intonation-harmonic-p5-40cent:235 #: lesson-files/csound-intonation-harmonic-p5-40cent:265 #: lesson-files/csound-intonation-harmonic-p5-40cent:295 #: lesson-files/csound-intonation-harmonic-p5-40cent:325 #: lesson-files/csound-intonation-harmonic-p5-40cent:355 #: lesson-files/csound-intonation-harmonic-p5-5cent:25 #: lesson-files/csound-intonation-harmonic-p5-5cent:55 #: lesson-files/csound-intonation-harmonic-p5-5cent:85 #: lesson-files/csound-intonation-harmonic-p5-5cent:115 #: lesson-files/csound-intonation-harmonic-p5-5cent:145 #: lesson-files/csound-intonation-harmonic-p5-5cent:175 #: lesson-files/csound-intonation-harmonic-p5-5cent:205 #: lesson-files/csound-intonation-harmonic-p5-5cent:235 #: lesson-files/csound-intonation-harmonic-p5-5cent:265 #: lesson-files/csound-intonation-harmonic-p5-5cent:295 #: lesson-files/csound-intonation-harmonic-p5-5cent:325 #: lesson-files/csound-intonation-harmonic-p5-5cent:355 #: lesson-files/csound-intonation-harmonic-p5-6cent:25 #: lesson-files/csound-intonation-harmonic-p5-6cent:55 #: lesson-files/csound-intonation-harmonic-p5-6cent:85 #: lesson-files/csound-intonation-harmonic-p5-6cent:115 #: lesson-files/csound-intonation-harmonic-p5-6cent:145 #: lesson-files/csound-intonation-harmonic-p5-6cent:175 #: lesson-files/csound-intonation-harmonic-p5-6cent:205 #: lesson-files/csound-intonation-harmonic-p5-6cent:235 #: lesson-files/csound-intonation-harmonic-p5-6cent:265 #: lesson-files/csound-intonation-harmonic-p5-6cent:295 #: lesson-files/csound-intonation-harmonic-p5-6cent:325 #: lesson-files/csound-intonation-harmonic-p5-6cent:355 #: lesson-files/csound-intonation-harmonic-p5-8cent:25 #: lesson-files/csound-intonation-harmonic-p5-8cent:55 #: lesson-files/csound-intonation-harmonic-p5-8cent:85 #: lesson-files/csound-intonation-harmonic-p5-8cent:115 #: lesson-files/csound-intonation-harmonic-p5-8cent:145 #: lesson-files/csound-intonation-harmonic-p5-8cent:175 #: lesson-files/csound-intonation-harmonic-p5-8cent:205 #: lesson-files/csound-intonation-harmonic-p5-8cent:235 #: lesson-files/csound-intonation-harmonic-p5-8cent:265 #: lesson-files/csound-intonation-harmonic-p5-8cent:295 #: lesson-files/csound-intonation-harmonic-p5-8cent:325 #: lesson-files/csound-intonation-harmonic-p5-8cent:355 #: lesson-files/csound-intonation-maj2-10cent:25 #: lesson-files/csound-intonation-maj2-10cent:55 #: lesson-files/csound-intonation-maj2-10cent:85 #: lesson-files/csound-intonation-maj2-10cent:115 #: lesson-files/csound-intonation-maj2-10cent:145 #: lesson-files/csound-intonation-maj2-10cent:175 #: lesson-files/csound-intonation-maj2-10cent:205 #: lesson-files/csound-intonation-maj2-10cent:235 #: lesson-files/csound-intonation-maj2-10cent:265 #: lesson-files/csound-intonation-maj2-10cent:295 #: lesson-files/csound-intonation-maj2-10cent:325 #: lesson-files/csound-intonation-maj2-10cent:355 #: lesson-files/csound-intonation-maj2-15cent:25 #: lesson-files/csound-intonation-maj2-15cent:55 #: lesson-files/csound-intonation-maj2-15cent:85 #: lesson-files/csound-intonation-maj2-15cent:115 #: lesson-files/csound-intonation-maj2-15cent:145 #: lesson-files/csound-intonation-maj2-15cent:175 #: lesson-files/csound-intonation-maj2-15cent:205 #: lesson-files/csound-intonation-maj2-15cent:235 #: lesson-files/csound-intonation-maj2-15cent:265 #: lesson-files/csound-intonation-maj2-15cent:295 #: lesson-files/csound-intonation-maj2-15cent:325 #: lesson-files/csound-intonation-maj2-15cent:355 #: lesson-files/csound-intonation-maj2-20cent:25 #: lesson-files/csound-intonation-maj2-20cent:55 #: lesson-files/csound-intonation-maj2-20cent:85 #: lesson-files/csound-intonation-maj2-20cent:115 #: lesson-files/csound-intonation-maj2-20cent:145 #: lesson-files/csound-intonation-maj2-20cent:175 #: lesson-files/csound-intonation-maj2-20cent:205 #: lesson-files/csound-intonation-maj2-20cent:235 #: lesson-files/csound-intonation-maj2-20cent:265 #: lesson-files/csound-intonation-maj2-20cent:295 #: lesson-files/csound-intonation-maj2-20cent:325 #: lesson-files/csound-intonation-maj2-20cent:355 #: lesson-files/csound-intonation-maj2-30cent:25 #: lesson-files/csound-intonation-maj2-30cent:55 #: lesson-files/csound-intonation-maj2-30cent:85 #: lesson-files/csound-intonation-maj2-30cent:115 #: lesson-files/csound-intonation-maj2-30cent:145 #: lesson-files/csound-intonation-maj2-30cent:175 #: lesson-files/csound-intonation-maj2-30cent:205 #: lesson-files/csound-intonation-maj2-30cent:235 #: lesson-files/csound-intonation-maj2-30cent:265 #: lesson-files/csound-intonation-maj2-30cent:295 #: lesson-files/csound-intonation-maj2-30cent:325 #: lesson-files/csound-intonation-maj2-30cent:355 #: lesson-files/csound-intonation-maj2-40cent:25 #: lesson-files/csound-intonation-maj2-40cent:55 #: lesson-files/csound-intonation-maj2-40cent:85 #: lesson-files/csound-intonation-maj2-40cent:115 #: lesson-files/csound-intonation-maj2-40cent:145 #: lesson-files/csound-intonation-maj2-40cent:175 #: lesson-files/csound-intonation-maj2-40cent:205 #: lesson-files/csound-intonation-maj2-40cent:235 #: lesson-files/csound-intonation-maj2-40cent:265 #: lesson-files/csound-intonation-maj2-40cent:295 #: lesson-files/csound-intonation-maj2-40cent:325 #: lesson-files/csound-intonation-maj2-40cent:355 #: lesson-files/csound-intonation-maj2-5cent:25 #: lesson-files/csound-intonation-maj2-5cent:55 #: lesson-files/csound-intonation-maj2-5cent:85 #: lesson-files/csound-intonation-maj2-5cent:115 #: lesson-files/csound-intonation-maj2-5cent:145 #: lesson-files/csound-intonation-maj2-5cent:175 #: lesson-files/csound-intonation-maj2-5cent:205 #: lesson-files/csound-intonation-maj2-5cent:235 #: lesson-files/csound-intonation-maj2-5cent:265 #: lesson-files/csound-intonation-maj2-5cent:295 #: lesson-files/csound-intonation-maj2-5cent:325 #: lesson-files/csound-intonation-maj2-5cent:355 #: lesson-files/csound-intonation-maj2-6cent:25 #: lesson-files/csound-intonation-maj2-6cent:55 #: lesson-files/csound-intonation-maj2-6cent:85 #: lesson-files/csound-intonation-maj2-6cent:115 #: lesson-files/csound-intonation-maj2-6cent:145 #: lesson-files/csound-intonation-maj2-6cent:175 #: lesson-files/csound-intonation-maj2-6cent:205 #: lesson-files/csound-intonation-maj2-6cent:235 #: lesson-files/csound-intonation-maj2-6cent:265 #: lesson-files/csound-intonation-maj2-6cent:295 #: lesson-files/csound-intonation-maj2-6cent:325 #: lesson-files/csound-intonation-maj2-6cent:355 #: lesson-files/csound-intonation-maj2-8cent:25 #: lesson-files/csound-intonation-maj2-8cent:55 #: lesson-files/csound-intonation-maj2-8cent:85 #: lesson-files/csound-intonation-maj2-8cent:115 #: lesson-files/csound-intonation-maj2-8cent:145 #: lesson-files/csound-intonation-maj2-8cent:175 #: lesson-files/csound-intonation-maj2-8cent:205 #: lesson-files/csound-intonation-maj2-8cent:235 #: lesson-files/csound-intonation-maj2-8cent:265 #: lesson-files/csound-intonation-maj2-8cent:295 #: lesson-files/csound-intonation-maj2-8cent:325 #: lesson-files/csound-intonation-maj2-8cent:355 #: lesson-files/csound-intonation-maj3-10cent:25 #: lesson-files/csound-intonation-maj3-10cent:55 #: lesson-files/csound-intonation-maj3-10cent:85 #: lesson-files/csound-intonation-maj3-10cent:115 #: lesson-files/csound-intonation-maj3-10cent:145 #: lesson-files/csound-intonation-maj3-10cent:175 #: lesson-files/csound-intonation-maj3-10cent:205 #: lesson-files/csound-intonation-maj3-10cent:235 #: lesson-files/csound-intonation-maj3-10cent:265 #: lesson-files/csound-intonation-maj3-10cent:295 #: lesson-files/csound-intonation-maj3-10cent:325 #: lesson-files/csound-intonation-maj3-10cent:355 #: lesson-files/csound-intonation-maj3-15cent:25 #: lesson-files/csound-intonation-maj3-15cent:55 #: lesson-files/csound-intonation-maj3-15cent:85 #: lesson-files/csound-intonation-maj3-15cent:115 #: lesson-files/csound-intonation-maj3-15cent:145 #: lesson-files/csound-intonation-maj3-15cent:175 #: lesson-files/csound-intonation-maj3-15cent:205 #: lesson-files/csound-intonation-maj3-15cent:235 #: lesson-files/csound-intonation-maj3-15cent:265 #: lesson-files/csound-intonation-maj3-15cent:295 #: lesson-files/csound-intonation-maj3-15cent:325 #: lesson-files/csound-intonation-maj3-15cent:355 #: lesson-files/csound-intonation-maj3-20cent:25 #: lesson-files/csound-intonation-maj3-20cent:55 #: lesson-files/csound-intonation-maj3-20cent:85 #: lesson-files/csound-intonation-maj3-20cent:115 #: lesson-files/csound-intonation-maj3-20cent:145 #: lesson-files/csound-intonation-maj3-20cent:175 #: lesson-files/csound-intonation-maj3-20cent:205 #: lesson-files/csound-intonation-maj3-20cent:235 #: lesson-files/csound-intonation-maj3-20cent:265 #: lesson-files/csound-intonation-maj3-20cent:295 #: lesson-files/csound-intonation-maj3-20cent:325 #: lesson-files/csound-intonation-maj3-20cent:355 #: lesson-files/csound-intonation-maj3-30cent:25 #: lesson-files/csound-intonation-maj3-30cent:55 #: lesson-files/csound-intonation-maj3-30cent:85 #: lesson-files/csound-intonation-maj3-30cent:115 #: lesson-files/csound-intonation-maj3-30cent:145 #: lesson-files/csound-intonation-maj3-30cent:175 #: lesson-files/csound-intonation-maj3-30cent:205 #: lesson-files/csound-intonation-maj3-30cent:235 #: lesson-files/csound-intonation-maj3-30cent:265 #: lesson-files/csound-intonation-maj3-30cent:295 #: lesson-files/csound-intonation-maj3-30cent:325 #: lesson-files/csound-intonation-maj3-30cent:355 #: lesson-files/csound-intonation-maj3-40cent:25 #: lesson-files/csound-intonation-maj3-40cent:55 #: lesson-files/csound-intonation-maj3-40cent:85 #: lesson-files/csound-intonation-maj3-40cent:115 #: lesson-files/csound-intonation-maj3-40cent:145 #: lesson-files/csound-intonation-maj3-40cent:175 #: lesson-files/csound-intonation-maj3-40cent:205 #: lesson-files/csound-intonation-maj3-40cent:235 #: lesson-files/csound-intonation-maj3-40cent:265 #: lesson-files/csound-intonation-maj3-40cent:295 #: lesson-files/csound-intonation-maj3-40cent:325 #: lesson-files/csound-intonation-maj3-40cent:355 #: lesson-files/csound-intonation-maj3-5cent:25 #: lesson-files/csound-intonation-maj3-5cent:55 #: lesson-files/csound-intonation-maj3-5cent:85 #: lesson-files/csound-intonation-maj3-5cent:115 #: lesson-files/csound-intonation-maj3-5cent:145 #: lesson-files/csound-intonation-maj3-5cent:175 #: lesson-files/csound-intonation-maj3-5cent:205 #: lesson-files/csound-intonation-maj3-5cent:235 #: lesson-files/csound-intonation-maj3-5cent:265 #: lesson-files/csound-intonation-maj3-5cent:295 #: lesson-files/csound-intonation-maj3-5cent:325 #: lesson-files/csound-intonation-maj3-5cent:355 #: lesson-files/csound-intonation-maj3-6cent:25 #: lesson-files/csound-intonation-maj3-6cent:55 #: lesson-files/csound-intonation-maj3-6cent:85 #: lesson-files/csound-intonation-maj3-6cent:115 #: lesson-files/csound-intonation-maj3-6cent:145 #: lesson-files/csound-intonation-maj3-6cent:175 #: lesson-files/csound-intonation-maj3-6cent:205 #: lesson-files/csound-intonation-maj3-6cent:235 #: lesson-files/csound-intonation-maj3-6cent:265 #: lesson-files/csound-intonation-maj3-6cent:295 #: lesson-files/csound-intonation-maj3-6cent:325 #: lesson-files/csound-intonation-maj3-6cent:355 #: lesson-files/csound-intonation-maj3-8cent:25 #: lesson-files/csound-intonation-maj3-8cent:55 #: lesson-files/csound-intonation-maj3-8cent:85 #: lesson-files/csound-intonation-maj3-8cent:115 #: lesson-files/csound-intonation-maj3-8cent:145 #: lesson-files/csound-intonation-maj3-8cent:175 #: lesson-files/csound-intonation-maj3-8cent:205 #: lesson-files/csound-intonation-maj3-8cent:235 #: lesson-files/csound-intonation-maj3-8cent:265 #: lesson-files/csound-intonation-maj3-8cent:295 #: lesson-files/csound-intonation-maj3-8cent:325 #: lesson-files/csound-intonation-maj3-8cent:355 #: lesson-files/csound-intonation-maj6-10cent:25 #: lesson-files/csound-intonation-maj6-10cent:55 #: lesson-files/csound-intonation-maj6-10cent:85 #: lesson-files/csound-intonation-maj6-10cent:115 #: lesson-files/csound-intonation-maj6-10cent:145 #: lesson-files/csound-intonation-maj6-10cent:175 #: lesson-files/csound-intonation-maj6-10cent:205 #: lesson-files/csound-intonation-maj6-10cent:235 #: lesson-files/csound-intonation-maj6-10cent:265 #: lesson-files/csound-intonation-maj6-10cent:295 #: lesson-files/csound-intonation-maj6-10cent:325 #: lesson-files/csound-intonation-maj6-10cent:355 #: lesson-files/csound-intonation-maj6-15cent:25 #: lesson-files/csound-intonation-maj6-15cent:55 #: lesson-files/csound-intonation-maj6-15cent:85 #: lesson-files/csound-intonation-maj6-15cent:115 #: lesson-files/csound-intonation-maj6-15cent:145 #: lesson-files/csound-intonation-maj6-15cent:175 #: lesson-files/csound-intonation-maj6-15cent:205 #: lesson-files/csound-intonation-maj6-15cent:235 #: lesson-files/csound-intonation-maj6-15cent:265 #: lesson-files/csound-intonation-maj6-15cent:295 #: lesson-files/csound-intonation-maj6-15cent:325 #: lesson-files/csound-intonation-maj6-15cent:355 #: lesson-files/csound-intonation-maj6-20cent:25 #: lesson-files/csound-intonation-maj6-20cent:55 #: lesson-files/csound-intonation-maj6-20cent:85 #: lesson-files/csound-intonation-maj6-20cent:115 #: lesson-files/csound-intonation-maj6-20cent:145 #: lesson-files/csound-intonation-maj6-20cent:175 #: lesson-files/csound-intonation-maj6-20cent:205 #: lesson-files/csound-intonation-maj6-20cent:235 #: lesson-files/csound-intonation-maj6-20cent:265 #: lesson-files/csound-intonation-maj6-20cent:295 #: lesson-files/csound-intonation-maj6-20cent:325 #: lesson-files/csound-intonation-maj6-20cent:355 #: lesson-files/csound-intonation-maj6-30cent:25 #: lesson-files/csound-intonation-maj6-30cent:55 #: lesson-files/csound-intonation-maj6-30cent:85 #: lesson-files/csound-intonation-maj6-30cent:115 #: lesson-files/csound-intonation-maj6-30cent:145 #: lesson-files/csound-intonation-maj6-30cent:175 #: lesson-files/csound-intonation-maj6-30cent:205 #: lesson-files/csound-intonation-maj6-30cent:235 #: lesson-files/csound-intonation-maj6-30cent:265 #: lesson-files/csound-intonation-maj6-30cent:295 #: lesson-files/csound-intonation-maj6-30cent:325 #: lesson-files/csound-intonation-maj6-30cent:355 #: lesson-files/csound-intonation-maj6-40cent:25 #: lesson-files/csound-intonation-maj6-40cent:55 #: lesson-files/csound-intonation-maj6-40cent:85 #: lesson-files/csound-intonation-maj6-40cent:115 #: lesson-files/csound-intonation-maj6-40cent:145 #: lesson-files/csound-intonation-maj6-40cent:175 #: lesson-files/csound-intonation-maj6-40cent:205 #: lesson-files/csound-intonation-maj6-40cent:235 #: lesson-files/csound-intonation-maj6-40cent:265 #: lesson-files/csound-intonation-maj6-40cent:295 #: lesson-files/csound-intonation-maj6-40cent:325 #: lesson-files/csound-intonation-maj6-40cent:355 #: lesson-files/csound-intonation-maj6-5cent:25 #: lesson-files/csound-intonation-maj6-5cent:55 #: lesson-files/csound-intonation-maj6-5cent:85 #: lesson-files/csound-intonation-maj6-5cent:115 #: lesson-files/csound-intonation-maj6-5cent:145 #: lesson-files/csound-intonation-maj6-5cent:175 #: lesson-files/csound-intonation-maj6-5cent:205 #: lesson-files/csound-intonation-maj6-5cent:235 #: lesson-files/csound-intonation-maj6-5cent:265 #: lesson-files/csound-intonation-maj6-5cent:295 #: lesson-files/csound-intonation-maj6-5cent:325 #: lesson-files/csound-intonation-maj6-5cent:355 #: lesson-files/csound-intonation-maj6-6cent:25 #: lesson-files/csound-intonation-maj6-6cent:55 #: lesson-files/csound-intonation-maj6-6cent:85 #: lesson-files/csound-intonation-maj6-6cent:115 #: lesson-files/csound-intonation-maj6-6cent:145 #: lesson-files/csound-intonation-maj6-6cent:175 #: lesson-files/csound-intonation-maj6-6cent:205 #: lesson-files/csound-intonation-maj6-6cent:235 #: lesson-files/csound-intonation-maj6-6cent:265 #: lesson-files/csound-intonation-maj6-6cent:295 #: lesson-files/csound-intonation-maj6-6cent:325 #: lesson-files/csound-intonation-maj6-6cent:355 #: lesson-files/csound-intonation-maj6-8cent:25 #: lesson-files/csound-intonation-maj6-8cent:55 #: lesson-files/csound-intonation-maj6-8cent:85 #: lesson-files/csound-intonation-maj6-8cent:115 #: lesson-files/csound-intonation-maj6-8cent:145 #: lesson-files/csound-intonation-maj6-8cent:175 #: lesson-files/csound-intonation-maj6-8cent:205 #: lesson-files/csound-intonation-maj6-8cent:235 #: lesson-files/csound-intonation-maj6-8cent:265 #: lesson-files/csound-intonation-maj6-8cent:295 #: lesson-files/csound-intonation-maj6-8cent:325 #: lesson-files/csound-intonation-maj6-8cent:355 #: lesson-files/csound-intonation-maj7-10cent:25 #: lesson-files/csound-intonation-maj7-10cent:55 #: lesson-files/csound-intonation-maj7-10cent:85 #: lesson-files/csound-intonation-maj7-10cent:115 #: lesson-files/csound-intonation-maj7-10cent:145 #: lesson-files/csound-intonation-maj7-10cent:175 #: lesson-files/csound-intonation-maj7-10cent:205 #: lesson-files/csound-intonation-maj7-10cent:235 #: lesson-files/csound-intonation-maj7-10cent:265 #: lesson-files/csound-intonation-maj7-10cent:295 #: lesson-files/csound-intonation-maj7-10cent:325 #: lesson-files/csound-intonation-maj7-10cent:355 #: lesson-files/csound-intonation-maj7-15cent:25 #: lesson-files/csound-intonation-maj7-15cent:55 #: lesson-files/csound-intonation-maj7-15cent:85 #: lesson-files/csound-intonation-maj7-15cent:115 #: lesson-files/csound-intonation-maj7-15cent:145 #: lesson-files/csound-intonation-maj7-15cent:175 #: lesson-files/csound-intonation-maj7-15cent:205 #: lesson-files/csound-intonation-maj7-15cent:235 #: lesson-files/csound-intonation-maj7-15cent:265 #: lesson-files/csound-intonation-maj7-15cent:295 #: lesson-files/csound-intonation-maj7-15cent:325 #: lesson-files/csound-intonation-maj7-15cent:355 #: lesson-files/csound-intonation-maj7-20cent:25 #: lesson-files/csound-intonation-maj7-20cent:55 #: lesson-files/csound-intonation-maj7-20cent:85 #: lesson-files/csound-intonation-maj7-20cent:115 #: lesson-files/csound-intonation-maj7-20cent:145 #: lesson-files/csound-intonation-maj7-20cent:175 #: lesson-files/csound-intonation-maj7-20cent:205 #: lesson-files/csound-intonation-maj7-20cent:235 #: lesson-files/csound-intonation-maj7-20cent:265 #: lesson-files/csound-intonation-maj7-20cent:295 #: lesson-files/csound-intonation-maj7-20cent:325 #: lesson-files/csound-intonation-maj7-20cent:355 #: lesson-files/csound-intonation-maj7-30cent:25 #: lesson-files/csound-intonation-maj7-30cent:55 #: lesson-files/csound-intonation-maj7-30cent:85 #: lesson-files/csound-intonation-maj7-30cent:115 #: lesson-files/csound-intonation-maj7-30cent:145 #: lesson-files/csound-intonation-maj7-30cent:175 #: lesson-files/csound-intonation-maj7-30cent:205 #: lesson-files/csound-intonation-maj7-30cent:235 #: lesson-files/csound-intonation-maj7-30cent:265 #: lesson-files/csound-intonation-maj7-30cent:295 #: lesson-files/csound-intonation-maj7-30cent:325 #: lesson-files/csound-intonation-maj7-30cent:355 #: lesson-files/csound-intonation-maj7-40cent:25 #: lesson-files/csound-intonation-maj7-40cent:55 #: lesson-files/csound-intonation-maj7-40cent:85 #: lesson-files/csound-intonation-maj7-40cent:115 #: lesson-files/csound-intonation-maj7-40cent:145 #: lesson-files/csound-intonation-maj7-40cent:175 #: lesson-files/csound-intonation-maj7-40cent:205 #: lesson-files/csound-intonation-maj7-40cent:235 #: lesson-files/csound-intonation-maj7-40cent:265 #: lesson-files/csound-intonation-maj7-40cent:295 #: lesson-files/csound-intonation-maj7-40cent:325 #: lesson-files/csound-intonation-maj7-40cent:355 #: lesson-files/csound-intonation-maj7-5cent:25 #: lesson-files/csound-intonation-maj7-5cent:55 #: lesson-files/csound-intonation-maj7-5cent:85 #: lesson-files/csound-intonation-maj7-5cent:115 #: lesson-files/csound-intonation-maj7-5cent:145 #: lesson-files/csound-intonation-maj7-5cent:175 #: lesson-files/csound-intonation-maj7-5cent:205 #: lesson-files/csound-intonation-maj7-5cent:235 #: lesson-files/csound-intonation-maj7-5cent:265 #: lesson-files/csound-intonation-maj7-5cent:295 #: lesson-files/csound-intonation-maj7-5cent:325 #: lesson-files/csound-intonation-maj7-5cent:355 #: lesson-files/csound-intonation-maj7-6cent:25 #: lesson-files/csound-intonation-maj7-6cent:55 #: lesson-files/csound-intonation-maj7-6cent:85 #: lesson-files/csound-intonation-maj7-6cent:115 #: lesson-files/csound-intonation-maj7-6cent:145 #: lesson-files/csound-intonation-maj7-6cent:175 #: lesson-files/csound-intonation-maj7-6cent:205 #: lesson-files/csound-intonation-maj7-6cent:235 #: lesson-files/csound-intonation-maj7-6cent:265 #: lesson-files/csound-intonation-maj7-6cent:295 #: lesson-files/csound-intonation-maj7-6cent:325 #: lesson-files/csound-intonation-maj7-6cent:355 #: lesson-files/csound-intonation-maj7-8cent:25 #: lesson-files/csound-intonation-maj7-8cent:55 #: lesson-files/csound-intonation-maj7-8cent:85 #: lesson-files/csound-intonation-maj7-8cent:115 #: lesson-files/csound-intonation-maj7-8cent:145 #: lesson-files/csound-intonation-maj7-8cent:175 #: lesson-files/csound-intonation-maj7-8cent:205 #: lesson-files/csound-intonation-maj7-8cent:235 #: lesson-files/csound-intonation-maj7-8cent:265 #: lesson-files/csound-intonation-maj7-8cent:295 #: lesson-files/csound-intonation-maj7-8cent:325 #: lesson-files/csound-intonation-maj7-8cent:355 #: lesson-files/csound-intonation-min2-10cent:25 #: lesson-files/csound-intonation-min2-10cent:55 #: lesson-files/csound-intonation-min2-10cent:85 #: lesson-files/csound-intonation-min2-10cent:115 #: lesson-files/csound-intonation-min2-10cent:145 #: lesson-files/csound-intonation-min2-10cent:175 #: lesson-files/csound-intonation-min2-10cent:205 #: lesson-files/csound-intonation-min2-10cent:235 #: lesson-files/csound-intonation-min2-10cent:265 #: lesson-files/csound-intonation-min2-10cent:295 #: lesson-files/csound-intonation-min2-10cent:325 #: lesson-files/csound-intonation-min2-10cent:355 #: lesson-files/csound-intonation-min2-15cent:25 #: lesson-files/csound-intonation-min2-15cent:55 #: lesson-files/csound-intonation-min2-15cent:85 #: lesson-files/csound-intonation-min2-15cent:115 #: lesson-files/csound-intonation-min2-15cent:145 #: lesson-files/csound-intonation-min2-15cent:175 #: lesson-files/csound-intonation-min2-15cent:205 #: lesson-files/csound-intonation-min2-15cent:235 #: lesson-files/csound-intonation-min2-15cent:265 #: lesson-files/csound-intonation-min2-15cent:295 #: lesson-files/csound-intonation-min2-15cent:325 #: lesson-files/csound-intonation-min2-15cent:355 #: lesson-files/csound-intonation-min2-20cent:25 #: lesson-files/csound-intonation-min2-20cent:55 #: lesson-files/csound-intonation-min2-20cent:85 #: lesson-files/csound-intonation-min2-20cent:115 #: lesson-files/csound-intonation-min2-20cent:145 #: lesson-files/csound-intonation-min2-20cent:175 #: lesson-files/csound-intonation-min2-20cent:205 #: lesson-files/csound-intonation-min2-20cent:235 #: lesson-files/csound-intonation-min2-20cent:265 #: lesson-files/csound-intonation-min2-20cent:295 #: lesson-files/csound-intonation-min2-20cent:325 #: lesson-files/csound-intonation-min2-20cent:355 #: lesson-files/csound-intonation-min2-30cent:25 #: lesson-files/csound-intonation-min2-30cent:55 #: lesson-files/csound-intonation-min2-30cent:85 #: lesson-files/csound-intonation-min2-30cent:115 #: lesson-files/csound-intonation-min2-30cent:145 #: lesson-files/csound-intonation-min2-30cent:175 #: lesson-files/csound-intonation-min2-30cent:205 #: lesson-files/csound-intonation-min2-30cent:235 #: lesson-files/csound-intonation-min2-30cent:265 #: lesson-files/csound-intonation-min2-30cent:295 #: lesson-files/csound-intonation-min2-30cent:325 #: lesson-files/csound-intonation-min2-30cent:355 #: lesson-files/csound-intonation-min2-40cent:25 #: lesson-files/csound-intonation-min2-40cent:55 #: lesson-files/csound-intonation-min2-40cent:85 #: lesson-files/csound-intonation-min2-40cent:115 #: lesson-files/csound-intonation-min2-40cent:145 #: lesson-files/csound-intonation-min2-40cent:175 #: lesson-files/csound-intonation-min2-40cent:205 #: lesson-files/csound-intonation-min2-40cent:235 #: lesson-files/csound-intonation-min2-40cent:265 #: lesson-files/csound-intonation-min2-40cent:295 #: lesson-files/csound-intonation-min2-40cent:325 #: lesson-files/csound-intonation-min2-40cent:355 #: lesson-files/csound-intonation-min2-5cent:25 #: lesson-files/csound-intonation-min2-5cent:55 #: lesson-files/csound-intonation-min2-5cent:85 #: lesson-files/csound-intonation-min2-5cent:115 #: lesson-files/csound-intonation-min2-5cent:145 #: lesson-files/csound-intonation-min2-5cent:175 #: lesson-files/csound-intonation-min2-5cent:205 #: lesson-files/csound-intonation-min2-5cent:235 #: lesson-files/csound-intonation-min2-5cent:265 #: lesson-files/csound-intonation-min2-5cent:295 #: lesson-files/csound-intonation-min2-5cent:325 #: lesson-files/csound-intonation-min2-5cent:355 #: lesson-files/csound-intonation-min2-6cent:25 #: lesson-files/csound-intonation-min2-6cent:55 #: lesson-files/csound-intonation-min2-6cent:85 #: lesson-files/csound-intonation-min2-6cent:115 #: lesson-files/csound-intonation-min2-6cent:145 #: lesson-files/csound-intonation-min2-6cent:175 #: lesson-files/csound-intonation-min2-6cent:205 #: lesson-files/csound-intonation-min2-6cent:235 #: lesson-files/csound-intonation-min2-6cent:265 #: lesson-files/csound-intonation-min2-6cent:295 #: lesson-files/csound-intonation-min2-6cent:325 #: lesson-files/csound-intonation-min2-6cent:355 #: lesson-files/csound-intonation-min2-8cent:25 #: lesson-files/csound-intonation-min2-8cent:55 #: lesson-files/csound-intonation-min2-8cent:85 #: lesson-files/csound-intonation-min2-8cent:115 #: lesson-files/csound-intonation-min2-8cent:145 #: lesson-files/csound-intonation-min2-8cent:175 #: lesson-files/csound-intonation-min2-8cent:205 #: lesson-files/csound-intonation-min2-8cent:235 #: lesson-files/csound-intonation-min2-8cent:265 #: lesson-files/csound-intonation-min2-8cent:295 #: lesson-files/csound-intonation-min2-8cent:325 #: lesson-files/csound-intonation-min2-8cent:355 #: lesson-files/csound-intonation-min3-10cent:25 #: lesson-files/csound-intonation-min3-10cent:55 #: lesson-files/csound-intonation-min3-10cent:85 #: lesson-files/csound-intonation-min3-10cent:115 #: lesson-files/csound-intonation-min3-10cent:145 #: lesson-files/csound-intonation-min3-10cent:175 #: lesson-files/csound-intonation-min3-10cent:205 #: lesson-files/csound-intonation-min3-10cent:235 #: lesson-files/csound-intonation-min3-10cent:265 #: lesson-files/csound-intonation-min3-10cent:295 #: lesson-files/csound-intonation-min3-10cent:325 #: lesson-files/csound-intonation-min3-10cent:355 #: lesson-files/csound-intonation-min3-15cent:25 #: lesson-files/csound-intonation-min3-15cent:55 #: lesson-files/csound-intonation-min3-15cent:85 #: lesson-files/csound-intonation-min3-15cent:115 #: lesson-files/csound-intonation-min3-15cent:145 #: lesson-files/csound-intonation-min3-15cent:175 #: lesson-files/csound-intonation-min3-15cent:205 #: lesson-files/csound-intonation-min3-15cent:235 #: lesson-files/csound-intonation-min3-15cent:265 #: lesson-files/csound-intonation-min3-15cent:295 #: lesson-files/csound-intonation-min3-15cent:325 #: lesson-files/csound-intonation-min3-15cent:355 #: lesson-files/csound-intonation-min3-20cent:25 #: lesson-files/csound-intonation-min3-20cent:55 #: lesson-files/csound-intonation-min3-20cent:85 #: lesson-files/csound-intonation-min3-20cent:115 #: lesson-files/csound-intonation-min3-20cent:145 #: lesson-files/csound-intonation-min3-20cent:175 #: lesson-files/csound-intonation-min3-20cent:205 #: lesson-files/csound-intonation-min3-20cent:235 #: lesson-files/csound-intonation-min3-20cent:265 #: lesson-files/csound-intonation-min3-20cent:295 #: lesson-files/csound-intonation-min3-20cent:325 #: lesson-files/csound-intonation-min3-20cent:355 #: lesson-files/csound-intonation-min3-30cent:25 #: lesson-files/csound-intonation-min3-30cent:55 #: lesson-files/csound-intonation-min3-30cent:85 #: lesson-files/csound-intonation-min3-30cent:115 #: lesson-files/csound-intonation-min3-30cent:145 #: lesson-files/csound-intonation-min3-30cent:175 #: lesson-files/csound-intonation-min3-30cent:205 #: lesson-files/csound-intonation-min3-30cent:235 #: lesson-files/csound-intonation-min3-30cent:265 #: lesson-files/csound-intonation-min3-30cent:295 #: lesson-files/csound-intonation-min3-30cent:325 #: lesson-files/csound-intonation-min3-30cent:355 #: lesson-files/csound-intonation-min3-40cent:25 #: lesson-files/csound-intonation-min3-40cent:55 #: lesson-files/csound-intonation-min3-40cent:85 #: lesson-files/csound-intonation-min3-40cent:115 #: lesson-files/csound-intonation-min3-40cent:145 #: lesson-files/csound-intonation-min3-40cent:175 #: lesson-files/csound-intonation-min3-40cent:205 #: lesson-files/csound-intonation-min3-40cent:235 #: lesson-files/csound-intonation-min3-40cent:265 #: lesson-files/csound-intonation-min3-40cent:295 #: lesson-files/csound-intonation-min3-40cent:325 #: lesson-files/csound-intonation-min3-40cent:355 #: lesson-files/csound-intonation-min3-5cent:25 #: lesson-files/csound-intonation-min3-5cent:55 #: lesson-files/csound-intonation-min3-5cent:85 #: lesson-files/csound-intonation-min3-5cent:115 #: lesson-files/csound-intonation-min3-5cent:145 #: lesson-files/csound-intonation-min3-5cent:175 #: lesson-files/csound-intonation-min3-5cent:205 #: lesson-files/csound-intonation-min3-5cent:235 #: lesson-files/csound-intonation-min3-5cent:265 #: lesson-files/csound-intonation-min3-5cent:295 #: lesson-files/csound-intonation-min3-5cent:325 #: lesson-files/csound-intonation-min3-5cent:355 #: lesson-files/csound-intonation-min3-6cent:25 #: lesson-files/csound-intonation-min3-6cent:55 #: lesson-files/csound-intonation-min3-6cent:85 #: lesson-files/csound-intonation-min3-6cent:115 #: lesson-files/csound-intonation-min3-6cent:145 #: lesson-files/csound-intonation-min3-6cent:175 #: lesson-files/csound-intonation-min3-6cent:205 #: lesson-files/csound-intonation-min3-6cent:235 #: lesson-files/csound-intonation-min3-6cent:265 #: lesson-files/csound-intonation-min3-6cent:295 #: lesson-files/csound-intonation-min3-6cent:325 #: lesson-files/csound-intonation-min3-6cent:355 #: lesson-files/csound-intonation-min3-8cent:25 #: lesson-files/csound-intonation-min3-8cent:55 #: lesson-files/csound-intonation-min3-8cent:85 #: lesson-files/csound-intonation-min3-8cent:115 #: lesson-files/csound-intonation-min3-8cent:145 #: lesson-files/csound-intonation-min3-8cent:175 #: lesson-files/csound-intonation-min3-8cent:205 #: lesson-files/csound-intonation-min3-8cent:235 #: lesson-files/csound-intonation-min3-8cent:265 #: lesson-files/csound-intonation-min3-8cent:295 #: lesson-files/csound-intonation-min3-8cent:325 #: lesson-files/csound-intonation-min3-8cent:355 #: lesson-files/csound-intonation-min6-10cent:25 #: lesson-files/csound-intonation-min6-10cent:55 #: lesson-files/csound-intonation-min6-10cent:85 #: lesson-files/csound-intonation-min6-10cent:115 #: lesson-files/csound-intonation-min6-10cent:145 #: lesson-files/csound-intonation-min6-10cent:175 #: lesson-files/csound-intonation-min6-10cent:205 #: lesson-files/csound-intonation-min6-10cent:235 #: lesson-files/csound-intonation-min6-10cent:265 #: lesson-files/csound-intonation-min6-10cent:295 #: lesson-files/csound-intonation-min6-10cent:325 #: lesson-files/csound-intonation-min6-10cent:355 #: lesson-files/csound-intonation-min6-15cent:25 #: lesson-files/csound-intonation-min6-15cent:55 #: lesson-files/csound-intonation-min6-15cent:85 #: lesson-files/csound-intonation-min6-15cent:115 #: lesson-files/csound-intonation-min6-15cent:145 #: lesson-files/csound-intonation-min6-15cent:175 #: lesson-files/csound-intonation-min6-15cent:205 #: lesson-files/csound-intonation-min6-15cent:235 #: lesson-files/csound-intonation-min6-15cent:265 #: lesson-files/csound-intonation-min6-15cent:295 #: lesson-files/csound-intonation-min6-15cent:325 #: lesson-files/csound-intonation-min6-15cent:355 #: lesson-files/csound-intonation-min6-20cent:25 #: lesson-files/csound-intonation-min6-20cent:55 #: lesson-files/csound-intonation-min6-20cent:85 #: lesson-files/csound-intonation-min6-20cent:115 #: lesson-files/csound-intonation-min6-20cent:145 #: lesson-files/csound-intonation-min6-20cent:175 #: lesson-files/csound-intonation-min6-20cent:205 #: lesson-files/csound-intonation-min6-20cent:235 #: lesson-files/csound-intonation-min6-20cent:265 #: lesson-files/csound-intonation-min6-20cent:295 #: lesson-files/csound-intonation-min6-20cent:325 #: lesson-files/csound-intonation-min6-20cent:355 #: lesson-files/csound-intonation-min6-30cent:25 #: lesson-files/csound-intonation-min6-30cent:55 #: lesson-files/csound-intonation-min6-30cent:85 #: lesson-files/csound-intonation-min6-30cent:115 #: lesson-files/csound-intonation-min6-30cent:145 #: lesson-files/csound-intonation-min6-30cent:175 #: lesson-files/csound-intonation-min6-30cent:205 #: lesson-files/csound-intonation-min6-30cent:235 #: lesson-files/csound-intonation-min6-30cent:265 #: lesson-files/csound-intonation-min6-30cent:295 #: lesson-files/csound-intonation-min6-30cent:325 #: lesson-files/csound-intonation-min6-30cent:355 #: lesson-files/csound-intonation-min6-40cent:25 #: lesson-files/csound-intonation-min6-40cent:55 #: lesson-files/csound-intonation-min6-40cent:85 #: lesson-files/csound-intonation-min6-40cent:115 #: lesson-files/csound-intonation-min6-40cent:145 #: lesson-files/csound-intonation-min6-40cent:175 #: lesson-files/csound-intonation-min6-40cent:205 #: lesson-files/csound-intonation-min6-40cent:235 #: lesson-files/csound-intonation-min6-40cent:265 #: lesson-files/csound-intonation-min6-40cent:295 #: lesson-files/csound-intonation-min6-40cent:325 #: lesson-files/csound-intonation-min6-40cent:355 #: lesson-files/csound-intonation-min6-5cent:25 #: lesson-files/csound-intonation-min6-5cent:55 #: lesson-files/csound-intonation-min6-5cent:85 #: lesson-files/csound-intonation-min6-5cent:115 #: lesson-files/csound-intonation-min6-5cent:145 #: lesson-files/csound-intonation-min6-5cent:175 #: lesson-files/csound-intonation-min6-5cent:205 #: lesson-files/csound-intonation-min6-5cent:235 #: lesson-files/csound-intonation-min6-5cent:265 #: lesson-files/csound-intonation-min6-5cent:295 #: lesson-files/csound-intonation-min6-5cent:325 #: lesson-files/csound-intonation-min6-5cent:355 #: lesson-files/csound-intonation-min6-6cent:25 #: lesson-files/csound-intonation-min6-6cent:55 #: lesson-files/csound-intonation-min6-6cent:85 #: lesson-files/csound-intonation-min6-6cent:115 #: lesson-files/csound-intonation-min6-6cent:145 #: lesson-files/csound-intonation-min6-6cent:175 #: lesson-files/csound-intonation-min6-6cent:205 #: lesson-files/csound-intonation-min6-6cent:235 #: lesson-files/csound-intonation-min6-6cent:265 #: lesson-files/csound-intonation-min6-6cent:295 #: lesson-files/csound-intonation-min6-6cent:325 #: lesson-files/csound-intonation-min6-6cent:355 #: lesson-files/csound-intonation-min6-8cent:25 #: lesson-files/csound-intonation-min6-8cent:55 #: lesson-files/csound-intonation-min6-8cent:85 #: lesson-files/csound-intonation-min6-8cent:115 #: lesson-files/csound-intonation-min6-8cent:145 #: lesson-files/csound-intonation-min6-8cent:175 #: lesson-files/csound-intonation-min6-8cent:205 #: lesson-files/csound-intonation-min6-8cent:235 #: lesson-files/csound-intonation-min6-8cent:265 #: lesson-files/csound-intonation-min6-8cent:295 #: lesson-files/csound-intonation-min6-8cent:325 #: lesson-files/csound-intonation-min6-8cent:355 #: lesson-files/csound-intonation-min7-10cent:25 #: lesson-files/csound-intonation-min7-10cent:55 #: lesson-files/csound-intonation-min7-10cent:85 #: lesson-files/csound-intonation-min7-10cent:115 #: lesson-files/csound-intonation-min7-10cent:145 #: lesson-files/csound-intonation-min7-10cent:175 #: lesson-files/csound-intonation-min7-10cent:205 #: lesson-files/csound-intonation-min7-10cent:235 #: lesson-files/csound-intonation-min7-10cent:265 #: lesson-files/csound-intonation-min7-10cent:295 #: lesson-files/csound-intonation-min7-10cent:325 #: lesson-files/csound-intonation-min7-10cent:355 #: lesson-files/csound-intonation-min7-15cent:25 #: lesson-files/csound-intonation-min7-15cent:55 #: lesson-files/csound-intonation-min7-15cent:85 #: lesson-files/csound-intonation-min7-15cent:115 #: lesson-files/csound-intonation-min7-15cent:145 #: lesson-files/csound-intonation-min7-15cent:175 #: lesson-files/csound-intonation-min7-15cent:205 #: lesson-files/csound-intonation-min7-15cent:235 #: lesson-files/csound-intonation-min7-15cent:265 #: lesson-files/csound-intonation-min7-15cent:295 #: lesson-files/csound-intonation-min7-15cent:325 #: lesson-files/csound-intonation-min7-15cent:355 #: lesson-files/csound-intonation-min7-20cent:25 #: lesson-files/csound-intonation-min7-20cent:55 #: lesson-files/csound-intonation-min7-20cent:85 #: lesson-files/csound-intonation-min7-20cent:115 #: lesson-files/csound-intonation-min7-20cent:145 #: lesson-files/csound-intonation-min7-20cent:175 #: lesson-files/csound-intonation-min7-20cent:205 #: lesson-files/csound-intonation-min7-20cent:235 #: lesson-files/csound-intonation-min7-20cent:265 #: lesson-files/csound-intonation-min7-20cent:295 #: lesson-files/csound-intonation-min7-20cent:325 #: lesson-files/csound-intonation-min7-20cent:355 #: lesson-files/csound-intonation-min7-30cent:25 #: lesson-files/csound-intonation-min7-30cent:55 #: lesson-files/csound-intonation-min7-30cent:85 #: lesson-files/csound-intonation-min7-30cent:115 #: lesson-files/csound-intonation-min7-30cent:145 #: lesson-files/csound-intonation-min7-30cent:175 #: lesson-files/csound-intonation-min7-30cent:205 #: lesson-files/csound-intonation-min7-30cent:235 #: lesson-files/csound-intonation-min7-30cent:265 #: lesson-files/csound-intonation-min7-30cent:295 #: lesson-files/csound-intonation-min7-30cent:325 #: lesson-files/csound-intonation-min7-30cent:355 #: lesson-files/csound-intonation-min7-40cent:25 #: lesson-files/csound-intonation-min7-40cent:55 #: lesson-files/csound-intonation-min7-40cent:85 #: lesson-files/csound-intonation-min7-40cent:115 #: lesson-files/csound-intonation-min7-40cent:145 #: lesson-files/csound-intonation-min7-40cent:175 #: lesson-files/csound-intonation-min7-40cent:205 #: lesson-files/csound-intonation-min7-40cent:235 #: lesson-files/csound-intonation-min7-40cent:265 #: lesson-files/csound-intonation-min7-40cent:295 #: lesson-files/csound-intonation-min7-40cent:325 #: lesson-files/csound-intonation-min7-40cent:355 #: lesson-files/csound-intonation-min7-5cent:25 #: lesson-files/csound-intonation-min7-5cent:55 #: lesson-files/csound-intonation-min7-5cent:85 #: lesson-files/csound-intonation-min7-5cent:115 #: lesson-files/csound-intonation-min7-5cent:145 #: lesson-files/csound-intonation-min7-5cent:175 #: lesson-files/csound-intonation-min7-5cent:205 #: lesson-files/csound-intonation-min7-5cent:235 #: lesson-files/csound-intonation-min7-5cent:265 #: lesson-files/csound-intonation-min7-5cent:295 #: lesson-files/csound-intonation-min7-5cent:325 #: lesson-files/csound-intonation-min7-5cent:355 #: lesson-files/csound-intonation-min7-6cent:25 #: lesson-files/csound-intonation-min7-6cent:55 #: lesson-files/csound-intonation-min7-6cent:85 #: lesson-files/csound-intonation-min7-6cent:115 #: lesson-files/csound-intonation-min7-6cent:145 #: lesson-files/csound-intonation-min7-6cent:175 #: lesson-files/csound-intonation-min7-6cent:205 #: lesson-files/csound-intonation-min7-6cent:235 #: lesson-files/csound-intonation-min7-6cent:265 #: lesson-files/csound-intonation-min7-6cent:295 #: lesson-files/csound-intonation-min7-6cent:325 #: lesson-files/csound-intonation-min7-6cent:355 #: lesson-files/csound-intonation-min7-8cent:25 #: lesson-files/csound-intonation-min7-8cent:55 #: lesson-files/csound-intonation-min7-8cent:85 #: lesson-files/csound-intonation-min7-8cent:115 #: lesson-files/csound-intonation-min7-8cent:145 #: lesson-files/csound-intonation-min7-8cent:175 #: lesson-files/csound-intonation-min7-8cent:205 #: lesson-files/csound-intonation-min7-8cent:235 #: lesson-files/csound-intonation-min7-8cent:265 #: lesson-files/csound-intonation-min7-8cent:295 #: lesson-files/csound-intonation-min7-8cent:325 #: lesson-files/csound-intonation-min7-8cent:355 #: lesson-files/csound-intonation-p4-10cent:25 #: lesson-files/csound-intonation-p4-10cent:55 #: lesson-files/csound-intonation-p4-10cent:85 #: lesson-files/csound-intonation-p4-10cent:115 #: lesson-files/csound-intonation-p4-10cent:145 #: lesson-files/csound-intonation-p4-10cent:175 #: lesson-files/csound-intonation-p4-10cent:205 #: lesson-files/csound-intonation-p4-10cent:235 #: lesson-files/csound-intonation-p4-10cent:265 #: lesson-files/csound-intonation-p4-10cent:295 #: lesson-files/csound-intonation-p4-10cent:325 #: lesson-files/csound-intonation-p4-10cent:355 #: lesson-files/csound-intonation-p4-15cent:25 #: lesson-files/csound-intonation-p4-15cent:55 #: lesson-files/csound-intonation-p4-15cent:85 #: lesson-files/csound-intonation-p4-15cent:115 #: lesson-files/csound-intonation-p4-15cent:145 #: lesson-files/csound-intonation-p4-15cent:175 #: lesson-files/csound-intonation-p4-15cent:205 #: lesson-files/csound-intonation-p4-15cent:235 #: lesson-files/csound-intonation-p4-15cent:265 #: lesson-files/csound-intonation-p4-15cent:295 #: lesson-files/csound-intonation-p4-15cent:325 #: lesson-files/csound-intonation-p4-15cent:355 #: lesson-files/csound-intonation-p4-20cent:25 #: lesson-files/csound-intonation-p4-20cent:55 #: lesson-files/csound-intonation-p4-20cent:85 #: lesson-files/csound-intonation-p4-20cent:115 #: lesson-files/csound-intonation-p4-20cent:145 #: lesson-files/csound-intonation-p4-20cent:175 #: lesson-files/csound-intonation-p4-20cent:205 #: lesson-files/csound-intonation-p4-20cent:235 #: lesson-files/csound-intonation-p4-20cent:265 #: lesson-files/csound-intonation-p4-20cent:295 #: lesson-files/csound-intonation-p4-20cent:325 #: lesson-files/csound-intonation-p4-20cent:355 #: lesson-files/csound-intonation-p4-30cent:25 #: lesson-files/csound-intonation-p4-30cent:55 #: lesson-files/csound-intonation-p4-30cent:85 #: lesson-files/csound-intonation-p4-30cent:115 #: lesson-files/csound-intonation-p4-30cent:145 #: lesson-files/csound-intonation-p4-30cent:175 #: lesson-files/csound-intonation-p4-30cent:205 #: lesson-files/csound-intonation-p4-30cent:235 #: lesson-files/csound-intonation-p4-30cent:265 #: lesson-files/csound-intonation-p4-30cent:295 #: lesson-files/csound-intonation-p4-30cent:325 #: lesson-files/csound-intonation-p4-30cent:355 #: lesson-files/csound-intonation-p4-40cent:25 #: lesson-files/csound-intonation-p4-40cent:55 #: lesson-files/csound-intonation-p4-40cent:85 #: lesson-files/csound-intonation-p4-40cent:115 #: lesson-files/csound-intonation-p4-40cent:145 #: lesson-files/csound-intonation-p4-40cent:175 #: lesson-files/csound-intonation-p4-40cent:205 #: lesson-files/csound-intonation-p4-40cent:235 #: lesson-files/csound-intonation-p4-40cent:265 #: lesson-files/csound-intonation-p4-40cent:295 #: lesson-files/csound-intonation-p4-40cent:325 #: lesson-files/csound-intonation-p4-40cent:355 #: lesson-files/csound-intonation-p4-5cent:25 #: lesson-files/csound-intonation-p4-5cent:55 #: lesson-files/csound-intonation-p4-5cent:85 #: lesson-files/csound-intonation-p4-5cent:115 #: lesson-files/csound-intonation-p4-5cent:145 #: lesson-files/csound-intonation-p4-5cent:175 #: lesson-files/csound-intonation-p4-5cent:205 #: lesson-files/csound-intonation-p4-5cent:235 #: lesson-files/csound-intonation-p4-5cent:265 #: lesson-files/csound-intonation-p4-5cent:295 #: lesson-files/csound-intonation-p4-5cent:325 #: lesson-files/csound-intonation-p4-5cent:355 #: lesson-files/csound-intonation-p4-6cent:25 #: lesson-files/csound-intonation-p4-6cent:55 #: lesson-files/csound-intonation-p4-6cent:85 #: lesson-files/csound-intonation-p4-6cent:115 #: lesson-files/csound-intonation-p4-6cent:145 #: lesson-files/csound-intonation-p4-6cent:175 #: lesson-files/csound-intonation-p4-6cent:205 #: lesson-files/csound-intonation-p4-6cent:235 #: lesson-files/csound-intonation-p4-6cent:265 #: lesson-files/csound-intonation-p4-6cent:295 #: lesson-files/csound-intonation-p4-6cent:325 #: lesson-files/csound-intonation-p4-6cent:355 #: lesson-files/csound-intonation-p4-8cent:25 #: lesson-files/csound-intonation-p4-8cent:55 #: lesson-files/csound-intonation-p4-8cent:85 #: lesson-files/csound-intonation-p4-8cent:115 #: lesson-files/csound-intonation-p4-8cent:145 #: lesson-files/csound-intonation-p4-8cent:175 #: lesson-files/csound-intonation-p4-8cent:205 #: lesson-files/csound-intonation-p4-8cent:235 #: lesson-files/csound-intonation-p4-8cent:265 #: lesson-files/csound-intonation-p4-8cent:295 #: lesson-files/csound-intonation-p4-8cent:325 #: lesson-files/csound-intonation-p4-8cent:355 #: lesson-files/csound-intonation-p5-10cent:25 #: lesson-files/csound-intonation-p5-10cent:55 #: lesson-files/csound-intonation-p5-10cent:85 #: lesson-files/csound-intonation-p5-10cent:115 #: lesson-files/csound-intonation-p5-10cent:145 #: lesson-files/csound-intonation-p5-10cent:175 #: lesson-files/csound-intonation-p5-10cent:205 #: lesson-files/csound-intonation-p5-10cent:235 #: lesson-files/csound-intonation-p5-10cent:265 #: lesson-files/csound-intonation-p5-10cent:295 #: lesson-files/csound-intonation-p5-10cent:325 #: lesson-files/csound-intonation-p5-10cent:355 #: lesson-files/csound-intonation-p5-15cent:25 #: lesson-files/csound-intonation-p5-15cent:55 #: lesson-files/csound-intonation-p5-15cent:85 #: lesson-files/csound-intonation-p5-15cent:115 #: lesson-files/csound-intonation-p5-15cent:145 #: lesson-files/csound-intonation-p5-15cent:175 #: lesson-files/csound-intonation-p5-15cent:205 #: lesson-files/csound-intonation-p5-15cent:235 #: lesson-files/csound-intonation-p5-15cent:265 #: lesson-files/csound-intonation-p5-15cent:295 #: lesson-files/csound-intonation-p5-15cent:325 #: lesson-files/csound-intonation-p5-15cent:355 #: lesson-files/csound-intonation-p5-20cent:25 #: lesson-files/csound-intonation-p5-20cent:55 #: lesson-files/csound-intonation-p5-20cent:85 #: lesson-files/csound-intonation-p5-20cent:115 #: lesson-files/csound-intonation-p5-20cent:145 #: lesson-files/csound-intonation-p5-20cent:175 #: lesson-files/csound-intonation-p5-20cent:205 #: lesson-files/csound-intonation-p5-20cent:235 #: lesson-files/csound-intonation-p5-20cent:265 #: lesson-files/csound-intonation-p5-20cent:295 #: lesson-files/csound-intonation-p5-20cent:325 #: lesson-files/csound-intonation-p5-20cent:355 #: lesson-files/csound-intonation-p5-30cent:25 #: lesson-files/csound-intonation-p5-30cent:55 #: lesson-files/csound-intonation-p5-30cent:85 #: lesson-files/csound-intonation-p5-30cent:115 #: lesson-files/csound-intonation-p5-30cent:145 #: lesson-files/csound-intonation-p5-30cent:175 #: lesson-files/csound-intonation-p5-30cent:205 #: lesson-files/csound-intonation-p5-30cent:235 #: lesson-files/csound-intonation-p5-30cent:265 #: lesson-files/csound-intonation-p5-30cent:295 #: lesson-files/csound-intonation-p5-30cent:325 #: lesson-files/csound-intonation-p5-30cent:355 #: lesson-files/csound-intonation-p5-40cent:25 #: lesson-files/csound-intonation-p5-40cent:55 #: lesson-files/csound-intonation-p5-40cent:85 #: lesson-files/csound-intonation-p5-40cent:115 #: lesson-files/csound-intonation-p5-40cent:145 #: lesson-files/csound-intonation-p5-40cent:175 #: lesson-files/csound-intonation-p5-40cent:205 #: lesson-files/csound-intonation-p5-40cent:235 #: lesson-files/csound-intonation-p5-40cent:265 #: lesson-files/csound-intonation-p5-40cent:295 #: lesson-files/csound-intonation-p5-40cent:325 #: lesson-files/csound-intonation-p5-40cent:355 #: lesson-files/csound-intonation-p5-5cent:25 #: lesson-files/csound-intonation-p5-5cent:55 #: lesson-files/csound-intonation-p5-5cent:85 #: lesson-files/csound-intonation-p5-5cent:115 #: lesson-files/csound-intonation-p5-5cent:145 #: lesson-files/csound-intonation-p5-5cent:175 #: lesson-files/csound-intonation-p5-5cent:205 #: lesson-files/csound-intonation-p5-5cent:235 #: lesson-files/csound-intonation-p5-5cent:265 #: lesson-files/csound-intonation-p5-5cent:295 #: lesson-files/csound-intonation-p5-5cent:325 #: lesson-files/csound-intonation-p5-5cent:355 #: lesson-files/csound-intonation-p5-6cent:25 #: lesson-files/csound-intonation-p5-6cent:55 #: lesson-files/csound-intonation-p5-6cent:85 #: lesson-files/csound-intonation-p5-6cent:115 #: lesson-files/csound-intonation-p5-6cent:145 #: lesson-files/csound-intonation-p5-6cent:175 #: lesson-files/csound-intonation-p5-6cent:205 #: lesson-files/csound-intonation-p5-6cent:235 #: lesson-files/csound-intonation-p5-6cent:265 #: lesson-files/csound-intonation-p5-6cent:295 #: lesson-files/csound-intonation-p5-6cent:325 #: lesson-files/csound-intonation-p5-6cent:355 #: lesson-files/csound-intonation-p5-8cent:25 #: lesson-files/csound-intonation-p5-8cent:55 #: lesson-files/csound-intonation-p5-8cent:85 #: lesson-files/csound-intonation-p5-8cent:115 #: lesson-files/csound-intonation-p5-8cent:145 #: lesson-files/csound-intonation-p5-8cent:175 #: lesson-files/csound-intonation-p5-8cent:205 #: lesson-files/csound-intonation-p5-8cent:235 #: lesson-files/csound-intonation-p5-8cent:265 #: lesson-files/csound-intonation-p5-8cent:295 #: lesson-files/csound-intonation-p5-8cent:325 #: lesson-files/csound-intonation-p5-8cent:355 msgid "intonation|in tune" msgstr "juste" #: lesson-files/csound-fifth-0.97:35 lesson-files/csound-fifth-0.97:65 #: lesson-files/csound-fifth-0.97:95 lesson-files/csound-fifth-0.97:125 #: lesson-files/csound-fifth-0.97:155 lesson-files/csound-fifth-0.97:185 #: lesson-files/csound-fifth-0.97:215 lesson-files/csound-fifth-0.98:35 #: lesson-files/csound-fifth-0.98:65 lesson-files/csound-fifth-0.98:95 #: lesson-files/csound-fifth-0.98:125 lesson-files/csound-fifth-0.98:155 #: lesson-files/csound-fifth-0.98:185 lesson-files/csound-fifth-0.98:215 #: lesson-files/csound-fifth-0.99:35 lesson-files/csound-fifth-0.99:65 #: lesson-files/csound-fifth-0.99:95 lesson-files/csound-fifth-0.99:125 #: lesson-files/csound-fifth-0.99:155 lesson-files/csound-fifth-0.99:185 #: lesson-files/csound-fifth-0.99:215 lesson-files/csound-fifth-0.995:35 #: lesson-files/csound-fifth-0.995:65 lesson-files/csound-fifth-0.995:95 #: lesson-files/csound-fifth-0.995:125 lesson-files/csound-fifth-0.995:155 #: lesson-files/csound-fifth-0.995:185 lesson-files/csound-fifth-0.995:215 #: lesson-files/csound-fifth-0.996:35 lesson-files/csound-fifth-0.996:65 #: lesson-files/csound-fifth-0.996:95 lesson-files/csound-fifth-0.996:125 #: lesson-files/csound-fifth-0.996:155 lesson-files/csound-fifth-0.996:185 #: lesson-files/csound-fifth-0.996:215 lesson-files/csound-fifth-0.997:35 #: lesson-files/csound-fifth-0.997:65 lesson-files/csound-fifth-0.997:95 #: lesson-files/csound-fifth-0.997:125 lesson-files/csound-fifth-0.997:155 #: lesson-files/csound-fifth-0.997:185 lesson-files/csound-fifth-0.997:215 #: lesson-files/csound-fifth-0.998:35 lesson-files/csound-fifth-0.998:65 #: lesson-files/csound-fifth-0.998:95 lesson-files/csound-fifth-0.998:125 #: lesson-files/csound-fifth-0.998:155 lesson-files/csound-fifth-0.998:185 #: lesson-files/csound-fifth-0.998:215 #: lesson-files/csound-intonation-harmonic-maj2-10cent:35 #: lesson-files/csound-intonation-harmonic-maj2-10cent:65 #: lesson-files/csound-intonation-harmonic-maj2-10cent:95 #: lesson-files/csound-intonation-harmonic-maj2-10cent:125 #: lesson-files/csound-intonation-harmonic-maj2-10cent:155 #: lesson-files/csound-intonation-harmonic-maj2-10cent:185 #: lesson-files/csound-intonation-harmonic-maj2-10cent:215 #: lesson-files/csound-intonation-harmonic-maj2-10cent:245 #: lesson-files/csound-intonation-harmonic-maj2-10cent:275 #: lesson-files/csound-intonation-harmonic-maj2-10cent:305 #: lesson-files/csound-intonation-harmonic-maj2-10cent:335 #: lesson-files/csound-intonation-harmonic-maj2-10cent:365 #: lesson-files/csound-intonation-harmonic-maj2-15cent:35 #: lesson-files/csound-intonation-harmonic-maj2-15cent:65 #: lesson-files/csound-intonation-harmonic-maj2-15cent:95 #: lesson-files/csound-intonation-harmonic-maj2-15cent:125 #: lesson-files/csound-intonation-harmonic-maj2-15cent:155 #: lesson-files/csound-intonation-harmonic-maj2-15cent:185 #: lesson-files/csound-intonation-harmonic-maj2-15cent:215 #: lesson-files/csound-intonation-harmonic-maj2-15cent:245 #: lesson-files/csound-intonation-harmonic-maj2-15cent:275 #: lesson-files/csound-intonation-harmonic-maj2-15cent:305 #: lesson-files/csound-intonation-harmonic-maj2-15cent:335 #: lesson-files/csound-intonation-harmonic-maj2-15cent:365 #: lesson-files/csound-intonation-harmonic-maj2-20cent:35 #: lesson-files/csound-intonation-harmonic-maj2-20cent:65 #: lesson-files/csound-intonation-harmonic-maj2-20cent:95 #: lesson-files/csound-intonation-harmonic-maj2-20cent:125 #: lesson-files/csound-intonation-harmonic-maj2-20cent:155 #: lesson-files/csound-intonation-harmonic-maj2-20cent:185 #: lesson-files/csound-intonation-harmonic-maj2-20cent:215 #: lesson-files/csound-intonation-harmonic-maj2-20cent:245 #: lesson-files/csound-intonation-harmonic-maj2-20cent:275 #: lesson-files/csound-intonation-harmonic-maj2-20cent:305 #: lesson-files/csound-intonation-harmonic-maj2-20cent:335 #: lesson-files/csound-intonation-harmonic-maj2-20cent:365 #: lesson-files/csound-intonation-harmonic-maj2-30cent:35 #: lesson-files/csound-intonation-harmonic-maj2-30cent:65 #: lesson-files/csound-intonation-harmonic-maj2-30cent:95 #: lesson-files/csound-intonation-harmonic-maj2-30cent:125 #: lesson-files/csound-intonation-harmonic-maj2-30cent:155 #: lesson-files/csound-intonation-harmonic-maj2-30cent:185 #: lesson-files/csound-intonation-harmonic-maj2-30cent:215 #: lesson-files/csound-intonation-harmonic-maj2-30cent:245 #: lesson-files/csound-intonation-harmonic-maj2-30cent:275 #: lesson-files/csound-intonation-harmonic-maj2-30cent:305 #: lesson-files/csound-intonation-harmonic-maj2-30cent:335 #: lesson-files/csound-intonation-harmonic-maj2-30cent:365 #: lesson-files/csound-intonation-harmonic-maj2-40cent:35 #: lesson-files/csound-intonation-harmonic-maj2-40cent:65 #: lesson-files/csound-intonation-harmonic-maj2-40cent:95 #: lesson-files/csound-intonation-harmonic-maj2-40cent:125 #: lesson-files/csound-intonation-harmonic-maj2-40cent:155 #: lesson-files/csound-intonation-harmonic-maj2-40cent:185 #: lesson-files/csound-intonation-harmonic-maj2-40cent:215 #: lesson-files/csound-intonation-harmonic-maj2-40cent:245 #: lesson-files/csound-intonation-harmonic-maj2-40cent:275 #: lesson-files/csound-intonation-harmonic-maj2-40cent:305 #: lesson-files/csound-intonation-harmonic-maj2-40cent:335 #: lesson-files/csound-intonation-harmonic-maj2-40cent:365 #: lesson-files/csound-intonation-harmonic-maj2-5cent:35 #: lesson-files/csound-intonation-harmonic-maj2-5cent:65 #: lesson-files/csound-intonation-harmonic-maj2-5cent:95 #: lesson-files/csound-intonation-harmonic-maj2-5cent:125 #: lesson-files/csound-intonation-harmonic-maj2-5cent:155 #: lesson-files/csound-intonation-harmonic-maj2-5cent:185 #: lesson-files/csound-intonation-harmonic-maj2-5cent:215 #: lesson-files/csound-intonation-harmonic-maj2-5cent:245 #: lesson-files/csound-intonation-harmonic-maj2-5cent:275 #: lesson-files/csound-intonation-harmonic-maj2-5cent:305 #: lesson-files/csound-intonation-harmonic-maj2-5cent:335 #: lesson-files/csound-intonation-harmonic-maj2-5cent:365 #: lesson-files/csound-intonation-harmonic-maj2-6cent:35 #: lesson-files/csound-intonation-harmonic-maj2-6cent:65 #: lesson-files/csound-intonation-harmonic-maj2-6cent:95 #: lesson-files/csound-intonation-harmonic-maj2-6cent:125 #: lesson-files/csound-intonation-harmonic-maj2-6cent:155 #: lesson-files/csound-intonation-harmonic-maj2-6cent:185 #: lesson-files/csound-intonation-harmonic-maj2-6cent:215 #: lesson-files/csound-intonation-harmonic-maj2-6cent:245 #: lesson-files/csound-intonation-harmonic-maj2-6cent:275 #: lesson-files/csound-intonation-harmonic-maj2-6cent:305 #: lesson-files/csound-intonation-harmonic-maj2-6cent:335 #: lesson-files/csound-intonation-harmonic-maj2-6cent:365 #: lesson-files/csound-intonation-harmonic-maj2-8cent:35 #: lesson-files/csound-intonation-harmonic-maj2-8cent:65 #: lesson-files/csound-intonation-harmonic-maj2-8cent:95 #: lesson-files/csound-intonation-harmonic-maj2-8cent:125 #: lesson-files/csound-intonation-harmonic-maj2-8cent:155 #: lesson-files/csound-intonation-harmonic-maj2-8cent:185 #: lesson-files/csound-intonation-harmonic-maj2-8cent:215 #: lesson-files/csound-intonation-harmonic-maj2-8cent:245 #: lesson-files/csound-intonation-harmonic-maj2-8cent:275 #: lesson-files/csound-intonation-harmonic-maj2-8cent:305 #: lesson-files/csound-intonation-harmonic-maj2-8cent:335 #: lesson-files/csound-intonation-harmonic-maj2-8cent:365 #: lesson-files/csound-intonation-harmonic-maj3-10cent:35 #: lesson-files/csound-intonation-harmonic-maj3-10cent:65 #: lesson-files/csound-intonation-harmonic-maj3-10cent:95 #: lesson-files/csound-intonation-harmonic-maj3-10cent:125 #: lesson-files/csound-intonation-harmonic-maj3-10cent:155 #: lesson-files/csound-intonation-harmonic-maj3-10cent:185 #: lesson-files/csound-intonation-harmonic-maj3-10cent:215 #: lesson-files/csound-intonation-harmonic-maj3-10cent:245 #: lesson-files/csound-intonation-harmonic-maj3-10cent:275 #: lesson-files/csound-intonation-harmonic-maj3-10cent:305 #: lesson-files/csound-intonation-harmonic-maj3-10cent:335 #: lesson-files/csound-intonation-harmonic-maj3-10cent:365 #: lesson-files/csound-intonation-harmonic-maj3-15cent:35 #: lesson-files/csound-intonation-harmonic-maj3-15cent:65 #: lesson-files/csound-intonation-harmonic-maj3-15cent:95 #: lesson-files/csound-intonation-harmonic-maj3-15cent:125 #: lesson-files/csound-intonation-harmonic-maj3-15cent:155 #: lesson-files/csound-intonation-harmonic-maj3-15cent:185 #: lesson-files/csound-intonation-harmonic-maj3-15cent:215 #: lesson-files/csound-intonation-harmonic-maj3-15cent:245 #: lesson-files/csound-intonation-harmonic-maj3-15cent:275 #: lesson-files/csound-intonation-harmonic-maj3-15cent:305 #: lesson-files/csound-intonation-harmonic-maj3-15cent:335 #: lesson-files/csound-intonation-harmonic-maj3-15cent:365 #: lesson-files/csound-intonation-harmonic-maj3-20cent:35 #: lesson-files/csound-intonation-harmonic-maj3-20cent:65 #: lesson-files/csound-intonation-harmonic-maj3-20cent:95 #: lesson-files/csound-intonation-harmonic-maj3-20cent:125 #: lesson-files/csound-intonation-harmonic-maj3-20cent:155 #: lesson-files/csound-intonation-harmonic-maj3-20cent:185 #: lesson-files/csound-intonation-harmonic-maj3-20cent:215 #: lesson-files/csound-intonation-harmonic-maj3-20cent:245 #: lesson-files/csound-intonation-harmonic-maj3-20cent:275 #: lesson-files/csound-intonation-harmonic-maj3-20cent:305 #: lesson-files/csound-intonation-harmonic-maj3-20cent:335 #: lesson-files/csound-intonation-harmonic-maj3-20cent:365 #: lesson-files/csound-intonation-harmonic-maj3-30cent:35 #: lesson-files/csound-intonation-harmonic-maj3-30cent:65 #: lesson-files/csound-intonation-harmonic-maj3-30cent:95 #: lesson-files/csound-intonation-harmonic-maj3-30cent:125 #: lesson-files/csound-intonation-harmonic-maj3-30cent:155 #: lesson-files/csound-intonation-harmonic-maj3-30cent:185 #: lesson-files/csound-intonation-harmonic-maj3-30cent:215 #: lesson-files/csound-intonation-harmonic-maj3-30cent:245 #: lesson-files/csound-intonation-harmonic-maj3-30cent:275 #: lesson-files/csound-intonation-harmonic-maj3-30cent:305 #: lesson-files/csound-intonation-harmonic-maj3-30cent:335 #: lesson-files/csound-intonation-harmonic-maj3-30cent:365 #: lesson-files/csound-intonation-harmonic-maj3-40cent:35 #: lesson-files/csound-intonation-harmonic-maj3-40cent:65 #: lesson-files/csound-intonation-harmonic-maj3-40cent:95 #: lesson-files/csound-intonation-harmonic-maj3-40cent:125 #: lesson-files/csound-intonation-harmonic-maj3-40cent:155 #: lesson-files/csound-intonation-harmonic-maj3-40cent:185 #: lesson-files/csound-intonation-harmonic-maj3-40cent:215 #: lesson-files/csound-intonation-harmonic-maj3-40cent:245 #: lesson-files/csound-intonation-harmonic-maj3-40cent:275 #: lesson-files/csound-intonation-harmonic-maj3-40cent:305 #: lesson-files/csound-intonation-harmonic-maj3-40cent:335 #: lesson-files/csound-intonation-harmonic-maj3-40cent:365 #: lesson-files/csound-intonation-harmonic-maj3-5cent:35 #: lesson-files/csound-intonation-harmonic-maj3-5cent:65 #: lesson-files/csound-intonation-harmonic-maj3-5cent:95 #: lesson-files/csound-intonation-harmonic-maj3-5cent:125 #: lesson-files/csound-intonation-harmonic-maj3-5cent:155 #: lesson-files/csound-intonation-harmonic-maj3-5cent:185 #: lesson-files/csound-intonation-harmonic-maj3-5cent:215 #: lesson-files/csound-intonation-harmonic-maj3-5cent:245 #: lesson-files/csound-intonation-harmonic-maj3-5cent:275 #: lesson-files/csound-intonation-harmonic-maj3-5cent:305 #: lesson-files/csound-intonation-harmonic-maj3-5cent:335 #: lesson-files/csound-intonation-harmonic-maj3-5cent:365 #: lesson-files/csound-intonation-harmonic-maj3-6cent:35 #: lesson-files/csound-intonation-harmonic-maj3-6cent:65 #: lesson-files/csound-intonation-harmonic-maj3-6cent:95 #: lesson-files/csound-intonation-harmonic-maj3-6cent:125 #: lesson-files/csound-intonation-harmonic-maj3-6cent:155 #: lesson-files/csound-intonation-harmonic-maj3-6cent:185 #: lesson-files/csound-intonation-harmonic-maj3-6cent:215 #: lesson-files/csound-intonation-harmonic-maj3-6cent:245 #: lesson-files/csound-intonation-harmonic-maj3-6cent:275 #: lesson-files/csound-intonation-harmonic-maj3-6cent:305 #: lesson-files/csound-intonation-harmonic-maj3-6cent:335 #: lesson-files/csound-intonation-harmonic-maj3-6cent:365 #: lesson-files/csound-intonation-harmonic-maj3-8cent:35 #: lesson-files/csound-intonation-harmonic-maj3-8cent:65 #: lesson-files/csound-intonation-harmonic-maj3-8cent:95 #: lesson-files/csound-intonation-harmonic-maj3-8cent:125 #: lesson-files/csound-intonation-harmonic-maj3-8cent:155 #: lesson-files/csound-intonation-harmonic-maj3-8cent:185 #: lesson-files/csound-intonation-harmonic-maj3-8cent:215 #: lesson-files/csound-intonation-harmonic-maj3-8cent:245 #: lesson-files/csound-intonation-harmonic-maj3-8cent:275 #: lesson-files/csound-intonation-harmonic-maj3-8cent:305 #: lesson-files/csound-intonation-harmonic-maj3-8cent:335 #: lesson-files/csound-intonation-harmonic-maj3-8cent:365 #: lesson-files/csound-intonation-harmonic-maj6-10cent:35 #: lesson-files/csound-intonation-harmonic-maj6-10cent:65 #: lesson-files/csound-intonation-harmonic-maj6-10cent:95 #: lesson-files/csound-intonation-harmonic-maj6-10cent:125 #: lesson-files/csound-intonation-harmonic-maj6-10cent:155 #: lesson-files/csound-intonation-harmonic-maj6-10cent:185 #: lesson-files/csound-intonation-harmonic-maj6-10cent:215 #: lesson-files/csound-intonation-harmonic-maj6-10cent:245 #: lesson-files/csound-intonation-harmonic-maj6-10cent:275 #: lesson-files/csound-intonation-harmonic-maj6-10cent:305 #: lesson-files/csound-intonation-harmonic-maj6-10cent:335 #: lesson-files/csound-intonation-harmonic-maj6-10cent:365 #: lesson-files/csound-intonation-harmonic-maj6-15cent:35 #: lesson-files/csound-intonation-harmonic-maj6-15cent:65 #: lesson-files/csound-intonation-harmonic-maj6-15cent:95 #: lesson-files/csound-intonation-harmonic-maj6-15cent:125 #: lesson-files/csound-intonation-harmonic-maj6-15cent:155 #: lesson-files/csound-intonation-harmonic-maj6-15cent:185 #: lesson-files/csound-intonation-harmonic-maj6-15cent:215 #: lesson-files/csound-intonation-harmonic-maj6-15cent:245 #: lesson-files/csound-intonation-harmonic-maj6-15cent:275 #: lesson-files/csound-intonation-harmonic-maj6-15cent:305 #: lesson-files/csound-intonation-harmonic-maj6-15cent:335 #: lesson-files/csound-intonation-harmonic-maj6-15cent:365 #: lesson-files/csound-intonation-harmonic-maj6-20cent:35 #: lesson-files/csound-intonation-harmonic-maj6-20cent:65 #: lesson-files/csound-intonation-harmonic-maj6-20cent:95 #: lesson-files/csound-intonation-harmonic-maj6-20cent:125 #: lesson-files/csound-intonation-harmonic-maj6-20cent:155 #: lesson-files/csound-intonation-harmonic-maj6-20cent:185 #: lesson-files/csound-intonation-harmonic-maj6-20cent:215 #: lesson-files/csound-intonation-harmonic-maj6-20cent:245 #: lesson-files/csound-intonation-harmonic-maj6-20cent:275 #: lesson-files/csound-intonation-harmonic-maj6-20cent:305 #: lesson-files/csound-intonation-harmonic-maj6-20cent:335 #: lesson-files/csound-intonation-harmonic-maj6-20cent:365 #: lesson-files/csound-intonation-harmonic-maj6-30cent:35 #: lesson-files/csound-intonation-harmonic-maj6-30cent:65 #: lesson-files/csound-intonation-harmonic-maj6-30cent:95 #: lesson-files/csound-intonation-harmonic-maj6-30cent:125 #: lesson-files/csound-intonation-harmonic-maj6-30cent:155 #: lesson-files/csound-intonation-harmonic-maj6-30cent:185 #: lesson-files/csound-intonation-harmonic-maj6-30cent:215 #: lesson-files/csound-intonation-harmonic-maj6-30cent:245 #: lesson-files/csound-intonation-harmonic-maj6-30cent:275 #: lesson-files/csound-intonation-harmonic-maj6-30cent:305 #: lesson-files/csound-intonation-harmonic-maj6-30cent:335 #: lesson-files/csound-intonation-harmonic-maj6-30cent:365 #: lesson-files/csound-intonation-harmonic-maj6-40cent:35 #: lesson-files/csound-intonation-harmonic-maj6-40cent:65 #: lesson-files/csound-intonation-harmonic-maj6-40cent:95 #: lesson-files/csound-intonation-harmonic-maj6-40cent:125 #: lesson-files/csound-intonation-harmonic-maj6-40cent:155 #: lesson-files/csound-intonation-harmonic-maj6-40cent:185 #: lesson-files/csound-intonation-harmonic-maj6-40cent:215 #: lesson-files/csound-intonation-harmonic-maj6-40cent:245 #: lesson-files/csound-intonation-harmonic-maj6-40cent:275 #: lesson-files/csound-intonation-harmonic-maj6-40cent:305 #: lesson-files/csound-intonation-harmonic-maj6-40cent:335 #: lesson-files/csound-intonation-harmonic-maj6-40cent:365 #: lesson-files/csound-intonation-harmonic-maj6-5cent:35 #: lesson-files/csound-intonation-harmonic-maj6-5cent:65 #: lesson-files/csound-intonation-harmonic-maj6-5cent:95 #: lesson-files/csound-intonation-harmonic-maj6-5cent:125 #: lesson-files/csound-intonation-harmonic-maj6-5cent:155 #: lesson-files/csound-intonation-harmonic-maj6-5cent:185 #: lesson-files/csound-intonation-harmonic-maj6-5cent:215 #: lesson-files/csound-intonation-harmonic-maj6-5cent:245 #: lesson-files/csound-intonation-harmonic-maj6-5cent:275 #: lesson-files/csound-intonation-harmonic-maj6-5cent:305 #: lesson-files/csound-intonation-harmonic-maj6-5cent:335 #: lesson-files/csound-intonation-harmonic-maj6-5cent:365 #: lesson-files/csound-intonation-harmonic-maj6-6cent:35 #: lesson-files/csound-intonation-harmonic-maj6-6cent:65 #: lesson-files/csound-intonation-harmonic-maj6-6cent:95 #: lesson-files/csound-intonation-harmonic-maj6-6cent:125 #: lesson-files/csound-intonation-harmonic-maj6-6cent:155 #: lesson-files/csound-intonation-harmonic-maj6-6cent:185 #: lesson-files/csound-intonation-harmonic-maj6-6cent:215 #: lesson-files/csound-intonation-harmonic-maj6-6cent:245 #: lesson-files/csound-intonation-harmonic-maj6-6cent:275 #: lesson-files/csound-intonation-harmonic-maj6-6cent:305 #: lesson-files/csound-intonation-harmonic-maj6-6cent:335 #: lesson-files/csound-intonation-harmonic-maj6-6cent:365 #: lesson-files/csound-intonation-harmonic-maj6-8cent:35 #: lesson-files/csound-intonation-harmonic-maj6-8cent:65 #: lesson-files/csound-intonation-harmonic-maj6-8cent:95 #: lesson-files/csound-intonation-harmonic-maj6-8cent:125 #: lesson-files/csound-intonation-harmonic-maj6-8cent:155 #: lesson-files/csound-intonation-harmonic-maj6-8cent:185 #: lesson-files/csound-intonation-harmonic-maj6-8cent:215 #: lesson-files/csound-intonation-harmonic-maj6-8cent:245 #: lesson-files/csound-intonation-harmonic-maj6-8cent:275 #: lesson-files/csound-intonation-harmonic-maj6-8cent:305 #: lesson-files/csound-intonation-harmonic-maj6-8cent:335 #: lesson-files/csound-intonation-harmonic-maj6-8cent:365 #: lesson-files/csound-intonation-harmonic-maj7-10cent:35 #: lesson-files/csound-intonation-harmonic-maj7-10cent:65 #: lesson-files/csound-intonation-harmonic-maj7-10cent:95 #: lesson-files/csound-intonation-harmonic-maj7-10cent:125 #: lesson-files/csound-intonation-harmonic-maj7-10cent:155 #: lesson-files/csound-intonation-harmonic-maj7-10cent:185 #: lesson-files/csound-intonation-harmonic-maj7-10cent:215 #: lesson-files/csound-intonation-harmonic-maj7-10cent:245 #: lesson-files/csound-intonation-harmonic-maj7-10cent:275 #: lesson-files/csound-intonation-harmonic-maj7-10cent:305 #: lesson-files/csound-intonation-harmonic-maj7-10cent:335 #: lesson-files/csound-intonation-harmonic-maj7-10cent:365 #: lesson-files/csound-intonation-harmonic-maj7-15cent:35 #: lesson-files/csound-intonation-harmonic-maj7-15cent:65 #: lesson-files/csound-intonation-harmonic-maj7-15cent:95 #: lesson-files/csound-intonation-harmonic-maj7-15cent:125 #: lesson-files/csound-intonation-harmonic-maj7-15cent:155 #: lesson-files/csound-intonation-harmonic-maj7-15cent:185 #: lesson-files/csound-intonation-harmonic-maj7-15cent:215 #: lesson-files/csound-intonation-harmonic-maj7-15cent:245 #: lesson-files/csound-intonation-harmonic-maj7-15cent:275 #: lesson-files/csound-intonation-harmonic-maj7-15cent:305 #: lesson-files/csound-intonation-harmonic-maj7-15cent:335 #: lesson-files/csound-intonation-harmonic-maj7-15cent:365 #: lesson-files/csound-intonation-harmonic-maj7-20cent:35 #: lesson-files/csound-intonation-harmonic-maj7-20cent:65 #: lesson-files/csound-intonation-harmonic-maj7-20cent:95 #: lesson-files/csound-intonation-harmonic-maj7-20cent:125 #: lesson-files/csound-intonation-harmonic-maj7-20cent:155 #: lesson-files/csound-intonation-harmonic-maj7-20cent:185 #: lesson-files/csound-intonation-harmonic-maj7-20cent:215 #: lesson-files/csound-intonation-harmonic-maj7-20cent:245 #: lesson-files/csound-intonation-harmonic-maj7-20cent:275 #: lesson-files/csound-intonation-harmonic-maj7-20cent:305 #: lesson-files/csound-intonation-harmonic-maj7-20cent:335 #: lesson-files/csound-intonation-harmonic-maj7-20cent:365 #: lesson-files/csound-intonation-harmonic-maj7-30cent:35 #: lesson-files/csound-intonation-harmonic-maj7-30cent:65 #: lesson-files/csound-intonation-harmonic-maj7-30cent:95 #: lesson-files/csound-intonation-harmonic-maj7-30cent:125 #: lesson-files/csound-intonation-harmonic-maj7-30cent:155 #: lesson-files/csound-intonation-harmonic-maj7-30cent:185 #: lesson-files/csound-intonation-harmonic-maj7-30cent:215 #: lesson-files/csound-intonation-harmonic-maj7-30cent:245 #: lesson-files/csound-intonation-harmonic-maj7-30cent:275 #: lesson-files/csound-intonation-harmonic-maj7-30cent:305 #: lesson-files/csound-intonation-harmonic-maj7-30cent:335 #: lesson-files/csound-intonation-harmonic-maj7-30cent:365 #: lesson-files/csound-intonation-harmonic-maj7-40cent:35 #: lesson-files/csound-intonation-harmonic-maj7-40cent:65 #: lesson-files/csound-intonation-harmonic-maj7-40cent:95 #: lesson-files/csound-intonation-harmonic-maj7-40cent:125 #: lesson-files/csound-intonation-harmonic-maj7-40cent:155 #: lesson-files/csound-intonation-harmonic-maj7-40cent:185 #: lesson-files/csound-intonation-harmonic-maj7-40cent:215 #: lesson-files/csound-intonation-harmonic-maj7-40cent:245 #: lesson-files/csound-intonation-harmonic-maj7-40cent:275 #: lesson-files/csound-intonation-harmonic-maj7-40cent:305 #: lesson-files/csound-intonation-harmonic-maj7-40cent:335 #: lesson-files/csound-intonation-harmonic-maj7-40cent:365 #: lesson-files/csound-intonation-harmonic-maj7-5cent:35 #: lesson-files/csound-intonation-harmonic-maj7-5cent:65 #: lesson-files/csound-intonation-harmonic-maj7-5cent:95 #: lesson-files/csound-intonation-harmonic-maj7-5cent:125 #: lesson-files/csound-intonation-harmonic-maj7-5cent:155 #: lesson-files/csound-intonation-harmonic-maj7-5cent:185 #: lesson-files/csound-intonation-harmonic-maj7-5cent:215 #: lesson-files/csound-intonation-harmonic-maj7-5cent:245 #: lesson-files/csound-intonation-harmonic-maj7-5cent:275 #: lesson-files/csound-intonation-harmonic-maj7-5cent:305 #: lesson-files/csound-intonation-harmonic-maj7-5cent:335 #: lesson-files/csound-intonation-harmonic-maj7-5cent:365 #: lesson-files/csound-intonation-harmonic-maj7-6cent:35 #: lesson-files/csound-intonation-harmonic-maj7-6cent:65 #: lesson-files/csound-intonation-harmonic-maj7-6cent:95 #: lesson-files/csound-intonation-harmonic-maj7-6cent:125 #: lesson-files/csound-intonation-harmonic-maj7-6cent:155 #: lesson-files/csound-intonation-harmonic-maj7-6cent:185 #: lesson-files/csound-intonation-harmonic-maj7-6cent:215 #: lesson-files/csound-intonation-harmonic-maj7-6cent:245 #: lesson-files/csound-intonation-harmonic-maj7-6cent:275 #: lesson-files/csound-intonation-harmonic-maj7-6cent:305 #: lesson-files/csound-intonation-harmonic-maj7-6cent:335 #: lesson-files/csound-intonation-harmonic-maj7-6cent:365 #: lesson-files/csound-intonation-harmonic-maj7-8cent:35 #: lesson-files/csound-intonation-harmonic-maj7-8cent:65 #: lesson-files/csound-intonation-harmonic-maj7-8cent:95 #: lesson-files/csound-intonation-harmonic-maj7-8cent:125 #: lesson-files/csound-intonation-harmonic-maj7-8cent:155 #: lesson-files/csound-intonation-harmonic-maj7-8cent:185 #: lesson-files/csound-intonation-harmonic-maj7-8cent:215 #: lesson-files/csound-intonation-harmonic-maj7-8cent:245 #: lesson-files/csound-intonation-harmonic-maj7-8cent:275 #: lesson-files/csound-intonation-harmonic-maj7-8cent:305 #: lesson-files/csound-intonation-harmonic-maj7-8cent:335 #: lesson-files/csound-intonation-harmonic-maj7-8cent:365 #: lesson-files/csound-intonation-harmonic-min2-10cent:35 #: lesson-files/csound-intonation-harmonic-min2-10cent:65 #: lesson-files/csound-intonation-harmonic-min2-10cent:95 #: lesson-files/csound-intonation-harmonic-min2-10cent:125 #: lesson-files/csound-intonation-harmonic-min2-10cent:155 #: lesson-files/csound-intonation-harmonic-min2-10cent:185 #: lesson-files/csound-intonation-harmonic-min2-10cent:215 #: lesson-files/csound-intonation-harmonic-min2-10cent:245 #: lesson-files/csound-intonation-harmonic-min2-10cent:275 #: lesson-files/csound-intonation-harmonic-min2-10cent:305 #: lesson-files/csound-intonation-harmonic-min2-10cent:335 #: lesson-files/csound-intonation-harmonic-min2-10cent:365 #: lesson-files/csound-intonation-harmonic-min2-15cent:35 #: lesson-files/csound-intonation-harmonic-min2-15cent:65 #: lesson-files/csound-intonation-harmonic-min2-15cent:95 #: lesson-files/csound-intonation-harmonic-min2-15cent:125 #: lesson-files/csound-intonation-harmonic-min2-15cent:155 #: lesson-files/csound-intonation-harmonic-min2-15cent:185 #: lesson-files/csound-intonation-harmonic-min2-15cent:215 #: lesson-files/csound-intonation-harmonic-min2-15cent:245 #: lesson-files/csound-intonation-harmonic-min2-15cent:275 #: lesson-files/csound-intonation-harmonic-min2-15cent:305 #: lesson-files/csound-intonation-harmonic-min2-15cent:335 #: lesson-files/csound-intonation-harmonic-min2-15cent:365 #: lesson-files/csound-intonation-harmonic-min2-20cent:35 #: lesson-files/csound-intonation-harmonic-min2-20cent:65 #: lesson-files/csound-intonation-harmonic-min2-20cent:95 #: lesson-files/csound-intonation-harmonic-min2-20cent:125 #: lesson-files/csound-intonation-harmonic-min2-20cent:155 #: lesson-files/csound-intonation-harmonic-min2-20cent:185 #: lesson-files/csound-intonation-harmonic-min2-20cent:215 #: lesson-files/csound-intonation-harmonic-min2-20cent:245 #: lesson-files/csound-intonation-harmonic-min2-20cent:275 #: lesson-files/csound-intonation-harmonic-min2-20cent:305 #: lesson-files/csound-intonation-harmonic-min2-20cent:335 #: lesson-files/csound-intonation-harmonic-min2-20cent:365 #: lesson-files/csound-intonation-harmonic-min2-30cent:35 #: lesson-files/csound-intonation-harmonic-min2-30cent:65 #: lesson-files/csound-intonation-harmonic-min2-30cent:95 #: lesson-files/csound-intonation-harmonic-min2-30cent:125 #: lesson-files/csound-intonation-harmonic-min2-30cent:155 #: lesson-files/csound-intonation-harmonic-min2-30cent:185 #: lesson-files/csound-intonation-harmonic-min2-30cent:215 #: lesson-files/csound-intonation-harmonic-min2-30cent:245 #: lesson-files/csound-intonation-harmonic-min2-30cent:275 #: lesson-files/csound-intonation-harmonic-min2-30cent:305 #: lesson-files/csound-intonation-harmonic-min2-30cent:335 #: lesson-files/csound-intonation-harmonic-min2-30cent:365 #: lesson-files/csound-intonation-harmonic-min2-40cent:35 #: lesson-files/csound-intonation-harmonic-min2-40cent:65 #: lesson-files/csound-intonation-harmonic-min2-40cent:95 #: lesson-files/csound-intonation-harmonic-min2-40cent:125 #: lesson-files/csound-intonation-harmonic-min2-40cent:155 #: lesson-files/csound-intonation-harmonic-min2-40cent:185 #: lesson-files/csound-intonation-harmonic-min2-40cent:215 #: lesson-files/csound-intonation-harmonic-min2-40cent:245 #: lesson-files/csound-intonation-harmonic-min2-40cent:275 #: lesson-files/csound-intonation-harmonic-min2-40cent:305 #: lesson-files/csound-intonation-harmonic-min2-40cent:335 #: lesson-files/csound-intonation-harmonic-min2-40cent:365 #: lesson-files/csound-intonation-harmonic-min2-5cent:35 #: lesson-files/csound-intonation-harmonic-min2-5cent:65 #: lesson-files/csound-intonation-harmonic-min2-5cent:95 #: lesson-files/csound-intonation-harmonic-min2-5cent:125 #: lesson-files/csound-intonation-harmonic-min2-5cent:155 #: lesson-files/csound-intonation-harmonic-min2-5cent:185 #: lesson-files/csound-intonation-harmonic-min2-5cent:215 #: lesson-files/csound-intonation-harmonic-min2-5cent:245 #: lesson-files/csound-intonation-harmonic-min2-5cent:275 #: lesson-files/csound-intonation-harmonic-min2-5cent:305 #: lesson-files/csound-intonation-harmonic-min2-5cent:335 #: lesson-files/csound-intonation-harmonic-min2-5cent:365 #: lesson-files/csound-intonation-harmonic-min2-6cent:35 #: lesson-files/csound-intonation-harmonic-min2-6cent:65 #: lesson-files/csound-intonation-harmonic-min2-6cent:95 #: lesson-files/csound-intonation-harmonic-min2-6cent:125 #: lesson-files/csound-intonation-harmonic-min2-6cent:155 #: lesson-files/csound-intonation-harmonic-min2-6cent:185 #: lesson-files/csound-intonation-harmonic-min2-6cent:215 #: lesson-files/csound-intonation-harmonic-min2-6cent:245 #: lesson-files/csound-intonation-harmonic-min2-6cent:275 #: lesson-files/csound-intonation-harmonic-min2-6cent:305 #: lesson-files/csound-intonation-harmonic-min2-6cent:335 #: lesson-files/csound-intonation-harmonic-min2-6cent:365 #: lesson-files/csound-intonation-harmonic-min2-8cent:35 #: lesson-files/csound-intonation-harmonic-min2-8cent:65 #: lesson-files/csound-intonation-harmonic-min2-8cent:95 #: lesson-files/csound-intonation-harmonic-min2-8cent:125 #: lesson-files/csound-intonation-harmonic-min2-8cent:155 #: lesson-files/csound-intonation-harmonic-min2-8cent:185 #: lesson-files/csound-intonation-harmonic-min2-8cent:215 #: lesson-files/csound-intonation-harmonic-min2-8cent:245 #: lesson-files/csound-intonation-harmonic-min2-8cent:275 #: lesson-files/csound-intonation-harmonic-min2-8cent:305 #: lesson-files/csound-intonation-harmonic-min2-8cent:335 #: lesson-files/csound-intonation-harmonic-min2-8cent:365 #: lesson-files/csound-intonation-harmonic-min3-10cent:35 #: lesson-files/csound-intonation-harmonic-min3-10cent:65 #: lesson-files/csound-intonation-harmonic-min3-10cent:95 #: lesson-files/csound-intonation-harmonic-min3-10cent:125 #: lesson-files/csound-intonation-harmonic-min3-10cent:155 #: lesson-files/csound-intonation-harmonic-min3-10cent:185 #: lesson-files/csound-intonation-harmonic-min3-10cent:215 #: lesson-files/csound-intonation-harmonic-min3-10cent:245 #: lesson-files/csound-intonation-harmonic-min3-10cent:275 #: lesson-files/csound-intonation-harmonic-min3-10cent:305 #: lesson-files/csound-intonation-harmonic-min3-10cent:335 #: lesson-files/csound-intonation-harmonic-min3-10cent:365 #: lesson-files/csound-intonation-harmonic-min3-15cent:35 #: lesson-files/csound-intonation-harmonic-min3-15cent:65 #: lesson-files/csound-intonation-harmonic-min3-15cent:95 #: lesson-files/csound-intonation-harmonic-min3-15cent:125 #: lesson-files/csound-intonation-harmonic-min3-15cent:155 #: lesson-files/csound-intonation-harmonic-min3-15cent:185 #: lesson-files/csound-intonation-harmonic-min3-15cent:215 #: lesson-files/csound-intonation-harmonic-min3-15cent:245 #: lesson-files/csound-intonation-harmonic-min3-15cent:275 #: lesson-files/csound-intonation-harmonic-min3-15cent:305 #: lesson-files/csound-intonation-harmonic-min3-15cent:335 #: lesson-files/csound-intonation-harmonic-min3-15cent:365 #: lesson-files/csound-intonation-harmonic-min3-20cent:35 #: lesson-files/csound-intonation-harmonic-min3-20cent:65 #: lesson-files/csound-intonation-harmonic-min3-20cent:95 #: lesson-files/csound-intonation-harmonic-min3-20cent:125 #: lesson-files/csound-intonation-harmonic-min3-20cent:155 #: lesson-files/csound-intonation-harmonic-min3-20cent:185 #: lesson-files/csound-intonation-harmonic-min3-20cent:215 #: lesson-files/csound-intonation-harmonic-min3-20cent:245 #: lesson-files/csound-intonation-harmonic-min3-20cent:275 #: lesson-files/csound-intonation-harmonic-min3-20cent:305 #: lesson-files/csound-intonation-harmonic-min3-20cent:335 #: lesson-files/csound-intonation-harmonic-min3-20cent:365 #: lesson-files/csound-intonation-harmonic-min3-30cent:35 #: lesson-files/csound-intonation-harmonic-min3-30cent:65 #: lesson-files/csound-intonation-harmonic-min3-30cent:95 #: lesson-files/csound-intonation-harmonic-min3-30cent:125 #: lesson-files/csound-intonation-harmonic-min3-30cent:155 #: lesson-files/csound-intonation-harmonic-min3-30cent:185 #: lesson-files/csound-intonation-harmonic-min3-30cent:215 #: lesson-files/csound-intonation-harmonic-min3-30cent:245 #: lesson-files/csound-intonation-harmonic-min3-30cent:275 #: lesson-files/csound-intonation-harmonic-min3-30cent:305 #: lesson-files/csound-intonation-harmonic-min3-30cent:335 #: lesson-files/csound-intonation-harmonic-min3-30cent:365 #: lesson-files/csound-intonation-harmonic-min3-40cent:35 #: lesson-files/csound-intonation-harmonic-min3-40cent:65 #: lesson-files/csound-intonation-harmonic-min3-40cent:95 #: lesson-files/csound-intonation-harmonic-min3-40cent:125 #: lesson-files/csound-intonation-harmonic-min3-40cent:155 #: lesson-files/csound-intonation-harmonic-min3-40cent:185 #: lesson-files/csound-intonation-harmonic-min3-40cent:215 #: lesson-files/csound-intonation-harmonic-min3-40cent:245 #: lesson-files/csound-intonation-harmonic-min3-40cent:275 #: lesson-files/csound-intonation-harmonic-min3-40cent:305 #: lesson-files/csound-intonation-harmonic-min3-40cent:335 #: lesson-files/csound-intonation-harmonic-min3-40cent:365 #: lesson-files/csound-intonation-harmonic-min3-5cent:35 #: lesson-files/csound-intonation-harmonic-min3-5cent:65 #: lesson-files/csound-intonation-harmonic-min3-5cent:95 #: lesson-files/csound-intonation-harmonic-min3-5cent:125 #: lesson-files/csound-intonation-harmonic-min3-5cent:155 #: lesson-files/csound-intonation-harmonic-min3-5cent:185 #: lesson-files/csound-intonation-harmonic-min3-5cent:215 #: lesson-files/csound-intonation-harmonic-min3-5cent:245 #: lesson-files/csound-intonation-harmonic-min3-5cent:275 #: lesson-files/csound-intonation-harmonic-min3-5cent:305 #: lesson-files/csound-intonation-harmonic-min3-5cent:335 #: lesson-files/csound-intonation-harmonic-min3-5cent:365 #: lesson-files/csound-intonation-harmonic-min3-6cent:35 #: lesson-files/csound-intonation-harmonic-min3-6cent:65 #: lesson-files/csound-intonation-harmonic-min3-6cent:95 #: lesson-files/csound-intonation-harmonic-min3-6cent:125 #: lesson-files/csound-intonation-harmonic-min3-6cent:155 #: lesson-files/csound-intonation-harmonic-min3-6cent:185 #: lesson-files/csound-intonation-harmonic-min3-6cent:215 #: lesson-files/csound-intonation-harmonic-min3-6cent:245 #: lesson-files/csound-intonation-harmonic-min3-6cent:275 #: lesson-files/csound-intonation-harmonic-min3-6cent:305 #: lesson-files/csound-intonation-harmonic-min3-6cent:335 #: lesson-files/csound-intonation-harmonic-min3-6cent:365 #: lesson-files/csound-intonation-harmonic-min3-8cent:35 #: lesson-files/csound-intonation-harmonic-min3-8cent:65 #: lesson-files/csound-intonation-harmonic-min3-8cent:95 #: lesson-files/csound-intonation-harmonic-min3-8cent:125 #: lesson-files/csound-intonation-harmonic-min3-8cent:155 #: lesson-files/csound-intonation-harmonic-min3-8cent:185 #: lesson-files/csound-intonation-harmonic-min3-8cent:215 #: lesson-files/csound-intonation-harmonic-min3-8cent:245 #: lesson-files/csound-intonation-harmonic-min3-8cent:275 #: lesson-files/csound-intonation-harmonic-min3-8cent:305 #: lesson-files/csound-intonation-harmonic-min3-8cent:335 #: lesson-files/csound-intonation-harmonic-min3-8cent:365 #: lesson-files/csound-intonation-harmonic-min6-10cent:35 #: lesson-files/csound-intonation-harmonic-min6-10cent:65 #: lesson-files/csound-intonation-harmonic-min6-10cent:95 #: lesson-files/csound-intonation-harmonic-min6-10cent:125 #: lesson-files/csound-intonation-harmonic-min6-10cent:155 #: lesson-files/csound-intonation-harmonic-min6-10cent:185 #: lesson-files/csound-intonation-harmonic-min6-10cent:215 #: lesson-files/csound-intonation-harmonic-min6-10cent:245 #: lesson-files/csound-intonation-harmonic-min6-10cent:275 #: lesson-files/csound-intonation-harmonic-min6-10cent:305 #: lesson-files/csound-intonation-harmonic-min6-10cent:335 #: lesson-files/csound-intonation-harmonic-min6-10cent:365 #: lesson-files/csound-intonation-harmonic-min6-15cent:35 #: lesson-files/csound-intonation-harmonic-min6-15cent:65 #: lesson-files/csound-intonation-harmonic-min6-15cent:95 #: lesson-files/csound-intonation-harmonic-min6-15cent:125 #: lesson-files/csound-intonation-harmonic-min6-15cent:155 #: lesson-files/csound-intonation-harmonic-min6-15cent:185 #: lesson-files/csound-intonation-harmonic-min6-15cent:215 #: lesson-files/csound-intonation-harmonic-min6-15cent:245 #: lesson-files/csound-intonation-harmonic-min6-15cent:275 #: lesson-files/csound-intonation-harmonic-min6-15cent:305 #: lesson-files/csound-intonation-harmonic-min6-15cent:335 #: lesson-files/csound-intonation-harmonic-min6-15cent:365 #: lesson-files/csound-intonation-harmonic-min6-20cent:35 #: lesson-files/csound-intonation-harmonic-min6-20cent:65 #: lesson-files/csound-intonation-harmonic-min6-20cent:95 #: lesson-files/csound-intonation-harmonic-min6-20cent:125 #: lesson-files/csound-intonation-harmonic-min6-20cent:155 #: lesson-files/csound-intonation-harmonic-min6-20cent:185 #: lesson-files/csound-intonation-harmonic-min6-20cent:215 #: lesson-files/csound-intonation-harmonic-min6-20cent:245 #: lesson-files/csound-intonation-harmonic-min6-20cent:275 #: lesson-files/csound-intonation-harmonic-min6-20cent:305 #: lesson-files/csound-intonation-harmonic-min6-20cent:335 #: lesson-files/csound-intonation-harmonic-min6-20cent:365 #: lesson-files/csound-intonation-harmonic-min6-30cent:35 #: lesson-files/csound-intonation-harmonic-min6-30cent:65 #: lesson-files/csound-intonation-harmonic-min6-30cent:95 #: lesson-files/csound-intonation-harmonic-min6-30cent:125 #: lesson-files/csound-intonation-harmonic-min6-30cent:155 #: lesson-files/csound-intonation-harmonic-min6-30cent:185 #: lesson-files/csound-intonation-harmonic-min6-30cent:215 #: lesson-files/csound-intonation-harmonic-min6-30cent:245 #: lesson-files/csound-intonation-harmonic-min6-30cent:275 #: lesson-files/csound-intonation-harmonic-min6-30cent:305 #: lesson-files/csound-intonation-harmonic-min6-30cent:335 #: lesson-files/csound-intonation-harmonic-min6-30cent:365 #: lesson-files/csound-intonation-harmonic-min6-40cent:35 #: lesson-files/csound-intonation-harmonic-min6-40cent:65 #: lesson-files/csound-intonation-harmonic-min6-40cent:95 #: lesson-files/csound-intonation-harmonic-min6-40cent:125 #: lesson-files/csound-intonation-harmonic-min6-40cent:155 #: lesson-files/csound-intonation-harmonic-min6-40cent:185 #: lesson-files/csound-intonation-harmonic-min6-40cent:215 #: lesson-files/csound-intonation-harmonic-min6-40cent:245 #: lesson-files/csound-intonation-harmonic-min6-40cent:275 #: lesson-files/csound-intonation-harmonic-min6-40cent:305 #: lesson-files/csound-intonation-harmonic-min6-40cent:335 #: lesson-files/csound-intonation-harmonic-min6-40cent:365 #: lesson-files/csound-intonation-harmonic-min6-5cent:35 #: lesson-files/csound-intonation-harmonic-min6-5cent:65 #: lesson-files/csound-intonation-harmonic-min6-5cent:95 #: lesson-files/csound-intonation-harmonic-min6-5cent:125 #: lesson-files/csound-intonation-harmonic-min6-5cent:155 #: lesson-files/csound-intonation-harmonic-min6-5cent:185 #: lesson-files/csound-intonation-harmonic-min6-5cent:215 #: lesson-files/csound-intonation-harmonic-min6-5cent:245 #: lesson-files/csound-intonation-harmonic-min6-5cent:275 #: lesson-files/csound-intonation-harmonic-min6-5cent:305 #: lesson-files/csound-intonation-harmonic-min6-5cent:335 #: lesson-files/csound-intonation-harmonic-min6-5cent:365 #: lesson-files/csound-intonation-harmonic-min6-6cent:35 #: lesson-files/csound-intonation-harmonic-min6-6cent:65 #: lesson-files/csound-intonation-harmonic-min6-6cent:95 #: lesson-files/csound-intonation-harmonic-min6-6cent:125 #: lesson-files/csound-intonation-harmonic-min6-6cent:155 #: lesson-files/csound-intonation-harmonic-min6-6cent:185 #: lesson-files/csound-intonation-harmonic-min6-6cent:215 #: lesson-files/csound-intonation-harmonic-min6-6cent:245 #: lesson-files/csound-intonation-harmonic-min6-6cent:275 #: lesson-files/csound-intonation-harmonic-min6-6cent:305 #: lesson-files/csound-intonation-harmonic-min6-6cent:335 #: lesson-files/csound-intonation-harmonic-min6-6cent:365 #: lesson-files/csound-intonation-harmonic-min6-8cent:35 #: lesson-files/csound-intonation-harmonic-min6-8cent:65 #: lesson-files/csound-intonation-harmonic-min6-8cent:95 #: lesson-files/csound-intonation-harmonic-min6-8cent:125 #: lesson-files/csound-intonation-harmonic-min6-8cent:155 #: lesson-files/csound-intonation-harmonic-min6-8cent:185 #: lesson-files/csound-intonation-harmonic-min6-8cent:215 #: lesson-files/csound-intonation-harmonic-min6-8cent:245 #: lesson-files/csound-intonation-harmonic-min6-8cent:275 #: lesson-files/csound-intonation-harmonic-min6-8cent:305 #: lesson-files/csound-intonation-harmonic-min6-8cent:335 #: lesson-files/csound-intonation-harmonic-min6-8cent:365 #: lesson-files/csound-intonation-harmonic-min7-10cent:35 #: lesson-files/csound-intonation-harmonic-min7-10cent:65 #: lesson-files/csound-intonation-harmonic-min7-10cent:95 #: lesson-files/csound-intonation-harmonic-min7-10cent:125 #: lesson-files/csound-intonation-harmonic-min7-10cent:155 #: lesson-files/csound-intonation-harmonic-min7-10cent:185 #: lesson-files/csound-intonation-harmonic-min7-10cent:215 #: lesson-files/csound-intonation-harmonic-min7-10cent:245 #: lesson-files/csound-intonation-harmonic-min7-10cent:275 #: lesson-files/csound-intonation-harmonic-min7-10cent:305 #: lesson-files/csound-intonation-harmonic-min7-10cent:335 #: lesson-files/csound-intonation-harmonic-min7-10cent:365 #: lesson-files/csound-intonation-harmonic-min7-15cent:35 #: lesson-files/csound-intonation-harmonic-min7-15cent:65 #: lesson-files/csound-intonation-harmonic-min7-15cent:95 #: lesson-files/csound-intonation-harmonic-min7-15cent:125 #: lesson-files/csound-intonation-harmonic-min7-15cent:155 #: lesson-files/csound-intonation-harmonic-min7-15cent:185 #: lesson-files/csound-intonation-harmonic-min7-15cent:215 #: lesson-files/csound-intonation-harmonic-min7-15cent:245 #: lesson-files/csound-intonation-harmonic-min7-15cent:275 #: lesson-files/csound-intonation-harmonic-min7-15cent:305 #: lesson-files/csound-intonation-harmonic-min7-15cent:335 #: lesson-files/csound-intonation-harmonic-min7-15cent:365 #: lesson-files/csound-intonation-harmonic-min7-20cent:35 #: lesson-files/csound-intonation-harmonic-min7-20cent:65 #: lesson-files/csound-intonation-harmonic-min7-20cent:95 #: lesson-files/csound-intonation-harmonic-min7-20cent:125 #: lesson-files/csound-intonation-harmonic-min7-20cent:155 #: lesson-files/csound-intonation-harmonic-min7-20cent:185 #: lesson-files/csound-intonation-harmonic-min7-20cent:215 #: lesson-files/csound-intonation-harmonic-min7-20cent:245 #: lesson-files/csound-intonation-harmonic-min7-20cent:275 #: lesson-files/csound-intonation-harmonic-min7-20cent:305 #: lesson-files/csound-intonation-harmonic-min7-20cent:335 #: lesson-files/csound-intonation-harmonic-min7-20cent:365 #: lesson-files/csound-intonation-harmonic-min7-30cent:35 #: lesson-files/csound-intonation-harmonic-min7-30cent:65 #: lesson-files/csound-intonation-harmonic-min7-30cent:95 #: lesson-files/csound-intonation-harmonic-min7-30cent:125 #: lesson-files/csound-intonation-harmonic-min7-30cent:155 #: lesson-files/csound-intonation-harmonic-min7-30cent:185 #: lesson-files/csound-intonation-harmonic-min7-30cent:215 #: lesson-files/csound-intonation-harmonic-min7-30cent:245 #: lesson-files/csound-intonation-harmonic-min7-30cent:275 #: lesson-files/csound-intonation-harmonic-min7-30cent:305 #: lesson-files/csound-intonation-harmonic-min7-30cent:335 #: lesson-files/csound-intonation-harmonic-min7-30cent:365 #: lesson-files/csound-intonation-harmonic-min7-40cent:35 #: lesson-files/csound-intonation-harmonic-min7-40cent:65 #: lesson-files/csound-intonation-harmonic-min7-40cent:95 #: lesson-files/csound-intonation-harmonic-min7-40cent:125 #: lesson-files/csound-intonation-harmonic-min7-40cent:155 #: lesson-files/csound-intonation-harmonic-min7-40cent:185 #: lesson-files/csound-intonation-harmonic-min7-40cent:215 #: lesson-files/csound-intonation-harmonic-min7-40cent:245 #: lesson-files/csound-intonation-harmonic-min7-40cent:275 #: lesson-files/csound-intonation-harmonic-min7-40cent:305 #: lesson-files/csound-intonation-harmonic-min7-40cent:335 #: lesson-files/csound-intonation-harmonic-min7-40cent:365 #: lesson-files/csound-intonation-harmonic-min7-5cent:35 #: lesson-files/csound-intonation-harmonic-min7-5cent:65 #: lesson-files/csound-intonation-harmonic-min7-5cent:95 #: lesson-files/csound-intonation-harmonic-min7-5cent:125 #: lesson-files/csound-intonation-harmonic-min7-5cent:155 #: lesson-files/csound-intonation-harmonic-min7-5cent:185 #: lesson-files/csound-intonation-harmonic-min7-5cent:215 #: lesson-files/csound-intonation-harmonic-min7-5cent:245 #: lesson-files/csound-intonation-harmonic-min7-5cent:275 #: lesson-files/csound-intonation-harmonic-min7-5cent:305 #: lesson-files/csound-intonation-harmonic-min7-5cent:335 #: lesson-files/csound-intonation-harmonic-min7-5cent:365 #: lesson-files/csound-intonation-harmonic-min7-6cent:35 #: lesson-files/csound-intonation-harmonic-min7-6cent:65 #: lesson-files/csound-intonation-harmonic-min7-6cent:95 #: lesson-files/csound-intonation-harmonic-min7-6cent:125 #: lesson-files/csound-intonation-harmonic-min7-6cent:155 #: lesson-files/csound-intonation-harmonic-min7-6cent:185 #: lesson-files/csound-intonation-harmonic-min7-6cent:215 #: lesson-files/csound-intonation-harmonic-min7-6cent:245 #: lesson-files/csound-intonation-harmonic-min7-6cent:275 #: lesson-files/csound-intonation-harmonic-min7-6cent:305 #: lesson-files/csound-intonation-harmonic-min7-6cent:335 #: lesson-files/csound-intonation-harmonic-min7-6cent:365 #: lesson-files/csound-intonation-harmonic-min7-8cent:35 #: lesson-files/csound-intonation-harmonic-min7-8cent:65 #: lesson-files/csound-intonation-harmonic-min7-8cent:95 #: lesson-files/csound-intonation-harmonic-min7-8cent:125 #: lesson-files/csound-intonation-harmonic-min7-8cent:155 #: lesson-files/csound-intonation-harmonic-min7-8cent:185 #: lesson-files/csound-intonation-harmonic-min7-8cent:215 #: lesson-files/csound-intonation-harmonic-min7-8cent:245 #: lesson-files/csound-intonation-harmonic-min7-8cent:275 #: lesson-files/csound-intonation-harmonic-min7-8cent:305 #: lesson-files/csound-intonation-harmonic-min7-8cent:335 #: lesson-files/csound-intonation-harmonic-min7-8cent:365 #: lesson-files/csound-intonation-harmonic-p4-10cent:35 #: lesson-files/csound-intonation-harmonic-p4-10cent:65 #: lesson-files/csound-intonation-harmonic-p4-10cent:95 #: lesson-files/csound-intonation-harmonic-p4-10cent:125 #: lesson-files/csound-intonation-harmonic-p4-10cent:155 #: lesson-files/csound-intonation-harmonic-p4-10cent:185 #: lesson-files/csound-intonation-harmonic-p4-10cent:215 #: lesson-files/csound-intonation-harmonic-p4-10cent:245 #: lesson-files/csound-intonation-harmonic-p4-10cent:275 #: lesson-files/csound-intonation-harmonic-p4-10cent:305 #: lesson-files/csound-intonation-harmonic-p4-10cent:335 #: lesson-files/csound-intonation-harmonic-p4-10cent:365 #: lesson-files/csound-intonation-harmonic-p4-15cent:35 #: lesson-files/csound-intonation-harmonic-p4-15cent:65 #: lesson-files/csound-intonation-harmonic-p4-15cent:95 #: lesson-files/csound-intonation-harmonic-p4-15cent:125 #: lesson-files/csound-intonation-harmonic-p4-15cent:155 #: lesson-files/csound-intonation-harmonic-p4-15cent:185 #: lesson-files/csound-intonation-harmonic-p4-15cent:215 #: lesson-files/csound-intonation-harmonic-p4-15cent:245 #: lesson-files/csound-intonation-harmonic-p4-15cent:275 #: lesson-files/csound-intonation-harmonic-p4-15cent:305 #: lesson-files/csound-intonation-harmonic-p4-15cent:335 #: lesson-files/csound-intonation-harmonic-p4-15cent:365 #: lesson-files/csound-intonation-harmonic-p4-20cent:35 #: lesson-files/csound-intonation-harmonic-p4-20cent:65 #: lesson-files/csound-intonation-harmonic-p4-20cent:95 #: lesson-files/csound-intonation-harmonic-p4-20cent:125 #: lesson-files/csound-intonation-harmonic-p4-20cent:155 #: lesson-files/csound-intonation-harmonic-p4-20cent:185 #: lesson-files/csound-intonation-harmonic-p4-20cent:215 #: lesson-files/csound-intonation-harmonic-p4-20cent:245 #: lesson-files/csound-intonation-harmonic-p4-20cent:275 #: lesson-files/csound-intonation-harmonic-p4-20cent:305 #: lesson-files/csound-intonation-harmonic-p4-20cent:335 #: lesson-files/csound-intonation-harmonic-p4-20cent:365 #: lesson-files/csound-intonation-harmonic-p4-30cent:35 #: lesson-files/csound-intonation-harmonic-p4-30cent:65 #: lesson-files/csound-intonation-harmonic-p4-30cent:95 #: lesson-files/csound-intonation-harmonic-p4-30cent:125 #: lesson-files/csound-intonation-harmonic-p4-30cent:155 #: lesson-files/csound-intonation-harmonic-p4-30cent:185 #: lesson-files/csound-intonation-harmonic-p4-30cent:215 #: lesson-files/csound-intonation-harmonic-p4-30cent:245 #: lesson-files/csound-intonation-harmonic-p4-30cent:275 #: lesson-files/csound-intonation-harmonic-p4-30cent:305 #: lesson-files/csound-intonation-harmonic-p4-30cent:335 #: lesson-files/csound-intonation-harmonic-p4-30cent:365 #: lesson-files/csound-intonation-harmonic-p4-40cent:35 #: lesson-files/csound-intonation-harmonic-p4-40cent:65 #: lesson-files/csound-intonation-harmonic-p4-40cent:95 #: lesson-files/csound-intonation-harmonic-p4-40cent:125 #: lesson-files/csound-intonation-harmonic-p4-40cent:155 #: lesson-files/csound-intonation-harmonic-p4-40cent:185 #: lesson-files/csound-intonation-harmonic-p4-40cent:215 #: lesson-files/csound-intonation-harmonic-p4-40cent:245 #: lesson-files/csound-intonation-harmonic-p4-40cent:275 #: lesson-files/csound-intonation-harmonic-p4-40cent:305 #: lesson-files/csound-intonation-harmonic-p4-40cent:335 #: lesson-files/csound-intonation-harmonic-p4-40cent:365 #: lesson-files/csound-intonation-harmonic-p4-5cent:35 #: lesson-files/csound-intonation-harmonic-p4-5cent:65 #: lesson-files/csound-intonation-harmonic-p4-5cent:95 #: lesson-files/csound-intonation-harmonic-p4-5cent:125 #: lesson-files/csound-intonation-harmonic-p4-5cent:155 #: lesson-files/csound-intonation-harmonic-p4-5cent:185 #: lesson-files/csound-intonation-harmonic-p4-5cent:215 #: lesson-files/csound-intonation-harmonic-p4-5cent:245 #: lesson-files/csound-intonation-harmonic-p4-5cent:275 #: lesson-files/csound-intonation-harmonic-p4-5cent:305 #: lesson-files/csound-intonation-harmonic-p4-5cent:335 #: lesson-files/csound-intonation-harmonic-p4-5cent:365 #: lesson-files/csound-intonation-harmonic-p4-6cent:35 #: lesson-files/csound-intonation-harmonic-p4-6cent:65 #: lesson-files/csound-intonation-harmonic-p4-6cent:95 #: lesson-files/csound-intonation-harmonic-p4-6cent:125 #: lesson-files/csound-intonation-harmonic-p4-6cent:155 #: lesson-files/csound-intonation-harmonic-p4-6cent:185 #: lesson-files/csound-intonation-harmonic-p4-6cent:215 #: lesson-files/csound-intonation-harmonic-p4-6cent:245 #: lesson-files/csound-intonation-harmonic-p4-6cent:275 #: lesson-files/csound-intonation-harmonic-p4-6cent:305 #: lesson-files/csound-intonation-harmonic-p4-6cent:335 #: lesson-files/csound-intonation-harmonic-p4-6cent:365 #: lesson-files/csound-intonation-harmonic-p4-8cent:35 #: lesson-files/csound-intonation-harmonic-p4-8cent:65 #: lesson-files/csound-intonation-harmonic-p4-8cent:95 #: lesson-files/csound-intonation-harmonic-p4-8cent:125 #: lesson-files/csound-intonation-harmonic-p4-8cent:155 #: lesson-files/csound-intonation-harmonic-p4-8cent:185 #: lesson-files/csound-intonation-harmonic-p4-8cent:215 #: lesson-files/csound-intonation-harmonic-p4-8cent:245 #: lesson-files/csound-intonation-harmonic-p4-8cent:275 #: lesson-files/csound-intonation-harmonic-p4-8cent:305 #: lesson-files/csound-intonation-harmonic-p4-8cent:335 #: lesson-files/csound-intonation-harmonic-p4-8cent:365 #: lesson-files/csound-intonation-harmonic-p5-10cent:35 #: lesson-files/csound-intonation-harmonic-p5-10cent:65 #: lesson-files/csound-intonation-harmonic-p5-10cent:95 #: lesson-files/csound-intonation-harmonic-p5-10cent:125 #: lesson-files/csound-intonation-harmonic-p5-10cent:155 #: lesson-files/csound-intonation-harmonic-p5-10cent:185 #: lesson-files/csound-intonation-harmonic-p5-10cent:215 #: lesson-files/csound-intonation-harmonic-p5-10cent:245 #: lesson-files/csound-intonation-harmonic-p5-10cent:275 #: lesson-files/csound-intonation-harmonic-p5-10cent:305 #: lesson-files/csound-intonation-harmonic-p5-10cent:335 #: lesson-files/csound-intonation-harmonic-p5-10cent:365 #: lesson-files/csound-intonation-harmonic-p5-15cent:35 #: lesson-files/csound-intonation-harmonic-p5-15cent:65 #: lesson-files/csound-intonation-harmonic-p5-15cent:95 #: lesson-files/csound-intonation-harmonic-p5-15cent:125 #: lesson-files/csound-intonation-harmonic-p5-15cent:155 #: lesson-files/csound-intonation-harmonic-p5-15cent:185 #: lesson-files/csound-intonation-harmonic-p5-15cent:215 #: lesson-files/csound-intonation-harmonic-p5-15cent:245 #: lesson-files/csound-intonation-harmonic-p5-15cent:275 #: lesson-files/csound-intonation-harmonic-p5-15cent:305 #: lesson-files/csound-intonation-harmonic-p5-15cent:335 #: lesson-files/csound-intonation-harmonic-p5-15cent:365 #: lesson-files/csound-intonation-harmonic-p5-20cent:35 #: lesson-files/csound-intonation-harmonic-p5-20cent:65 #: lesson-files/csound-intonation-harmonic-p5-20cent:95 #: lesson-files/csound-intonation-harmonic-p5-20cent:125 #: lesson-files/csound-intonation-harmonic-p5-20cent:155 #: lesson-files/csound-intonation-harmonic-p5-20cent:185 #: lesson-files/csound-intonation-harmonic-p5-20cent:215 #: lesson-files/csound-intonation-harmonic-p5-20cent:245 #: lesson-files/csound-intonation-harmonic-p5-20cent:275 #: lesson-files/csound-intonation-harmonic-p5-20cent:305 #: lesson-files/csound-intonation-harmonic-p5-20cent:335 #: lesson-files/csound-intonation-harmonic-p5-20cent:365 #: lesson-files/csound-intonation-harmonic-p5-30cent:35 #: lesson-files/csound-intonation-harmonic-p5-30cent:65 #: lesson-files/csound-intonation-harmonic-p5-30cent:95 #: lesson-files/csound-intonation-harmonic-p5-30cent:125 #: lesson-files/csound-intonation-harmonic-p5-30cent:155 #: lesson-files/csound-intonation-harmonic-p5-30cent:185 #: lesson-files/csound-intonation-harmonic-p5-30cent:215 #: lesson-files/csound-intonation-harmonic-p5-30cent:245 #: lesson-files/csound-intonation-harmonic-p5-30cent:275 #: lesson-files/csound-intonation-harmonic-p5-30cent:305 #: lesson-files/csound-intonation-harmonic-p5-30cent:335 #: lesson-files/csound-intonation-harmonic-p5-30cent:365 #: lesson-files/csound-intonation-harmonic-p5-40cent:35 #: lesson-files/csound-intonation-harmonic-p5-40cent:65 #: lesson-files/csound-intonation-harmonic-p5-40cent:95 #: lesson-files/csound-intonation-harmonic-p5-40cent:125 #: lesson-files/csound-intonation-harmonic-p5-40cent:155 #: lesson-files/csound-intonation-harmonic-p5-40cent:185 #: lesson-files/csound-intonation-harmonic-p5-40cent:215 #: lesson-files/csound-intonation-harmonic-p5-40cent:245 #: lesson-files/csound-intonation-harmonic-p5-40cent:275 #: lesson-files/csound-intonation-harmonic-p5-40cent:305 #: lesson-files/csound-intonation-harmonic-p5-40cent:335 #: lesson-files/csound-intonation-harmonic-p5-40cent:365 #: lesson-files/csound-intonation-harmonic-p5-5cent:35 #: lesson-files/csound-intonation-harmonic-p5-5cent:65 #: lesson-files/csound-intonation-harmonic-p5-5cent:95 #: lesson-files/csound-intonation-harmonic-p5-5cent:125 #: lesson-files/csound-intonation-harmonic-p5-5cent:155 #: lesson-files/csound-intonation-harmonic-p5-5cent:185 #: lesson-files/csound-intonation-harmonic-p5-5cent:215 #: lesson-files/csound-intonation-harmonic-p5-5cent:245 #: lesson-files/csound-intonation-harmonic-p5-5cent:275 #: lesson-files/csound-intonation-harmonic-p5-5cent:305 #: lesson-files/csound-intonation-harmonic-p5-5cent:335 #: lesson-files/csound-intonation-harmonic-p5-5cent:365 #: lesson-files/csound-intonation-harmonic-p5-6cent:35 #: lesson-files/csound-intonation-harmonic-p5-6cent:65 #: lesson-files/csound-intonation-harmonic-p5-6cent:95 #: lesson-files/csound-intonation-harmonic-p5-6cent:125 #: lesson-files/csound-intonation-harmonic-p5-6cent:155 #: lesson-files/csound-intonation-harmonic-p5-6cent:185 #: lesson-files/csound-intonation-harmonic-p5-6cent:215 #: lesson-files/csound-intonation-harmonic-p5-6cent:245 #: lesson-files/csound-intonation-harmonic-p5-6cent:275 #: lesson-files/csound-intonation-harmonic-p5-6cent:305 #: lesson-files/csound-intonation-harmonic-p5-6cent:335 #: lesson-files/csound-intonation-harmonic-p5-6cent:365 #: lesson-files/csound-intonation-harmonic-p5-8cent:35 #: lesson-files/csound-intonation-harmonic-p5-8cent:65 #: lesson-files/csound-intonation-harmonic-p5-8cent:95 #: lesson-files/csound-intonation-harmonic-p5-8cent:125 #: lesson-files/csound-intonation-harmonic-p5-8cent:155 #: lesson-files/csound-intonation-harmonic-p5-8cent:185 #: lesson-files/csound-intonation-harmonic-p5-8cent:215 #: lesson-files/csound-intonation-harmonic-p5-8cent:245 #: lesson-files/csound-intonation-harmonic-p5-8cent:275 #: lesson-files/csound-intonation-harmonic-p5-8cent:305 #: lesson-files/csound-intonation-harmonic-p5-8cent:335 #: lesson-files/csound-intonation-harmonic-p5-8cent:365 #: lesson-files/csound-intonation-maj2-10cent:35 #: lesson-files/csound-intonation-maj2-10cent:65 #: lesson-files/csound-intonation-maj2-10cent:95 #: lesson-files/csound-intonation-maj2-10cent:125 #: lesson-files/csound-intonation-maj2-10cent:155 #: lesson-files/csound-intonation-maj2-10cent:185 #: lesson-files/csound-intonation-maj2-10cent:215 #: lesson-files/csound-intonation-maj2-10cent:245 #: lesson-files/csound-intonation-maj2-10cent:275 #: lesson-files/csound-intonation-maj2-10cent:305 #: lesson-files/csound-intonation-maj2-10cent:335 #: lesson-files/csound-intonation-maj2-10cent:365 #: lesson-files/csound-intonation-maj2-15cent:35 #: lesson-files/csound-intonation-maj2-15cent:65 #: lesson-files/csound-intonation-maj2-15cent:95 #: lesson-files/csound-intonation-maj2-15cent:125 #: lesson-files/csound-intonation-maj2-15cent:155 #: lesson-files/csound-intonation-maj2-15cent:185 #: lesson-files/csound-intonation-maj2-15cent:215 #: lesson-files/csound-intonation-maj2-15cent:245 #: lesson-files/csound-intonation-maj2-15cent:275 #: lesson-files/csound-intonation-maj2-15cent:305 #: lesson-files/csound-intonation-maj2-15cent:335 #: lesson-files/csound-intonation-maj2-15cent:365 #: lesson-files/csound-intonation-maj2-20cent:35 #: lesson-files/csound-intonation-maj2-20cent:65 #: lesson-files/csound-intonation-maj2-20cent:95 #: lesson-files/csound-intonation-maj2-20cent:125 #: lesson-files/csound-intonation-maj2-20cent:155 #: lesson-files/csound-intonation-maj2-20cent:185 #: lesson-files/csound-intonation-maj2-20cent:215 #: lesson-files/csound-intonation-maj2-20cent:245 #: lesson-files/csound-intonation-maj2-20cent:275 #: lesson-files/csound-intonation-maj2-20cent:305 #: lesson-files/csound-intonation-maj2-20cent:335 #: lesson-files/csound-intonation-maj2-20cent:365 #: lesson-files/csound-intonation-maj2-30cent:35 #: lesson-files/csound-intonation-maj2-30cent:65 #: lesson-files/csound-intonation-maj2-30cent:95 #: lesson-files/csound-intonation-maj2-30cent:125 #: lesson-files/csound-intonation-maj2-30cent:155 #: lesson-files/csound-intonation-maj2-30cent:185 #: lesson-files/csound-intonation-maj2-30cent:215 #: lesson-files/csound-intonation-maj2-30cent:245 #: lesson-files/csound-intonation-maj2-30cent:275 #: lesson-files/csound-intonation-maj2-30cent:305 #: lesson-files/csound-intonation-maj2-30cent:335 #: lesson-files/csound-intonation-maj2-30cent:365 #: lesson-files/csound-intonation-maj2-40cent:35 #: lesson-files/csound-intonation-maj2-40cent:65 #: lesson-files/csound-intonation-maj2-40cent:95 #: lesson-files/csound-intonation-maj2-40cent:125 #: lesson-files/csound-intonation-maj2-40cent:155 #: lesson-files/csound-intonation-maj2-40cent:185 #: lesson-files/csound-intonation-maj2-40cent:215 #: lesson-files/csound-intonation-maj2-40cent:245 #: lesson-files/csound-intonation-maj2-40cent:275 #: lesson-files/csound-intonation-maj2-40cent:305 #: lesson-files/csound-intonation-maj2-40cent:335 #: lesson-files/csound-intonation-maj2-40cent:365 #: lesson-files/csound-intonation-maj2-5cent:35 #: lesson-files/csound-intonation-maj2-5cent:65 #: lesson-files/csound-intonation-maj2-5cent:95 #: lesson-files/csound-intonation-maj2-5cent:125 #: lesson-files/csound-intonation-maj2-5cent:155 #: lesson-files/csound-intonation-maj2-5cent:185 #: lesson-files/csound-intonation-maj2-5cent:215 #: lesson-files/csound-intonation-maj2-5cent:245 #: lesson-files/csound-intonation-maj2-5cent:275 #: lesson-files/csound-intonation-maj2-5cent:305 #: lesson-files/csound-intonation-maj2-5cent:335 #: lesson-files/csound-intonation-maj2-5cent:365 #: lesson-files/csound-intonation-maj2-6cent:35 #: lesson-files/csound-intonation-maj2-6cent:65 #: lesson-files/csound-intonation-maj2-6cent:95 #: lesson-files/csound-intonation-maj2-6cent:125 #: lesson-files/csound-intonation-maj2-6cent:155 #: lesson-files/csound-intonation-maj2-6cent:185 #: lesson-files/csound-intonation-maj2-6cent:215 #: lesson-files/csound-intonation-maj2-6cent:245 #: lesson-files/csound-intonation-maj2-6cent:275 #: lesson-files/csound-intonation-maj2-6cent:305 #: lesson-files/csound-intonation-maj2-6cent:335 #: lesson-files/csound-intonation-maj2-6cent:365 #: lesson-files/csound-intonation-maj2-8cent:35 #: lesson-files/csound-intonation-maj2-8cent:65 #: lesson-files/csound-intonation-maj2-8cent:95 #: lesson-files/csound-intonation-maj2-8cent:125 #: lesson-files/csound-intonation-maj2-8cent:155 #: lesson-files/csound-intonation-maj2-8cent:185 #: lesson-files/csound-intonation-maj2-8cent:215 #: lesson-files/csound-intonation-maj2-8cent:245 #: lesson-files/csound-intonation-maj2-8cent:275 #: lesson-files/csound-intonation-maj2-8cent:305 #: lesson-files/csound-intonation-maj2-8cent:335 #: lesson-files/csound-intonation-maj2-8cent:365 #: lesson-files/csound-intonation-maj3-10cent:35 #: lesson-files/csound-intonation-maj3-10cent:65 #: lesson-files/csound-intonation-maj3-10cent:95 #: lesson-files/csound-intonation-maj3-10cent:125 #: lesson-files/csound-intonation-maj3-10cent:155 #: lesson-files/csound-intonation-maj3-10cent:185 #: lesson-files/csound-intonation-maj3-10cent:215 #: lesson-files/csound-intonation-maj3-10cent:245 #: lesson-files/csound-intonation-maj3-10cent:275 #: lesson-files/csound-intonation-maj3-10cent:305 #: lesson-files/csound-intonation-maj3-10cent:335 #: lesson-files/csound-intonation-maj3-10cent:365 #: lesson-files/csound-intonation-maj3-15cent:35 #: lesson-files/csound-intonation-maj3-15cent:65 #: lesson-files/csound-intonation-maj3-15cent:95 #: lesson-files/csound-intonation-maj3-15cent:125 #: lesson-files/csound-intonation-maj3-15cent:155 #: lesson-files/csound-intonation-maj3-15cent:185 #: lesson-files/csound-intonation-maj3-15cent:215 #: lesson-files/csound-intonation-maj3-15cent:245 #: lesson-files/csound-intonation-maj3-15cent:275 #: lesson-files/csound-intonation-maj3-15cent:305 #: lesson-files/csound-intonation-maj3-15cent:335 #: lesson-files/csound-intonation-maj3-15cent:365 #: lesson-files/csound-intonation-maj3-20cent:35 #: lesson-files/csound-intonation-maj3-20cent:65 #: lesson-files/csound-intonation-maj3-20cent:95 #: lesson-files/csound-intonation-maj3-20cent:125 #: lesson-files/csound-intonation-maj3-20cent:155 #: lesson-files/csound-intonation-maj3-20cent:185 #: lesson-files/csound-intonation-maj3-20cent:215 #: lesson-files/csound-intonation-maj3-20cent:245 #: lesson-files/csound-intonation-maj3-20cent:275 #: lesson-files/csound-intonation-maj3-20cent:305 #: lesson-files/csound-intonation-maj3-20cent:335 #: lesson-files/csound-intonation-maj3-20cent:365 #: lesson-files/csound-intonation-maj3-30cent:35 #: lesson-files/csound-intonation-maj3-30cent:65 #: lesson-files/csound-intonation-maj3-30cent:95 #: lesson-files/csound-intonation-maj3-30cent:125 #: lesson-files/csound-intonation-maj3-30cent:155 #: lesson-files/csound-intonation-maj3-30cent:185 #: lesson-files/csound-intonation-maj3-30cent:215 #: lesson-files/csound-intonation-maj3-30cent:245 #: lesson-files/csound-intonation-maj3-30cent:275 #: lesson-files/csound-intonation-maj3-30cent:305 #: lesson-files/csound-intonation-maj3-30cent:335 #: lesson-files/csound-intonation-maj3-30cent:365 #: lesson-files/csound-intonation-maj3-40cent:35 #: lesson-files/csound-intonation-maj3-40cent:65 #: lesson-files/csound-intonation-maj3-40cent:95 #: lesson-files/csound-intonation-maj3-40cent:125 #: lesson-files/csound-intonation-maj3-40cent:155 #: lesson-files/csound-intonation-maj3-40cent:185 #: lesson-files/csound-intonation-maj3-40cent:215 #: lesson-files/csound-intonation-maj3-40cent:245 #: lesson-files/csound-intonation-maj3-40cent:275 #: lesson-files/csound-intonation-maj3-40cent:305 #: lesson-files/csound-intonation-maj3-40cent:335 #: lesson-files/csound-intonation-maj3-40cent:365 #: lesson-files/csound-intonation-maj3-5cent:35 #: lesson-files/csound-intonation-maj3-5cent:65 #: lesson-files/csound-intonation-maj3-5cent:95 #: lesson-files/csound-intonation-maj3-5cent:125 #: lesson-files/csound-intonation-maj3-5cent:155 #: lesson-files/csound-intonation-maj3-5cent:185 #: lesson-files/csound-intonation-maj3-5cent:215 #: lesson-files/csound-intonation-maj3-5cent:245 #: lesson-files/csound-intonation-maj3-5cent:275 #: lesson-files/csound-intonation-maj3-5cent:305 #: lesson-files/csound-intonation-maj3-5cent:335 #: lesson-files/csound-intonation-maj3-5cent:365 #: lesson-files/csound-intonation-maj3-6cent:35 #: lesson-files/csound-intonation-maj3-6cent:65 #: lesson-files/csound-intonation-maj3-6cent:95 #: lesson-files/csound-intonation-maj3-6cent:125 #: lesson-files/csound-intonation-maj3-6cent:155 #: lesson-files/csound-intonation-maj3-6cent:185 #: lesson-files/csound-intonation-maj3-6cent:215 #: lesson-files/csound-intonation-maj3-6cent:245 #: lesson-files/csound-intonation-maj3-6cent:275 #: lesson-files/csound-intonation-maj3-6cent:305 #: lesson-files/csound-intonation-maj3-6cent:335 #: lesson-files/csound-intonation-maj3-6cent:365 #: lesson-files/csound-intonation-maj3-8cent:35 #: lesson-files/csound-intonation-maj3-8cent:65 #: lesson-files/csound-intonation-maj3-8cent:95 #: lesson-files/csound-intonation-maj3-8cent:125 #: lesson-files/csound-intonation-maj3-8cent:155 #: lesson-files/csound-intonation-maj3-8cent:185 #: lesson-files/csound-intonation-maj3-8cent:215 #: lesson-files/csound-intonation-maj3-8cent:245 #: lesson-files/csound-intonation-maj3-8cent:275 #: lesson-files/csound-intonation-maj3-8cent:305 #: lesson-files/csound-intonation-maj3-8cent:335 #: lesson-files/csound-intonation-maj3-8cent:365 #: lesson-files/csound-intonation-maj6-10cent:35 #: lesson-files/csound-intonation-maj6-10cent:65 #: lesson-files/csound-intonation-maj6-10cent:95 #: lesson-files/csound-intonation-maj6-10cent:125 #: lesson-files/csound-intonation-maj6-10cent:155 #: lesson-files/csound-intonation-maj6-10cent:185 #: lesson-files/csound-intonation-maj6-10cent:215 #: lesson-files/csound-intonation-maj6-10cent:245 #: lesson-files/csound-intonation-maj6-10cent:275 #: lesson-files/csound-intonation-maj6-10cent:305 #: lesson-files/csound-intonation-maj6-10cent:335 #: lesson-files/csound-intonation-maj6-10cent:365 #: lesson-files/csound-intonation-maj6-15cent:35 #: lesson-files/csound-intonation-maj6-15cent:65 #: lesson-files/csound-intonation-maj6-15cent:95 #: lesson-files/csound-intonation-maj6-15cent:125 #: lesson-files/csound-intonation-maj6-15cent:155 #: lesson-files/csound-intonation-maj6-15cent:185 #: lesson-files/csound-intonation-maj6-15cent:215 #: lesson-files/csound-intonation-maj6-15cent:245 #: lesson-files/csound-intonation-maj6-15cent:275 #: lesson-files/csound-intonation-maj6-15cent:305 #: lesson-files/csound-intonation-maj6-15cent:335 #: lesson-files/csound-intonation-maj6-15cent:365 #: lesson-files/csound-intonation-maj6-20cent:35 #: lesson-files/csound-intonation-maj6-20cent:65 #: lesson-files/csound-intonation-maj6-20cent:95 #: lesson-files/csound-intonation-maj6-20cent:125 #: lesson-files/csound-intonation-maj6-20cent:155 #: lesson-files/csound-intonation-maj6-20cent:185 #: lesson-files/csound-intonation-maj6-20cent:215 #: lesson-files/csound-intonation-maj6-20cent:245 #: lesson-files/csound-intonation-maj6-20cent:275 #: lesson-files/csound-intonation-maj6-20cent:305 #: lesson-files/csound-intonation-maj6-20cent:335 #: lesson-files/csound-intonation-maj6-20cent:365 #: lesson-files/csound-intonation-maj6-30cent:35 #: lesson-files/csound-intonation-maj6-30cent:65 #: lesson-files/csound-intonation-maj6-30cent:95 #: lesson-files/csound-intonation-maj6-30cent:125 #: lesson-files/csound-intonation-maj6-30cent:155 #: lesson-files/csound-intonation-maj6-30cent:185 #: lesson-files/csound-intonation-maj6-30cent:215 #: lesson-files/csound-intonation-maj6-30cent:245 #: lesson-files/csound-intonation-maj6-30cent:275 #: lesson-files/csound-intonation-maj6-30cent:305 #: lesson-files/csound-intonation-maj6-30cent:335 #: lesson-files/csound-intonation-maj6-30cent:365 #: lesson-files/csound-intonation-maj6-40cent:35 #: lesson-files/csound-intonation-maj6-40cent:65 #: lesson-files/csound-intonation-maj6-40cent:95 #: lesson-files/csound-intonation-maj6-40cent:125 #: lesson-files/csound-intonation-maj6-40cent:155 #: lesson-files/csound-intonation-maj6-40cent:185 #: lesson-files/csound-intonation-maj6-40cent:215 #: lesson-files/csound-intonation-maj6-40cent:245 #: lesson-files/csound-intonation-maj6-40cent:275 #: lesson-files/csound-intonation-maj6-40cent:305 #: lesson-files/csound-intonation-maj6-40cent:335 #: lesson-files/csound-intonation-maj6-40cent:365 #: lesson-files/csound-intonation-maj6-5cent:35 #: lesson-files/csound-intonation-maj6-5cent:65 #: lesson-files/csound-intonation-maj6-5cent:95 #: lesson-files/csound-intonation-maj6-5cent:125 #: lesson-files/csound-intonation-maj6-5cent:155 #: lesson-files/csound-intonation-maj6-5cent:185 #: lesson-files/csound-intonation-maj6-5cent:215 #: lesson-files/csound-intonation-maj6-5cent:245 #: lesson-files/csound-intonation-maj6-5cent:275 #: lesson-files/csound-intonation-maj6-5cent:305 #: lesson-files/csound-intonation-maj6-5cent:335 #: lesson-files/csound-intonation-maj6-5cent:365 #: lesson-files/csound-intonation-maj6-6cent:35 #: lesson-files/csound-intonation-maj6-6cent:65 #: lesson-files/csound-intonation-maj6-6cent:95 #: lesson-files/csound-intonation-maj6-6cent:125 #: lesson-files/csound-intonation-maj6-6cent:155 #: lesson-files/csound-intonation-maj6-6cent:185 #: lesson-files/csound-intonation-maj6-6cent:215 #: lesson-files/csound-intonation-maj6-6cent:245 #: lesson-files/csound-intonation-maj6-6cent:275 #: lesson-files/csound-intonation-maj6-6cent:305 #: lesson-files/csound-intonation-maj6-6cent:335 #: lesson-files/csound-intonation-maj6-6cent:365 #: lesson-files/csound-intonation-maj6-8cent:35 #: lesson-files/csound-intonation-maj6-8cent:65 #: lesson-files/csound-intonation-maj6-8cent:95 #: lesson-files/csound-intonation-maj6-8cent:125 #: lesson-files/csound-intonation-maj6-8cent:155 #: lesson-files/csound-intonation-maj6-8cent:185 #: lesson-files/csound-intonation-maj6-8cent:215 #: lesson-files/csound-intonation-maj6-8cent:245 #: lesson-files/csound-intonation-maj6-8cent:275 #: lesson-files/csound-intonation-maj6-8cent:305 #: lesson-files/csound-intonation-maj6-8cent:335 #: lesson-files/csound-intonation-maj6-8cent:365 #: lesson-files/csound-intonation-maj7-10cent:35 #: lesson-files/csound-intonation-maj7-10cent:65 #: lesson-files/csound-intonation-maj7-10cent:95 #: lesson-files/csound-intonation-maj7-10cent:125 #: lesson-files/csound-intonation-maj7-10cent:155 #: lesson-files/csound-intonation-maj7-10cent:185 #: lesson-files/csound-intonation-maj7-10cent:215 #: lesson-files/csound-intonation-maj7-10cent:245 #: lesson-files/csound-intonation-maj7-10cent:275 #: lesson-files/csound-intonation-maj7-10cent:305 #: lesson-files/csound-intonation-maj7-10cent:335 #: lesson-files/csound-intonation-maj7-10cent:365 #: lesson-files/csound-intonation-maj7-15cent:35 #: lesson-files/csound-intonation-maj7-15cent:65 #: lesson-files/csound-intonation-maj7-15cent:95 #: lesson-files/csound-intonation-maj7-15cent:125 #: lesson-files/csound-intonation-maj7-15cent:155 #: lesson-files/csound-intonation-maj7-15cent:185 #: lesson-files/csound-intonation-maj7-15cent:215 #: lesson-files/csound-intonation-maj7-15cent:245 #: lesson-files/csound-intonation-maj7-15cent:275 #: lesson-files/csound-intonation-maj7-15cent:305 #: lesson-files/csound-intonation-maj7-15cent:335 #: lesson-files/csound-intonation-maj7-15cent:365 #: lesson-files/csound-intonation-maj7-20cent:35 #: lesson-files/csound-intonation-maj7-20cent:65 #: lesson-files/csound-intonation-maj7-20cent:95 #: lesson-files/csound-intonation-maj7-20cent:125 #: lesson-files/csound-intonation-maj7-20cent:155 #: lesson-files/csound-intonation-maj7-20cent:185 #: lesson-files/csound-intonation-maj7-20cent:215 #: lesson-files/csound-intonation-maj7-20cent:245 #: lesson-files/csound-intonation-maj7-20cent:275 #: lesson-files/csound-intonation-maj7-20cent:305 #: lesson-files/csound-intonation-maj7-20cent:335 #: lesson-files/csound-intonation-maj7-20cent:365 #: lesson-files/csound-intonation-maj7-30cent:35 #: lesson-files/csound-intonation-maj7-30cent:65 #: lesson-files/csound-intonation-maj7-30cent:95 #: lesson-files/csound-intonation-maj7-30cent:125 #: lesson-files/csound-intonation-maj7-30cent:155 #: lesson-files/csound-intonation-maj7-30cent:185 #: lesson-files/csound-intonation-maj7-30cent:215 #: lesson-files/csound-intonation-maj7-30cent:245 #: lesson-files/csound-intonation-maj7-30cent:275 #: lesson-files/csound-intonation-maj7-30cent:305 #: lesson-files/csound-intonation-maj7-30cent:335 #: lesson-files/csound-intonation-maj7-30cent:365 #: lesson-files/csound-intonation-maj7-40cent:35 #: lesson-files/csound-intonation-maj7-40cent:65 #: lesson-files/csound-intonation-maj7-40cent:95 #: lesson-files/csound-intonation-maj7-40cent:125 #: lesson-files/csound-intonation-maj7-40cent:155 #: lesson-files/csound-intonation-maj7-40cent:185 #: lesson-files/csound-intonation-maj7-40cent:215 #: lesson-files/csound-intonation-maj7-40cent:245 #: lesson-files/csound-intonation-maj7-40cent:275 #: lesson-files/csound-intonation-maj7-40cent:305 #: lesson-files/csound-intonation-maj7-40cent:335 #: lesson-files/csound-intonation-maj7-40cent:365 #: lesson-files/csound-intonation-maj7-5cent:35 #: lesson-files/csound-intonation-maj7-5cent:65 #: lesson-files/csound-intonation-maj7-5cent:95 #: lesson-files/csound-intonation-maj7-5cent:125 #: lesson-files/csound-intonation-maj7-5cent:155 #: lesson-files/csound-intonation-maj7-5cent:185 #: lesson-files/csound-intonation-maj7-5cent:215 #: lesson-files/csound-intonation-maj7-5cent:245 #: lesson-files/csound-intonation-maj7-5cent:275 #: lesson-files/csound-intonation-maj7-5cent:305 #: lesson-files/csound-intonation-maj7-5cent:335 #: lesson-files/csound-intonation-maj7-5cent:365 #: lesson-files/csound-intonation-maj7-6cent:35 #: lesson-files/csound-intonation-maj7-6cent:65 #: lesson-files/csound-intonation-maj7-6cent:95 #: lesson-files/csound-intonation-maj7-6cent:125 #: lesson-files/csound-intonation-maj7-6cent:155 #: lesson-files/csound-intonation-maj7-6cent:185 #: lesson-files/csound-intonation-maj7-6cent:215 #: lesson-files/csound-intonation-maj7-6cent:245 #: lesson-files/csound-intonation-maj7-6cent:275 #: lesson-files/csound-intonation-maj7-6cent:305 #: lesson-files/csound-intonation-maj7-6cent:335 #: lesson-files/csound-intonation-maj7-6cent:365 #: lesson-files/csound-intonation-maj7-8cent:35 #: lesson-files/csound-intonation-maj7-8cent:65 #: lesson-files/csound-intonation-maj7-8cent:95 #: lesson-files/csound-intonation-maj7-8cent:125 #: lesson-files/csound-intonation-maj7-8cent:155 #: lesson-files/csound-intonation-maj7-8cent:185 #: lesson-files/csound-intonation-maj7-8cent:215 #: lesson-files/csound-intonation-maj7-8cent:245 #: lesson-files/csound-intonation-maj7-8cent:275 #: lesson-files/csound-intonation-maj7-8cent:305 #: lesson-files/csound-intonation-maj7-8cent:335 #: lesson-files/csound-intonation-maj7-8cent:365 #: lesson-files/csound-intonation-min2-10cent:35 #: lesson-files/csound-intonation-min2-10cent:65 #: lesson-files/csound-intonation-min2-10cent:95 #: lesson-files/csound-intonation-min2-10cent:125 #: lesson-files/csound-intonation-min2-10cent:155 #: lesson-files/csound-intonation-min2-10cent:185 #: lesson-files/csound-intonation-min2-10cent:215 #: lesson-files/csound-intonation-min2-10cent:245 #: lesson-files/csound-intonation-min2-10cent:275 #: lesson-files/csound-intonation-min2-10cent:305 #: lesson-files/csound-intonation-min2-10cent:335 #: lesson-files/csound-intonation-min2-10cent:365 #: lesson-files/csound-intonation-min2-15cent:35 #: lesson-files/csound-intonation-min2-15cent:65 #: lesson-files/csound-intonation-min2-15cent:95 #: lesson-files/csound-intonation-min2-15cent:125 #: lesson-files/csound-intonation-min2-15cent:155 #: lesson-files/csound-intonation-min2-15cent:185 #: lesson-files/csound-intonation-min2-15cent:215 #: lesson-files/csound-intonation-min2-15cent:245 #: lesson-files/csound-intonation-min2-15cent:275 #: lesson-files/csound-intonation-min2-15cent:305 #: lesson-files/csound-intonation-min2-15cent:335 #: lesson-files/csound-intonation-min2-15cent:365 #: lesson-files/csound-intonation-min2-20cent:35 #: lesson-files/csound-intonation-min2-20cent:65 #: lesson-files/csound-intonation-min2-20cent:95 #: lesson-files/csound-intonation-min2-20cent:125 #: lesson-files/csound-intonation-min2-20cent:155 #: lesson-files/csound-intonation-min2-20cent:185 #: lesson-files/csound-intonation-min2-20cent:215 #: lesson-files/csound-intonation-min2-20cent:245 #: lesson-files/csound-intonation-min2-20cent:275 #: lesson-files/csound-intonation-min2-20cent:305 #: lesson-files/csound-intonation-min2-20cent:335 #: lesson-files/csound-intonation-min2-20cent:365 #: lesson-files/csound-intonation-min2-30cent:35 #: lesson-files/csound-intonation-min2-30cent:65 #: lesson-files/csound-intonation-min2-30cent:95 #: lesson-files/csound-intonation-min2-30cent:125 #: lesson-files/csound-intonation-min2-30cent:155 #: lesson-files/csound-intonation-min2-30cent:185 #: lesson-files/csound-intonation-min2-30cent:215 #: lesson-files/csound-intonation-min2-30cent:245 #: lesson-files/csound-intonation-min2-30cent:275 #: lesson-files/csound-intonation-min2-30cent:305 #: lesson-files/csound-intonation-min2-30cent:335 #: lesson-files/csound-intonation-min2-30cent:365 #: lesson-files/csound-intonation-min2-40cent:35 #: lesson-files/csound-intonation-min2-40cent:65 #: lesson-files/csound-intonation-min2-40cent:95 #: lesson-files/csound-intonation-min2-40cent:125 #: lesson-files/csound-intonation-min2-40cent:155 #: lesson-files/csound-intonation-min2-40cent:185 #: lesson-files/csound-intonation-min2-40cent:215 #: lesson-files/csound-intonation-min2-40cent:245 #: lesson-files/csound-intonation-min2-40cent:275 #: lesson-files/csound-intonation-min2-40cent:305 #: lesson-files/csound-intonation-min2-40cent:335 #: lesson-files/csound-intonation-min2-40cent:365 #: lesson-files/csound-intonation-min2-5cent:35 #: lesson-files/csound-intonation-min2-5cent:65 #: lesson-files/csound-intonation-min2-5cent:95 #: lesson-files/csound-intonation-min2-5cent:125 #: lesson-files/csound-intonation-min2-5cent:155 #: lesson-files/csound-intonation-min2-5cent:185 #: lesson-files/csound-intonation-min2-5cent:215 #: lesson-files/csound-intonation-min2-5cent:245 #: lesson-files/csound-intonation-min2-5cent:275 #: lesson-files/csound-intonation-min2-5cent:305 #: lesson-files/csound-intonation-min2-5cent:335 #: lesson-files/csound-intonation-min2-5cent:365 #: lesson-files/csound-intonation-min2-6cent:35 #: lesson-files/csound-intonation-min2-6cent:65 #: lesson-files/csound-intonation-min2-6cent:95 #: lesson-files/csound-intonation-min2-6cent:125 #: lesson-files/csound-intonation-min2-6cent:155 #: lesson-files/csound-intonation-min2-6cent:185 #: lesson-files/csound-intonation-min2-6cent:215 #: lesson-files/csound-intonation-min2-6cent:245 #: lesson-files/csound-intonation-min2-6cent:275 #: lesson-files/csound-intonation-min2-6cent:305 #: lesson-files/csound-intonation-min2-6cent:335 #: lesson-files/csound-intonation-min2-6cent:365 #: lesson-files/csound-intonation-min2-8cent:35 #: lesson-files/csound-intonation-min2-8cent:65 #: lesson-files/csound-intonation-min2-8cent:95 #: lesson-files/csound-intonation-min2-8cent:125 #: lesson-files/csound-intonation-min2-8cent:155 #: lesson-files/csound-intonation-min2-8cent:185 #: lesson-files/csound-intonation-min2-8cent:215 #: lesson-files/csound-intonation-min2-8cent:245 #: lesson-files/csound-intonation-min2-8cent:275 #: lesson-files/csound-intonation-min2-8cent:305 #: lesson-files/csound-intonation-min2-8cent:335 #: lesson-files/csound-intonation-min2-8cent:365 #: lesson-files/csound-intonation-min3-10cent:35 #: lesson-files/csound-intonation-min3-10cent:65 #: lesson-files/csound-intonation-min3-10cent:95 #: lesson-files/csound-intonation-min3-10cent:125 #: lesson-files/csound-intonation-min3-10cent:155 #: lesson-files/csound-intonation-min3-10cent:185 #: lesson-files/csound-intonation-min3-10cent:215 #: lesson-files/csound-intonation-min3-10cent:245 #: lesson-files/csound-intonation-min3-10cent:275 #: lesson-files/csound-intonation-min3-10cent:305 #: lesson-files/csound-intonation-min3-10cent:335 #: lesson-files/csound-intonation-min3-10cent:365 #: lesson-files/csound-intonation-min3-15cent:35 #: lesson-files/csound-intonation-min3-15cent:65 #: lesson-files/csound-intonation-min3-15cent:95 #: lesson-files/csound-intonation-min3-15cent:125 #: lesson-files/csound-intonation-min3-15cent:155 #: lesson-files/csound-intonation-min3-15cent:185 #: lesson-files/csound-intonation-min3-15cent:215 #: lesson-files/csound-intonation-min3-15cent:245 #: lesson-files/csound-intonation-min3-15cent:275 #: lesson-files/csound-intonation-min3-15cent:305 #: lesson-files/csound-intonation-min3-15cent:335 #: lesson-files/csound-intonation-min3-15cent:365 #: lesson-files/csound-intonation-min3-20cent:35 #: lesson-files/csound-intonation-min3-20cent:65 #: lesson-files/csound-intonation-min3-20cent:95 #: lesson-files/csound-intonation-min3-20cent:125 #: lesson-files/csound-intonation-min3-20cent:155 #: lesson-files/csound-intonation-min3-20cent:185 #: lesson-files/csound-intonation-min3-20cent:215 #: lesson-files/csound-intonation-min3-20cent:245 #: lesson-files/csound-intonation-min3-20cent:275 #: lesson-files/csound-intonation-min3-20cent:305 #: lesson-files/csound-intonation-min3-20cent:335 #: lesson-files/csound-intonation-min3-20cent:365 #: lesson-files/csound-intonation-min3-30cent:35 #: lesson-files/csound-intonation-min3-30cent:65 #: lesson-files/csound-intonation-min3-30cent:95 #: lesson-files/csound-intonation-min3-30cent:125 #: lesson-files/csound-intonation-min3-30cent:155 #: lesson-files/csound-intonation-min3-30cent:185 #: lesson-files/csound-intonation-min3-30cent:215 #: lesson-files/csound-intonation-min3-30cent:245 #: lesson-files/csound-intonation-min3-30cent:275 #: lesson-files/csound-intonation-min3-30cent:305 #: lesson-files/csound-intonation-min3-30cent:335 #: lesson-files/csound-intonation-min3-30cent:365 #: lesson-files/csound-intonation-min3-40cent:35 #: lesson-files/csound-intonation-min3-40cent:65 #: lesson-files/csound-intonation-min3-40cent:95 #: lesson-files/csound-intonation-min3-40cent:125 #: lesson-files/csound-intonation-min3-40cent:155 #: lesson-files/csound-intonation-min3-40cent:185 #: lesson-files/csound-intonation-min3-40cent:215 #: lesson-files/csound-intonation-min3-40cent:245 #: lesson-files/csound-intonation-min3-40cent:275 #: lesson-files/csound-intonation-min3-40cent:305 #: lesson-files/csound-intonation-min3-40cent:335 #: lesson-files/csound-intonation-min3-40cent:365 #: lesson-files/csound-intonation-min3-5cent:35 #: lesson-files/csound-intonation-min3-5cent:65 #: lesson-files/csound-intonation-min3-5cent:95 #: lesson-files/csound-intonation-min3-5cent:125 #: lesson-files/csound-intonation-min3-5cent:155 #: lesson-files/csound-intonation-min3-5cent:185 #: lesson-files/csound-intonation-min3-5cent:215 #: lesson-files/csound-intonation-min3-5cent:245 #: lesson-files/csound-intonation-min3-5cent:275 #: lesson-files/csound-intonation-min3-5cent:305 #: lesson-files/csound-intonation-min3-5cent:335 #: lesson-files/csound-intonation-min3-5cent:365 #: lesson-files/csound-intonation-min3-6cent:35 #: lesson-files/csound-intonation-min3-6cent:65 #: lesson-files/csound-intonation-min3-6cent:95 #: lesson-files/csound-intonation-min3-6cent:125 #: lesson-files/csound-intonation-min3-6cent:155 #: lesson-files/csound-intonation-min3-6cent:185 #: lesson-files/csound-intonation-min3-6cent:215 #: lesson-files/csound-intonation-min3-6cent:245 #: lesson-files/csound-intonation-min3-6cent:275 #: lesson-files/csound-intonation-min3-6cent:305 #: lesson-files/csound-intonation-min3-6cent:335 #: lesson-files/csound-intonation-min3-6cent:365 #: lesson-files/csound-intonation-min3-8cent:35 #: lesson-files/csound-intonation-min3-8cent:65 #: lesson-files/csound-intonation-min3-8cent:95 #: lesson-files/csound-intonation-min3-8cent:125 #: lesson-files/csound-intonation-min3-8cent:155 #: lesson-files/csound-intonation-min3-8cent:185 #: lesson-files/csound-intonation-min3-8cent:215 #: lesson-files/csound-intonation-min3-8cent:245 #: lesson-files/csound-intonation-min3-8cent:275 #: lesson-files/csound-intonation-min3-8cent:305 #: lesson-files/csound-intonation-min3-8cent:335 #: lesson-files/csound-intonation-min3-8cent:365 #: lesson-files/csound-intonation-min6-10cent:35 #: lesson-files/csound-intonation-min6-10cent:65 #: lesson-files/csound-intonation-min6-10cent:95 #: lesson-files/csound-intonation-min6-10cent:125 #: lesson-files/csound-intonation-min6-10cent:155 #: lesson-files/csound-intonation-min6-10cent:185 #: lesson-files/csound-intonation-min6-10cent:215 #: lesson-files/csound-intonation-min6-10cent:245 #: lesson-files/csound-intonation-min6-10cent:275 #: lesson-files/csound-intonation-min6-10cent:305 #: lesson-files/csound-intonation-min6-10cent:335 #: lesson-files/csound-intonation-min6-10cent:365 #: lesson-files/csound-intonation-min6-15cent:35 #: lesson-files/csound-intonation-min6-15cent:65 #: lesson-files/csound-intonation-min6-15cent:95 #: lesson-files/csound-intonation-min6-15cent:125 #: lesson-files/csound-intonation-min6-15cent:155 #: lesson-files/csound-intonation-min6-15cent:185 #: lesson-files/csound-intonation-min6-15cent:215 #: lesson-files/csound-intonation-min6-15cent:245 #: lesson-files/csound-intonation-min6-15cent:275 #: lesson-files/csound-intonation-min6-15cent:305 #: lesson-files/csound-intonation-min6-15cent:335 #: lesson-files/csound-intonation-min6-15cent:365 #: lesson-files/csound-intonation-min6-20cent:35 #: lesson-files/csound-intonation-min6-20cent:65 #: lesson-files/csound-intonation-min6-20cent:95 #: lesson-files/csound-intonation-min6-20cent:125 #: lesson-files/csound-intonation-min6-20cent:155 #: lesson-files/csound-intonation-min6-20cent:185 #: lesson-files/csound-intonation-min6-20cent:215 #: lesson-files/csound-intonation-min6-20cent:245 #: lesson-files/csound-intonation-min6-20cent:275 #: lesson-files/csound-intonation-min6-20cent:305 #: lesson-files/csound-intonation-min6-20cent:335 #: lesson-files/csound-intonation-min6-20cent:365 #: lesson-files/csound-intonation-min6-30cent:35 #: lesson-files/csound-intonation-min6-30cent:65 #: lesson-files/csound-intonation-min6-30cent:95 #: lesson-files/csound-intonation-min6-30cent:125 #: lesson-files/csound-intonation-min6-30cent:155 #: lesson-files/csound-intonation-min6-30cent:185 #: lesson-files/csound-intonation-min6-30cent:215 #: lesson-files/csound-intonation-min6-30cent:245 #: lesson-files/csound-intonation-min6-30cent:275 #: lesson-files/csound-intonation-min6-30cent:305 #: lesson-files/csound-intonation-min6-30cent:335 #: lesson-files/csound-intonation-min6-30cent:365 #: lesson-files/csound-intonation-min6-40cent:35 #: lesson-files/csound-intonation-min6-40cent:65 #: lesson-files/csound-intonation-min6-40cent:95 #: lesson-files/csound-intonation-min6-40cent:125 #: lesson-files/csound-intonation-min6-40cent:155 #: lesson-files/csound-intonation-min6-40cent:185 #: lesson-files/csound-intonation-min6-40cent:215 #: lesson-files/csound-intonation-min6-40cent:245 #: lesson-files/csound-intonation-min6-40cent:275 #: lesson-files/csound-intonation-min6-40cent:305 #: lesson-files/csound-intonation-min6-40cent:335 #: lesson-files/csound-intonation-min6-40cent:365 #: lesson-files/csound-intonation-min6-5cent:35 #: lesson-files/csound-intonation-min6-5cent:65 #: lesson-files/csound-intonation-min6-5cent:95 #: lesson-files/csound-intonation-min6-5cent:125 #: lesson-files/csound-intonation-min6-5cent:155 #: lesson-files/csound-intonation-min6-5cent:185 #: lesson-files/csound-intonation-min6-5cent:215 #: lesson-files/csound-intonation-min6-5cent:245 #: lesson-files/csound-intonation-min6-5cent:275 #: lesson-files/csound-intonation-min6-5cent:305 #: lesson-files/csound-intonation-min6-5cent:335 #: lesson-files/csound-intonation-min6-5cent:365 #: lesson-files/csound-intonation-min6-6cent:35 #: lesson-files/csound-intonation-min6-6cent:65 #: lesson-files/csound-intonation-min6-6cent:95 #: lesson-files/csound-intonation-min6-6cent:125 #: lesson-files/csound-intonation-min6-6cent:155 #: lesson-files/csound-intonation-min6-6cent:185 #: lesson-files/csound-intonation-min6-6cent:215 #: lesson-files/csound-intonation-min6-6cent:245 #: lesson-files/csound-intonation-min6-6cent:275 #: lesson-files/csound-intonation-min6-6cent:305 #: lesson-files/csound-intonation-min6-6cent:335 #: lesson-files/csound-intonation-min6-6cent:365 #: lesson-files/csound-intonation-min6-8cent:35 #: lesson-files/csound-intonation-min6-8cent:65 #: lesson-files/csound-intonation-min6-8cent:95 #: lesson-files/csound-intonation-min6-8cent:125 #: lesson-files/csound-intonation-min6-8cent:155 #: lesson-files/csound-intonation-min6-8cent:185 #: lesson-files/csound-intonation-min6-8cent:215 #: lesson-files/csound-intonation-min6-8cent:245 #: lesson-files/csound-intonation-min6-8cent:275 #: lesson-files/csound-intonation-min6-8cent:305 #: lesson-files/csound-intonation-min6-8cent:335 #: lesson-files/csound-intonation-min6-8cent:365 #: lesson-files/csound-intonation-min7-10cent:35 #: lesson-files/csound-intonation-min7-10cent:65 #: lesson-files/csound-intonation-min7-10cent:95 #: lesson-files/csound-intonation-min7-10cent:125 #: lesson-files/csound-intonation-min7-10cent:155 #: lesson-files/csound-intonation-min7-10cent:185 #: lesson-files/csound-intonation-min7-10cent:215 #: lesson-files/csound-intonation-min7-10cent:245 #: lesson-files/csound-intonation-min7-10cent:275 #: lesson-files/csound-intonation-min7-10cent:305 #: lesson-files/csound-intonation-min7-10cent:335 #: lesson-files/csound-intonation-min7-10cent:365 #: lesson-files/csound-intonation-min7-15cent:35 #: lesson-files/csound-intonation-min7-15cent:65 #: lesson-files/csound-intonation-min7-15cent:95 #: lesson-files/csound-intonation-min7-15cent:125 #: lesson-files/csound-intonation-min7-15cent:155 #: lesson-files/csound-intonation-min7-15cent:185 #: lesson-files/csound-intonation-min7-15cent:215 #: lesson-files/csound-intonation-min7-15cent:245 #: lesson-files/csound-intonation-min7-15cent:275 #: lesson-files/csound-intonation-min7-15cent:305 #: lesson-files/csound-intonation-min7-15cent:335 #: lesson-files/csound-intonation-min7-15cent:365 #: lesson-files/csound-intonation-min7-20cent:35 #: lesson-files/csound-intonation-min7-20cent:65 #: lesson-files/csound-intonation-min7-20cent:95 #: lesson-files/csound-intonation-min7-20cent:125 #: lesson-files/csound-intonation-min7-20cent:155 #: lesson-files/csound-intonation-min7-20cent:185 #: lesson-files/csound-intonation-min7-20cent:215 #: lesson-files/csound-intonation-min7-20cent:245 #: lesson-files/csound-intonation-min7-20cent:275 #: lesson-files/csound-intonation-min7-20cent:305 #: lesson-files/csound-intonation-min7-20cent:335 #: lesson-files/csound-intonation-min7-20cent:365 #: lesson-files/csound-intonation-min7-30cent:35 #: lesson-files/csound-intonation-min7-30cent:65 #: lesson-files/csound-intonation-min7-30cent:95 #: lesson-files/csound-intonation-min7-30cent:125 #: lesson-files/csound-intonation-min7-30cent:155 #: lesson-files/csound-intonation-min7-30cent:185 #: lesson-files/csound-intonation-min7-30cent:215 #: lesson-files/csound-intonation-min7-30cent:245 #: lesson-files/csound-intonation-min7-30cent:275 #: lesson-files/csound-intonation-min7-30cent:305 #: lesson-files/csound-intonation-min7-30cent:335 #: lesson-files/csound-intonation-min7-30cent:365 #: lesson-files/csound-intonation-min7-40cent:35 #: lesson-files/csound-intonation-min7-40cent:65 #: lesson-files/csound-intonation-min7-40cent:95 #: lesson-files/csound-intonation-min7-40cent:125 #: lesson-files/csound-intonation-min7-40cent:155 #: lesson-files/csound-intonation-min7-40cent:185 #: lesson-files/csound-intonation-min7-40cent:215 #: lesson-files/csound-intonation-min7-40cent:245 #: lesson-files/csound-intonation-min7-40cent:275 #: lesson-files/csound-intonation-min7-40cent:305 #: lesson-files/csound-intonation-min7-40cent:335 #: lesson-files/csound-intonation-min7-40cent:365 #: lesson-files/csound-intonation-min7-5cent:35 #: lesson-files/csound-intonation-min7-5cent:65 #: lesson-files/csound-intonation-min7-5cent:95 #: lesson-files/csound-intonation-min7-5cent:125 #: lesson-files/csound-intonation-min7-5cent:155 #: lesson-files/csound-intonation-min7-5cent:185 #: lesson-files/csound-intonation-min7-5cent:215 #: lesson-files/csound-intonation-min7-5cent:245 #: lesson-files/csound-intonation-min7-5cent:275 #: lesson-files/csound-intonation-min7-5cent:305 #: lesson-files/csound-intonation-min7-5cent:335 #: lesson-files/csound-intonation-min7-5cent:365 #: lesson-files/csound-intonation-min7-6cent:35 #: lesson-files/csound-intonation-min7-6cent:65 #: lesson-files/csound-intonation-min7-6cent:95 #: lesson-files/csound-intonation-min7-6cent:125 #: lesson-files/csound-intonation-min7-6cent:155 #: lesson-files/csound-intonation-min7-6cent:185 #: lesson-files/csound-intonation-min7-6cent:215 #: lesson-files/csound-intonation-min7-6cent:245 #: lesson-files/csound-intonation-min7-6cent:275 #: lesson-files/csound-intonation-min7-6cent:305 #: lesson-files/csound-intonation-min7-6cent:335 #: lesson-files/csound-intonation-min7-6cent:365 #: lesson-files/csound-intonation-min7-8cent:35 #: lesson-files/csound-intonation-min7-8cent:65 #: lesson-files/csound-intonation-min7-8cent:95 #: lesson-files/csound-intonation-min7-8cent:125 #: lesson-files/csound-intonation-min7-8cent:155 #: lesson-files/csound-intonation-min7-8cent:185 #: lesson-files/csound-intonation-min7-8cent:215 #: lesson-files/csound-intonation-min7-8cent:245 #: lesson-files/csound-intonation-min7-8cent:275 #: lesson-files/csound-intonation-min7-8cent:305 #: lesson-files/csound-intonation-min7-8cent:335 #: lesson-files/csound-intonation-min7-8cent:365 #: lesson-files/csound-intonation-p4-10cent:35 #: lesson-files/csound-intonation-p4-10cent:65 #: lesson-files/csound-intonation-p4-10cent:95 #: lesson-files/csound-intonation-p4-10cent:125 #: lesson-files/csound-intonation-p4-10cent:155 #: lesson-files/csound-intonation-p4-10cent:185 #: lesson-files/csound-intonation-p4-10cent:215 #: lesson-files/csound-intonation-p4-10cent:245 #: lesson-files/csound-intonation-p4-10cent:275 #: lesson-files/csound-intonation-p4-10cent:305 #: lesson-files/csound-intonation-p4-10cent:335 #: lesson-files/csound-intonation-p4-10cent:365 #: lesson-files/csound-intonation-p4-15cent:35 #: lesson-files/csound-intonation-p4-15cent:65 #: lesson-files/csound-intonation-p4-15cent:95 #: lesson-files/csound-intonation-p4-15cent:125 #: lesson-files/csound-intonation-p4-15cent:155 #: lesson-files/csound-intonation-p4-15cent:185 #: lesson-files/csound-intonation-p4-15cent:215 #: lesson-files/csound-intonation-p4-15cent:245 #: lesson-files/csound-intonation-p4-15cent:275 #: lesson-files/csound-intonation-p4-15cent:305 #: lesson-files/csound-intonation-p4-15cent:335 #: lesson-files/csound-intonation-p4-15cent:365 #: lesson-files/csound-intonation-p4-20cent:35 #: lesson-files/csound-intonation-p4-20cent:65 #: lesson-files/csound-intonation-p4-20cent:95 #: lesson-files/csound-intonation-p4-20cent:125 #: lesson-files/csound-intonation-p4-20cent:155 #: lesson-files/csound-intonation-p4-20cent:185 #: lesson-files/csound-intonation-p4-20cent:215 #: lesson-files/csound-intonation-p4-20cent:245 #: lesson-files/csound-intonation-p4-20cent:275 #: lesson-files/csound-intonation-p4-20cent:305 #: lesson-files/csound-intonation-p4-20cent:335 #: lesson-files/csound-intonation-p4-20cent:365 #: lesson-files/csound-intonation-p4-30cent:35 #: lesson-files/csound-intonation-p4-30cent:65 #: lesson-files/csound-intonation-p4-30cent:95 #: lesson-files/csound-intonation-p4-30cent:125 #: lesson-files/csound-intonation-p4-30cent:155 #: lesson-files/csound-intonation-p4-30cent:185 #: lesson-files/csound-intonation-p4-30cent:215 #: lesson-files/csound-intonation-p4-30cent:245 #: lesson-files/csound-intonation-p4-30cent:275 #: lesson-files/csound-intonation-p4-30cent:305 #: lesson-files/csound-intonation-p4-30cent:335 #: lesson-files/csound-intonation-p4-30cent:365 #: lesson-files/csound-intonation-p4-40cent:35 #: lesson-files/csound-intonation-p4-40cent:65 #: lesson-files/csound-intonation-p4-40cent:95 #: lesson-files/csound-intonation-p4-40cent:125 #: lesson-files/csound-intonation-p4-40cent:155 #: lesson-files/csound-intonation-p4-40cent:185 #: lesson-files/csound-intonation-p4-40cent:215 #: lesson-files/csound-intonation-p4-40cent:245 #: lesson-files/csound-intonation-p4-40cent:275 #: lesson-files/csound-intonation-p4-40cent:305 #: lesson-files/csound-intonation-p4-40cent:335 #: lesson-files/csound-intonation-p4-40cent:365 #: lesson-files/csound-intonation-p4-5cent:35 #: lesson-files/csound-intonation-p4-5cent:65 #: lesson-files/csound-intonation-p4-5cent:95 #: lesson-files/csound-intonation-p4-5cent:125 #: lesson-files/csound-intonation-p4-5cent:155 #: lesson-files/csound-intonation-p4-5cent:185 #: lesson-files/csound-intonation-p4-5cent:215 #: lesson-files/csound-intonation-p4-5cent:245 #: lesson-files/csound-intonation-p4-5cent:275 #: lesson-files/csound-intonation-p4-5cent:305 #: lesson-files/csound-intonation-p4-5cent:335 #: lesson-files/csound-intonation-p4-5cent:365 #: lesson-files/csound-intonation-p4-6cent:35 #: lesson-files/csound-intonation-p4-6cent:65 #: lesson-files/csound-intonation-p4-6cent:95 #: lesson-files/csound-intonation-p4-6cent:125 #: lesson-files/csound-intonation-p4-6cent:155 #: lesson-files/csound-intonation-p4-6cent:185 #: lesson-files/csound-intonation-p4-6cent:215 #: lesson-files/csound-intonation-p4-6cent:245 #: lesson-files/csound-intonation-p4-6cent:275 #: lesson-files/csound-intonation-p4-6cent:305 #: lesson-files/csound-intonation-p4-6cent:335 #: lesson-files/csound-intonation-p4-6cent:365 #: lesson-files/csound-intonation-p4-8cent:35 #: lesson-files/csound-intonation-p4-8cent:65 #: lesson-files/csound-intonation-p4-8cent:95 #: lesson-files/csound-intonation-p4-8cent:125 #: lesson-files/csound-intonation-p4-8cent:155 #: lesson-files/csound-intonation-p4-8cent:185 #: lesson-files/csound-intonation-p4-8cent:215 #: lesson-files/csound-intonation-p4-8cent:245 #: lesson-files/csound-intonation-p4-8cent:275 #: lesson-files/csound-intonation-p4-8cent:305 #: lesson-files/csound-intonation-p4-8cent:335 #: lesson-files/csound-intonation-p4-8cent:365 #: lesson-files/csound-intonation-p5-10cent:35 #: lesson-files/csound-intonation-p5-10cent:65 #: lesson-files/csound-intonation-p5-10cent:95 #: lesson-files/csound-intonation-p5-10cent:125 #: lesson-files/csound-intonation-p5-10cent:155 #: lesson-files/csound-intonation-p5-10cent:185 #: lesson-files/csound-intonation-p5-10cent:215 #: lesson-files/csound-intonation-p5-10cent:245 #: lesson-files/csound-intonation-p5-10cent:275 #: lesson-files/csound-intonation-p5-10cent:305 #: lesson-files/csound-intonation-p5-10cent:335 #: lesson-files/csound-intonation-p5-10cent:365 #: lesson-files/csound-intonation-p5-15cent:35 #: lesson-files/csound-intonation-p5-15cent:65 #: lesson-files/csound-intonation-p5-15cent:95 #: lesson-files/csound-intonation-p5-15cent:125 #: lesson-files/csound-intonation-p5-15cent:155 #: lesson-files/csound-intonation-p5-15cent:185 #: lesson-files/csound-intonation-p5-15cent:215 #: lesson-files/csound-intonation-p5-15cent:245 #: lesson-files/csound-intonation-p5-15cent:275 #: lesson-files/csound-intonation-p5-15cent:305 #: lesson-files/csound-intonation-p5-15cent:335 #: lesson-files/csound-intonation-p5-15cent:365 #: lesson-files/csound-intonation-p5-20cent:35 #: lesson-files/csound-intonation-p5-20cent:65 #: lesson-files/csound-intonation-p5-20cent:95 #: lesson-files/csound-intonation-p5-20cent:125 #: lesson-files/csound-intonation-p5-20cent:155 #: lesson-files/csound-intonation-p5-20cent:185 #: lesson-files/csound-intonation-p5-20cent:215 #: lesson-files/csound-intonation-p5-20cent:245 #: lesson-files/csound-intonation-p5-20cent:275 #: lesson-files/csound-intonation-p5-20cent:305 #: lesson-files/csound-intonation-p5-20cent:335 #: lesson-files/csound-intonation-p5-20cent:365 #: lesson-files/csound-intonation-p5-30cent:35 #: lesson-files/csound-intonation-p5-30cent:65 #: lesson-files/csound-intonation-p5-30cent:95 #: lesson-files/csound-intonation-p5-30cent:125 #: lesson-files/csound-intonation-p5-30cent:155 #: lesson-files/csound-intonation-p5-30cent:185 #: lesson-files/csound-intonation-p5-30cent:215 #: lesson-files/csound-intonation-p5-30cent:245 #: lesson-files/csound-intonation-p5-30cent:275 #: lesson-files/csound-intonation-p5-30cent:305 #: lesson-files/csound-intonation-p5-30cent:335 #: lesson-files/csound-intonation-p5-30cent:365 #: lesson-files/csound-intonation-p5-40cent:35 #: lesson-files/csound-intonation-p5-40cent:65 #: lesson-files/csound-intonation-p5-40cent:95 #: lesson-files/csound-intonation-p5-40cent:125 #: lesson-files/csound-intonation-p5-40cent:155 #: lesson-files/csound-intonation-p5-40cent:185 #: lesson-files/csound-intonation-p5-40cent:215 #: lesson-files/csound-intonation-p5-40cent:245 #: lesson-files/csound-intonation-p5-40cent:275 #: lesson-files/csound-intonation-p5-40cent:305 #: lesson-files/csound-intonation-p5-40cent:335 #: lesson-files/csound-intonation-p5-40cent:365 #: lesson-files/csound-intonation-p5-5cent:35 #: lesson-files/csound-intonation-p5-5cent:65 #: lesson-files/csound-intonation-p5-5cent:95 #: lesson-files/csound-intonation-p5-5cent:125 #: lesson-files/csound-intonation-p5-5cent:155 #: lesson-files/csound-intonation-p5-5cent:185 #: lesson-files/csound-intonation-p5-5cent:215 #: lesson-files/csound-intonation-p5-5cent:245 #: lesson-files/csound-intonation-p5-5cent:275 #: lesson-files/csound-intonation-p5-5cent:305 #: lesson-files/csound-intonation-p5-5cent:335 #: lesson-files/csound-intonation-p5-5cent:365 #: lesson-files/csound-intonation-p5-6cent:35 #: lesson-files/csound-intonation-p5-6cent:65 #: lesson-files/csound-intonation-p5-6cent:95 #: lesson-files/csound-intonation-p5-6cent:125 #: lesson-files/csound-intonation-p5-6cent:155 #: lesson-files/csound-intonation-p5-6cent:185 #: lesson-files/csound-intonation-p5-6cent:215 #: lesson-files/csound-intonation-p5-6cent:245 #: lesson-files/csound-intonation-p5-6cent:275 #: lesson-files/csound-intonation-p5-6cent:305 #: lesson-files/csound-intonation-p5-6cent:335 #: lesson-files/csound-intonation-p5-6cent:365 #: lesson-files/csound-intonation-p5-8cent:35 #: lesson-files/csound-intonation-p5-8cent:65 #: lesson-files/csound-intonation-p5-8cent:95 #: lesson-files/csound-intonation-p5-8cent:125 #: lesson-files/csound-intonation-p5-8cent:155 #: lesson-files/csound-intonation-p5-8cent:185 #: lesson-files/csound-intonation-p5-8cent:215 #: lesson-files/csound-intonation-p5-8cent:245 #: lesson-files/csound-intonation-p5-8cent:275 #: lesson-files/csound-intonation-p5-8cent:305 #: lesson-files/csound-intonation-p5-8cent:335 #: lesson-files/csound-intonation-p5-8cent:365 msgid "intonation|sharp" msgstr "trop haut" #: lesson-files/csound-intonation-harmonic-maj2-10cent:9 #: lesson-files/csound-intonation-harmonic-maj2-15cent:9 #: lesson-files/csound-intonation-harmonic-maj2-20cent:9 #: lesson-files/csound-intonation-harmonic-maj2-30cent:9 #: lesson-files/csound-intonation-harmonic-maj2-40cent:9 #: lesson-files/csound-intonation-harmonic-maj2-5cent:9 #: lesson-files/csound-intonation-harmonic-maj2-6cent:9 #: lesson-files/csound-intonation-harmonic-maj2-8cent:9 #: lesson-files/csound-intonation-harmonic-maj3-10cent:9 #: lesson-files/csound-intonation-harmonic-maj3-15cent:9 #: lesson-files/csound-intonation-harmonic-maj3-20cent:9 #: lesson-files/csound-intonation-harmonic-maj3-30cent:9 #: lesson-files/csound-intonation-harmonic-maj3-40cent:9 #: lesson-files/csound-intonation-harmonic-maj3-5cent:9 #: lesson-files/csound-intonation-harmonic-maj3-6cent:9 #: lesson-files/csound-intonation-harmonic-maj3-8cent:9 #: lesson-files/csound-intonation-harmonic-maj6-10cent:9 #: lesson-files/csound-intonation-harmonic-maj6-15cent:9 #: lesson-files/csound-intonation-harmonic-maj6-20cent:9 #: lesson-files/csound-intonation-harmonic-maj6-30cent:9 #: lesson-files/csound-intonation-harmonic-maj6-40cent:9 #: lesson-files/csound-intonation-harmonic-maj6-5cent:9 #: lesson-files/csound-intonation-harmonic-maj6-6cent:9 #: lesson-files/csound-intonation-harmonic-maj6-8cent:9 #: lesson-files/csound-intonation-harmonic-maj7-10cent:9 #: lesson-files/csound-intonation-harmonic-maj7-15cent:9 #: lesson-files/csound-intonation-harmonic-maj7-20cent:9 #: lesson-files/csound-intonation-harmonic-maj7-30cent:9 #: lesson-files/csound-intonation-harmonic-maj7-40cent:9 #: lesson-files/csound-intonation-harmonic-maj7-5cent:9 #: lesson-files/csound-intonation-harmonic-maj7-6cent:9 #: lesson-files/csound-intonation-harmonic-maj7-8cent:9 #: lesson-files/csound-intonation-harmonic-min2-10cent:9 #: lesson-files/csound-intonation-harmonic-min2-15cent:9 #: lesson-files/csound-intonation-harmonic-min2-20cent:9 #: lesson-files/csound-intonation-harmonic-min2-30cent:9 #: lesson-files/csound-intonation-harmonic-min2-40cent:9 #: lesson-files/csound-intonation-harmonic-min2-5cent:9 #: lesson-files/csound-intonation-harmonic-min2-6cent:9 #: lesson-files/csound-intonation-harmonic-min2-8cent:9 #: lesson-files/csound-intonation-harmonic-min3-10cent:9 #: lesson-files/csound-intonation-harmonic-min3-15cent:9 #: lesson-files/csound-intonation-harmonic-min3-20cent:9 #: lesson-files/csound-intonation-harmonic-min3-30cent:9 #: lesson-files/csound-intonation-harmonic-min3-40cent:9 #: lesson-files/csound-intonation-harmonic-min3-5cent:9 #: lesson-files/csound-intonation-harmonic-min3-6cent:9 #: lesson-files/csound-intonation-harmonic-min3-8cent:9 #: lesson-files/csound-intonation-harmonic-min6-10cent:9 #: lesson-files/csound-intonation-harmonic-min6-15cent:9 #: lesson-files/csound-intonation-harmonic-min6-20cent:9 #: lesson-files/csound-intonation-harmonic-min6-30cent:9 #: lesson-files/csound-intonation-harmonic-min6-40cent:9 #: lesson-files/csound-intonation-harmonic-min6-5cent:9 #: lesson-files/csound-intonation-harmonic-min6-6cent:9 #: lesson-files/csound-intonation-harmonic-min6-8cent:9 #: lesson-files/csound-intonation-harmonic-min7-10cent:9 #: lesson-files/csound-intonation-harmonic-min7-15cent:9 #: lesson-files/csound-intonation-harmonic-min7-20cent:9 #: lesson-files/csound-intonation-harmonic-min7-30cent:9 #: lesson-files/csound-intonation-harmonic-min7-40cent:9 #: lesson-files/csound-intonation-harmonic-min7-5cent:9 #: lesson-files/csound-intonation-harmonic-min7-6cent:9 #: lesson-files/csound-intonation-harmonic-min7-8cent:9 #: lesson-files/csound-intonation-harmonic-p4-10cent:9 #: lesson-files/csound-intonation-harmonic-p4-15cent:9 #: lesson-files/csound-intonation-harmonic-p4-20cent:9 #: lesson-files/csound-intonation-harmonic-p4-30cent:9 #: lesson-files/csound-intonation-harmonic-p4-40cent:9 #: lesson-files/csound-intonation-harmonic-p4-5cent:9 #: lesson-files/csound-intonation-harmonic-p4-6cent:9 #: lesson-files/csound-intonation-harmonic-p4-8cent:9 #: lesson-files/csound-intonation-harmonic-p5-10cent:9 #: lesson-files/csound-intonation-harmonic-p5-15cent:9 #: lesson-files/csound-intonation-harmonic-p5-20cent:9 #: lesson-files/csound-intonation-harmonic-p5-30cent:9 #: lesson-files/csound-intonation-harmonic-p5-40cent:9 #: lesson-files/csound-intonation-harmonic-p5-5cent:9 #: lesson-files/csound-intonation-harmonic-p5-6cent:9 #: lesson-files/csound-intonation-harmonic-p5-8cent:9 #: lesson-files/csound-intonation-maj2-10cent:9 #: lesson-files/csound-intonation-maj2-15cent:9 #: lesson-files/csound-intonation-maj2-20cent:9 #: lesson-files/csound-intonation-maj2-30cent:9 #: lesson-files/csound-intonation-maj2-40cent:9 #: lesson-files/csound-intonation-maj2-5cent:9 #: lesson-files/csound-intonation-maj2-6cent:9 #: lesson-files/csound-intonation-maj2-8cent:9 #: lesson-files/csound-intonation-maj3-10cent:9 #: lesson-files/csound-intonation-maj3-15cent:9 #: lesson-files/csound-intonation-maj3-20cent:9 #: lesson-files/csound-intonation-maj3-30cent:9 #: lesson-files/csound-intonation-maj3-40cent:9 #: lesson-files/csound-intonation-maj3-5cent:9 #: lesson-files/csound-intonation-maj3-6cent:9 #: lesson-files/csound-intonation-maj3-8cent:9 #: lesson-files/csound-intonation-maj6-10cent:9 #: lesson-files/csound-intonation-maj6-15cent:9 #: lesson-files/csound-intonation-maj6-20cent:9 #: lesson-files/csound-intonation-maj6-30cent:9 #: lesson-files/csound-intonation-maj6-40cent:9 #: lesson-files/csound-intonation-maj6-5cent:9 #: lesson-files/csound-intonation-maj6-6cent:9 #: lesson-files/csound-intonation-maj6-8cent:9 #: lesson-files/csound-intonation-maj7-10cent:9 #: lesson-files/csound-intonation-maj7-15cent:9 #: lesson-files/csound-intonation-maj7-20cent:9 #: lesson-files/csound-intonation-maj7-30cent:9 #: lesson-files/csound-intonation-maj7-40cent:9 #: lesson-files/csound-intonation-maj7-5cent:9 #: lesson-files/csound-intonation-maj7-6cent:9 #: lesson-files/csound-intonation-maj7-8cent:9 #: lesson-files/csound-intonation-min2-10cent:9 #: lesson-files/csound-intonation-min2-15cent:9 #: lesson-files/csound-intonation-min2-20cent:9 #: lesson-files/csound-intonation-min2-30cent:9 #: lesson-files/csound-intonation-min2-40cent:9 #: lesson-files/csound-intonation-min2-5cent:9 #: lesson-files/csound-intonation-min2-6cent:9 #: lesson-files/csound-intonation-min2-8cent:9 #: lesson-files/csound-intonation-min3-10cent:9 #: lesson-files/csound-intonation-min3-15cent:9 #: lesson-files/csound-intonation-min3-20cent:9 #: lesson-files/csound-intonation-min3-30cent:9 #: lesson-files/csound-intonation-min3-40cent:9 #: lesson-files/csound-intonation-min3-5cent:9 #: lesson-files/csound-intonation-min3-6cent:9 #: lesson-files/csound-intonation-min3-8cent:9 #: lesson-files/csound-intonation-min6-10cent:9 #: lesson-files/csound-intonation-min6-15cent:9 #: lesson-files/csound-intonation-min6-20cent:9 #: lesson-files/csound-intonation-min6-30cent:9 #: lesson-files/csound-intonation-min6-40cent:9 #: lesson-files/csound-intonation-min6-5cent:9 #: lesson-files/csound-intonation-min6-6cent:9 #: lesson-files/csound-intonation-min6-8cent:9 #: lesson-files/csound-intonation-min7-10cent:9 #: lesson-files/csound-intonation-min7-15cent:9 #: lesson-files/csound-intonation-min7-20cent:9 #: lesson-files/csound-intonation-min7-30cent:9 #: lesson-files/csound-intonation-min7-40cent:9 #: lesson-files/csound-intonation-min7-5cent:9 #: lesson-files/csound-intonation-min7-6cent:9 #: lesson-files/csound-intonation-min7-8cent:9 #: lesson-files/csound-intonation-p4-10cent:9 #: lesson-files/csound-intonation-p4-15cent:9 #: lesson-files/csound-intonation-p4-20cent:9 #: lesson-files/csound-intonation-p4-30cent:9 #: lesson-files/csound-intonation-p4-40cent:9 #: lesson-files/csound-intonation-p4-5cent:9 #: lesson-files/csound-intonation-p4-6cent:9 #: lesson-files/csound-intonation-p4-8cent:9 #: lesson-files/csound-intonation-p5-10cent:9 #: lesson-files/csound-intonation-p5-15cent:9 #: lesson-files/csound-intonation-p5-20cent:9 #: lesson-files/csound-intonation-p5-30cent:9 #: lesson-files/csound-intonation-p5-40cent:9 #: lesson-files/csound-intonation-p5-5cent:9 #: lesson-files/csound-intonation-p5-6cent:9 #: lesson-files/csound-intonation-p5-8cent:9 #, python-format msgid "Is the interval flat, in tune or sharp? %s cent wrong" msgstr "L'intervalle est-il diminué, juste, ou augmenté ? %s faux" #: lesson-files/csound-intonation-harmonic-maj2-10cent:10 #: lesson-files/csound-intonation-harmonic-maj2-15cent:10 #: lesson-files/csound-intonation-harmonic-maj2-20cent:10 #: lesson-files/csound-intonation-harmonic-maj2-30cent:10 #: lesson-files/csound-intonation-harmonic-maj2-40cent:10 #: lesson-files/csound-intonation-harmonic-maj2-5cent:10 #: lesson-files/csound-intonation-harmonic-maj2-6cent:10 #: lesson-files/csound-intonation-harmonic-maj2-8cent:10 #: lesson-files/csound-intonation-harmonic-maj3-10cent:10 #: lesson-files/csound-intonation-harmonic-maj3-15cent:10 #: lesson-files/csound-intonation-harmonic-maj3-20cent:10 #: lesson-files/csound-intonation-harmonic-maj3-30cent:10 #: lesson-files/csound-intonation-harmonic-maj3-40cent:10 #: lesson-files/csound-intonation-harmonic-maj3-5cent:10 #: lesson-files/csound-intonation-harmonic-maj3-6cent:10 #: lesson-files/csound-intonation-harmonic-maj3-8cent:10 #: lesson-files/csound-intonation-harmonic-maj6-10cent:10 #: lesson-files/csound-intonation-harmonic-maj6-15cent:10 #: lesson-files/csound-intonation-harmonic-maj6-20cent:10 #: lesson-files/csound-intonation-harmonic-maj6-30cent:10 #: lesson-files/csound-intonation-harmonic-maj6-40cent:10 #: lesson-files/csound-intonation-harmonic-maj6-5cent:10 #: lesson-files/csound-intonation-harmonic-maj6-6cent:10 #: lesson-files/csound-intonation-harmonic-maj6-8cent:10 #: lesson-files/csound-intonation-harmonic-maj7-10cent:10 #: lesson-files/csound-intonation-harmonic-maj7-15cent:10 #: lesson-files/csound-intonation-harmonic-maj7-20cent:10 #: lesson-files/csound-intonation-harmonic-maj7-30cent:10 #: lesson-files/csound-intonation-harmonic-maj7-40cent:10 #: lesson-files/csound-intonation-harmonic-maj7-5cent:10 #: lesson-files/csound-intonation-harmonic-maj7-6cent:10 #: lesson-files/csound-intonation-harmonic-maj7-8cent:10 #: lesson-files/csound-intonation-harmonic-min2-10cent:10 #: lesson-files/csound-intonation-harmonic-min2-15cent:10 #: lesson-files/csound-intonation-harmonic-min2-20cent:10 #: lesson-files/csound-intonation-harmonic-min2-30cent:10 #: lesson-files/csound-intonation-harmonic-min2-40cent:10 #: lesson-files/csound-intonation-harmonic-min2-5cent:10 #: lesson-files/csound-intonation-harmonic-min2-6cent:10 #: lesson-files/csound-intonation-harmonic-min2-8cent:10 #: lesson-files/csound-intonation-harmonic-min3-10cent:10 #: lesson-files/csound-intonation-harmonic-min3-15cent:10 #: lesson-files/csound-intonation-harmonic-min3-20cent:10 #: lesson-files/csound-intonation-harmonic-min3-30cent:10 #: lesson-files/csound-intonation-harmonic-min3-40cent:10 #: lesson-files/csound-intonation-harmonic-min3-5cent:10 #: lesson-files/csound-intonation-harmonic-min3-6cent:10 #: lesson-files/csound-intonation-harmonic-min3-8cent:10 #: lesson-files/csound-intonation-harmonic-min6-10cent:10 #: lesson-files/csound-intonation-harmonic-min6-15cent:10 #: lesson-files/csound-intonation-harmonic-min6-20cent:10 #: lesson-files/csound-intonation-harmonic-min6-30cent:10 #: lesson-files/csound-intonation-harmonic-min6-40cent:10 #: lesson-files/csound-intonation-harmonic-min6-5cent:10 #: lesson-files/csound-intonation-harmonic-min6-6cent:10 #: lesson-files/csound-intonation-harmonic-min6-8cent:10 #: lesson-files/csound-intonation-harmonic-min7-10cent:10 #: lesson-files/csound-intonation-harmonic-min7-15cent:10 #: lesson-files/csound-intonation-harmonic-min7-20cent:10 #: lesson-files/csound-intonation-harmonic-min7-30cent:10 #: lesson-files/csound-intonation-harmonic-min7-40cent:10 #: lesson-files/csound-intonation-harmonic-min7-5cent:10 #: lesson-files/csound-intonation-harmonic-min7-6cent:10 #: lesson-files/csound-intonation-harmonic-min7-8cent:10 #: lesson-files/csound-intonation-harmonic-p4-10cent:10 #: lesson-files/csound-intonation-harmonic-p4-15cent:10 #: lesson-files/csound-intonation-harmonic-p4-20cent:10 #: lesson-files/csound-intonation-harmonic-p4-30cent:10 #: lesson-files/csound-intonation-harmonic-p4-40cent:10 #: lesson-files/csound-intonation-harmonic-p4-5cent:10 #: lesson-files/csound-intonation-harmonic-p4-6cent:10 #: lesson-files/csound-intonation-harmonic-p4-8cent:10 #: lesson-files/csound-intonation-harmonic-p5-10cent:10 #: lesson-files/csound-intonation-harmonic-p5-15cent:10 #: lesson-files/csound-intonation-harmonic-p5-20cent:10 #: lesson-files/csound-intonation-harmonic-p5-30cent:10 #: lesson-files/csound-intonation-harmonic-p5-40cent:10 #: lesson-files/csound-intonation-harmonic-p5-5cent:10 #: lesson-files/csound-intonation-harmonic-p5-6cent:10 #: lesson-files/csound-intonation-harmonic-p5-8cent:10 #: lesson-files/csound-intonation-maj2-10cent:10 #: lesson-files/csound-intonation-maj2-15cent:10 #: lesson-files/csound-intonation-maj2-20cent:10 #: lesson-files/csound-intonation-maj2-30cent:10 #: lesson-files/csound-intonation-maj2-40cent:10 #: lesson-files/csound-intonation-maj2-5cent:10 #: lesson-files/csound-intonation-maj2-6cent:10 #: lesson-files/csound-intonation-maj2-8cent:10 #: lesson-files/csound-intonation-maj3-10cent:10 #: lesson-files/csound-intonation-maj3-15cent:10 #: lesson-files/csound-intonation-maj3-20cent:10 #: lesson-files/csound-intonation-maj3-30cent:10 #: lesson-files/csound-intonation-maj3-40cent:10 #: lesson-files/csound-intonation-maj3-5cent:10 #: lesson-files/csound-intonation-maj3-6cent:10 #: lesson-files/csound-intonation-maj3-8cent:10 #: lesson-files/csound-intonation-maj6-10cent:10 #: lesson-files/csound-intonation-maj6-15cent:10 #: lesson-files/csound-intonation-maj6-20cent:10 #: lesson-files/csound-intonation-maj6-30cent:10 #: lesson-files/csound-intonation-maj6-40cent:10 #: lesson-files/csound-intonation-maj6-5cent:10 #: lesson-files/csound-intonation-maj6-6cent:10 #: lesson-files/csound-intonation-maj6-8cent:10 #: lesson-files/csound-intonation-maj7-10cent:10 #: lesson-files/csound-intonation-maj7-15cent:10 #: lesson-files/csound-intonation-maj7-20cent:10 #: lesson-files/csound-intonation-maj7-30cent:10 #: lesson-files/csound-intonation-maj7-40cent:10 #: lesson-files/csound-intonation-maj7-5cent:10 #: lesson-files/csound-intonation-maj7-6cent:10 #: lesson-files/csound-intonation-maj7-8cent:10 #: lesson-files/csound-intonation-min2-10cent:10 #: lesson-files/csound-intonation-min2-15cent:10 #: lesson-files/csound-intonation-min2-20cent:10 #: lesson-files/csound-intonation-min2-30cent:10 #: lesson-files/csound-intonation-min2-40cent:10 #: lesson-files/csound-intonation-min2-5cent:10 #: lesson-files/csound-intonation-min2-6cent:10 #: lesson-files/csound-intonation-min2-8cent:10 #: lesson-files/csound-intonation-min3-10cent:10 #: lesson-files/csound-intonation-min3-15cent:10 #: lesson-files/csound-intonation-min3-20cent:10 #: lesson-files/csound-intonation-min3-30cent:10 #: lesson-files/csound-intonation-min3-40cent:10 #: lesson-files/csound-intonation-min3-5cent:10 #: lesson-files/csound-intonation-min3-6cent:10 #: lesson-files/csound-intonation-min3-8cent:10 #: lesson-files/csound-intonation-min6-10cent:10 #: lesson-files/csound-intonation-min6-15cent:10 #: lesson-files/csound-intonation-min6-20cent:10 #: lesson-files/csound-intonation-min6-30cent:10 #: lesson-files/csound-intonation-min6-40cent:10 #: lesson-files/csound-intonation-min6-5cent:10 #: lesson-files/csound-intonation-min6-6cent:10 #: lesson-files/csound-intonation-min6-8cent:10 #: lesson-files/csound-intonation-min7-10cent:10 #: lesson-files/csound-intonation-min7-15cent:10 #: lesson-files/csound-intonation-min7-20cent:10 #: lesson-files/csound-intonation-min7-30cent:10 #: lesson-files/csound-intonation-min7-40cent:10 #: lesson-files/csound-intonation-min7-5cent:10 #: lesson-files/csound-intonation-min7-6cent:10 #: lesson-files/csound-intonation-min7-8cent:10 #: lesson-files/csound-intonation-p4-10cent:10 #: lesson-files/csound-intonation-p4-15cent:10 #: lesson-files/csound-intonation-p4-20cent:10 #: lesson-files/csound-intonation-p4-30cent:10 #: lesson-files/csound-intonation-p4-40cent:10 #: lesson-files/csound-intonation-p4-5cent:10 #: lesson-files/csound-intonation-p4-6cent:10 #: lesson-files/csound-intonation-p4-8cent:10 #: lesson-files/csound-intonation-p5-10cent:10 #: lesson-files/csound-intonation-p5-15cent:10 #: lesson-files/csound-intonation-p5-20cent:10 #: lesson-files/csound-intonation-p5-30cent:10 #: lesson-files/csound-intonation-p5-40cent:10 #: lesson-files/csound-intonation-p5-5cent:10 #: lesson-files/csound-intonation-p5-6cent:10 #: lesson-files/csound-intonation-p5-8cent:10 #, python-format msgid "Just interval: %s" msgstr "Intervalle juste : %s" #: lesson-files/diatonic-1:9 msgid "Diatonic chords" msgstr "Accords diatoniques" #: lesson-files/diatonic-2:9 msgid "Diatonic chords & inversions" msgstr "Accords diatoniques & renversements" #: lesson-files/harmonic-intervals-2-to-8:8 #: lesson-files/melodic-intervals-2-to-8:7 #: lesson-files/melodic-intervals-down-2-to-8:7 #: lesson-files/melodic-intervals-up-2-to-8:7 msgid "Second to octave" msgstr "Seconde à octave" #: lesson-files/harmonic-intervals-self-config:6 msgid "Harmonic intervals" msgstr "Intervalles harmoniques" #: lesson-files/hear-tones-1:13 lesson-files/hear-tones-1:19 #: lesson-files/hear-tones-2:13 lesson-files/hear-tones-2:19 #: lesson-files/hear-tones-3:13 lesson-files/hear-tones-3:19 #: lesson-files/hear-tones-4:13 lesson-files/hear-tones-4:19 #: lesson-files/hear-tones-4:25 lesson-files/hear-tones-4:31 #: lesson-files/hear-tones-5:13 lesson-files/hear-tones-5:19 #: lesson-files/hear-tones-5:25 lesson-files/hear-tones-5:31 #: lesson-files/hear-tones-5:37 lesson-files/hear-tones-5:43 #: lesson-files/hear-tones-5:49 lesson-files/hear-tones-5:55 #: lesson-files/hear-tones-5:61 lesson-files/hear-tones-5:67 #: lesson-files/hear-tones-5:73 lesson-files/hear-tones-6:13 #: lesson-files/hear-tones-6:19 lesson-files/hear-tones-6:25 #: lesson-files/hear-tones-6:31 lesson-files/hear-tones-6:37 #: lesson-files/hear-tones-6:43 lesson-files/hear-tones-6:49 #: lesson-files/hear-tones-6:55 lesson-files/hear-tones-6:61 #: lesson-files/hear-tones-6:67 lesson-files/hear-tones-6:73 #: lesson-files/hear-tones-6:79 msgid "Sing the two tones" msgstr "Chanter les deux notes" #: lesson-files/hear-tones-5:7 msgid "Intervals smaller than an octave" msgstr "Intervalles inférieurs à l'octave" #: lesson-files/hear-tones-6:7 msgid "Intervals larger than an octave" msgstr "Intervalles supérieurs à l'octave" #: lesson-files/hear-tones-triads:7 msgid "Triads" msgstr "Groupes de 3 notes" #: lesson-files/hear-tones-triads:12 lesson-files/hear-tones-triads:17 #: lesson-files/hear-tones-triads:22 lesson-files/hear-tones-triads:27 #: lesson-files/hear-tones-triads:32 lesson-files/hear-tones-triads:37 #: lesson-files/hear-tones-triads:42 lesson-files/hear-tones-triads:47 #: lesson-files/hear-tones-triads:52 lesson-files/hear-tones-triads:57 #: lesson-files/hear-tones-triads:62 lesson-files/hear-tones-triads:67 #: lesson-files/hear-tones-triads:72 lesson-files/hear-tones-triads:77 #: lesson-files/hear-tones-triads:82 lesson-files/hear-tones-triads:87 #: lesson-files/hear-tones-triads:92 lesson-files/hear-tones-triads:97 #: lesson-files/hear-tones-triads:102 lesson-files/hear-tones-triads:107 #: lesson-files/hear-tones-triads:112 lesson-files/hear-tones-triads:117 #: lesson-files/hear-tones-triads:122 lesson-files/hear-tones-triads:127 #: lesson-files/hear-tones-triads:132 lesson-files/hear-tones-triads:137 #: lesson-files/hear-tones-triads:142 lesson-files/hear-tones-triads:147 #: lesson-files/hear-tones-triads:152 lesson-files/hear-tones-triads:157 #: lesson-files/hear-tones-triads:162 lesson-files/hear-tones-triads:167 #: lesson-files/hear-tones-triads:172 lesson-files/hear-tones-triads:177 #: lesson-files/hear-tones-triads:182 lesson-files/hear-tones-triads:187 #: lesson-files/hear-tones-triads:192 lesson-files/hear-tones-triads:197 #: lesson-files/hear-tones-triads:202 lesson-files/hear-tones-triads:207 #: lesson-files/hear-tones-triads:212 lesson-files/hear-tones-triads:217 #: lesson-files/hear-tones-triads:222 lesson-files/hear-tones-triads:227 #: lesson-files/hear-tones-triads:232 lesson-files/hear-tones-triads:237 #: lesson-files/hear-tones-triads:242 lesson-files/hear-tones-triads:247 #: lesson-files/hear-tones-triads:252 lesson-files/hear-tones-triads:257 #: lesson-files/hear-tones-triads:262 lesson-files/hear-tones-triads:267 #: lesson-files/hear-tones-triads:272 lesson-files/hear-tones-triads:277 #: lesson-files/hear-tones-triads:282 lesson-files/hear-tones-triads:287 #: lesson-files/hear-tones-triads:292 lesson-files/hear-tones-triads:297 #: lesson-files/hear-tones-triads:302 lesson-files/hear-tones-triads:307 #: lesson-files/hear-tones-triads:312 lesson-files/hear-tones-triads:317 #: lesson-files/hear-tones-triads:322 lesson-files/hear-tones-triads:327 #: lesson-files/hear-tones-triads:332 lesson-files/hear-tones-triads:337 #: lesson-files/hear-tones-triads-difficult:12 #: lesson-files/hear-tones-triads-difficult:17 #: lesson-files/hear-tones-triads-difficult:22 #: lesson-files/hear-tones-triads-difficult:27 #: lesson-files/hear-tones-triads-difficult:32 #: lesson-files/hear-tones-triads-difficult:37 #: lesson-files/hear-tones-triads-difficult:42 #: lesson-files/hear-tones-triads-difficult:47 #: lesson-files/hear-tones-triads-difficult:52 #: lesson-files/hear-tones-triads-difficult:57 #: lesson-files/hear-tones-triads-difficult:62 #: lesson-files/hear-tones-triads-difficult:67 #: lesson-files/hear-tones-triads-difficult:72 #: lesson-files/hear-tones-triads-difficult:77 #: lesson-files/hear-tones-triads-difficult:82 #: lesson-files/hear-tones-triads-difficult:87 #: lesson-files/hear-tones-triads-difficult:92 #: lesson-files/hear-tones-triads-difficult:97 #: lesson-files/hear-tones-triads-difficult:102 #: lesson-files/hear-tones-triads-difficult:107 #: lesson-files/hear-tones-triads-difficult:112 #: lesson-files/hear-tones-triads-difficult:117 #: lesson-files/hear-tones-triads-difficult:122 #: lesson-files/hear-tones-triads-difficult:127 #: lesson-files/hear-tones-triads-difficult:132 #: lesson-files/hear-tones-triads-difficult:137 #: lesson-files/hear-tones-triads-difficult:142 #: lesson-files/hear-tones-triads-difficult:147 #: lesson-files/hear-tones-triads-difficult:152 #: lesson-files/hear-tones-triads-difficult:157 #: lesson-files/hear-tones-triads-difficult:162 #: lesson-files/hear-tones-triads-difficult:167 #: lesson-files/hear-tones-triads-difficult:172 #: lesson-files/hear-tones-triads-difficult:177 #: lesson-files/hear-tones-triads-difficult:182 #: lesson-files/hear-tones-triads-difficult:187 #: lesson-files/hear-tones-triads-difficult:192 #: lesson-files/hear-tones-triads-difficult:197 #: lesson-files/hear-tones-triads-difficult:202 #: lesson-files/hear-tones-triads-difficult:207 #: lesson-files/hear-tones-triads-difficult:212 #: lesson-files/hear-tones-triads-difficult:217 #: lesson-files/hear-tones-triads-difficult:222 #: lesson-files/hear-tones-triads-difficult:227 #: lesson-files/hear-tones-triads-difficult:232 #: lesson-files/hear-tones-triads-difficult:237 #: lesson-files/hear-tones-triads-difficult:242 #: lesson-files/hear-tones-triads-difficult:247 #: lesson-files/hear-tones-triads-difficult:252 #: lesson-files/hear-tones-triads-difficult:257 #: lesson-files/hear-tones-triads-difficult:262 #: lesson-files/hear-tones-triads-difficult:267 #: lesson-files/hear-tones-triads-difficult:272 #: lesson-files/hear-tones-triads-difficult:277 #: lesson-files/hear-tones-triads-difficult:282 #: lesson-files/hear-tones-triads-difficult:287 #: lesson-files/hear-tones-triads-difficult:292 #: lesson-files/hear-tones-triads-difficult:297 #: lesson-files/hear-tones-triads-difficult:302 #: lesson-files/hear-tones-triads-difficult:307 #: lesson-files/hear-tones-triads-difficult:312 #: lesson-files/hear-tones-triads-difficult:317 #: lesson-files/hear-tones-triads-difficult:322 #: lesson-files/hear-tones-triads-difficult:327 #: lesson-files/hear-tones-triads-difficult:332 #: lesson-files/hear-tones-triads-difficult:337 #: lesson-files/hear-tones-triads-difficult:342 #: lesson-files/hear-tones-triads-difficult:347 #: lesson-files/hear-tones-triads-difficult:352 #: lesson-files/hear-tones-triads-difficult:357 #: lesson-files/hear-tones-triads-difficult:362 #: lesson-files/hear-tones-triads-difficult:367 #: lesson-files/hear-tones-triads-difficult:372 #: lesson-files/hear-tones-triads-difficult:377 #: lesson-files/hear-tones-triads-difficult:382 #: lesson-files/hear-tones-triads-difficult:387 #: lesson-files/hear-tones-triads-difficult:392 #: lesson-files/hear-tones-triads-difficult:397 #: lesson-files/hear-tones-triads-difficult:402 #: lesson-files/hear-tones-triads-difficult:407 #: lesson-files/hear-tones-triads-difficult:412 #: lesson-files/hear-tones-triads-difficult:417 #: lesson-files/hear-tones-triads-difficult:422 #: lesson-files/hear-tones-triads-difficult:427 #: lesson-files/hear-tones-triads-difficult:432 #: lesson-files/hear-tones-triads-difficult:437 #: lesson-files/hear-tones-triads-difficult:442 #: lesson-files/hear-tones-triads-difficult:447 #: lesson-files/hear-tones-triads-difficult:452 #: lesson-files/hear-tones-triads-difficult:457 #: lesson-files/hear-tones-triads-difficult:462 #: lesson-files/hear-tones-triads-difficult:467 #: lesson-files/hear-tones-triads-difficult:472 #: lesson-files/hear-tones-triads-difficult:477 #: lesson-files/hear-tones-triads-difficult:482 #: lesson-files/hear-tones-triads-difficult:487 #: lesson-files/hear-tones-triads-difficult:492 #: lesson-files/hear-tones-triads-difficult:497 #: lesson-files/hear-tones-triads-difficult:502 #: lesson-files/hear-tones-triads-difficult:507 #: lesson-files/hear-tones-triads-difficult:512 #: lesson-files/hear-tones-triads-difficult:517 #: lesson-files/hear-tones-triads-difficult:522 #: lesson-files/hear-tones-triads-difficult:527 #: lesson-files/hear-tones-triads-difficult:532 #: lesson-files/hear-tones-triads-difficult:537 #: lesson-files/hear-tones-triads-difficult:542 #: lesson-files/hear-tones-triads-difficult:547 #: lesson-files/hear-tones-triads-difficult:552 #: lesson-files/hear-tones-triads-difficult:557 #: lesson-files/hear-tones-triads-difficult:562 #: lesson-files/hear-tones-triads-difficult:567 #: lesson-files/hear-tones-triads-difficult:572 #: lesson-files/hear-tones-triads-difficult:577 #: lesson-files/hear-tones-triads-difficult:582 #: lesson-files/hear-tones-triads-difficult:587 #: lesson-files/hear-tones-triads-difficult:592 #: lesson-files/hear-tones-triads-difficult:597 #: lesson-files/hear-tones-triads-difficult:602 #: lesson-files/hear-tones-triads-difficult:607 #: lesson-files/hear-tones-triads-difficult:612 #: lesson-files/hear-tones-triads-difficult:617 #: lesson-files/hear-tones-triads-difficult:622 #: lesson-files/hear-tones-triads-difficult:627 #: lesson-files/hear-tones-triads-difficult:632 #: lesson-files/hear-tones-triads-difficult:637 #: lesson-files/hear-tones-triads-difficult:642 #: lesson-files/hear-tones-triads-difficult:647 #: lesson-files/hear-tones-triads-difficult:652 #: lesson-files/hear-tones-triads-difficult:657 #: lesson-files/hear-tones-triads-difficult:662 #: lesson-files/hear-tones-triads-difficult:667 #: lesson-files/hear-tones-triads-difficult:672 #: lesson-files/hear-tones-triads-difficult:677 #: lesson-files/hear-tones-triads-difficult:682 #: lesson-files/hear-tones-triads-difficult:687 #: lesson-files/hear-tones-triads-difficult:692 #: lesson-files/hear-tones-triads-difficult:697 #: lesson-files/hear-tones-triads-difficult:702 #: lesson-files/hear-tones-triads-difficult:707 #: lesson-files/hear-tones-triads-difficult:712 #: lesson-files/hear-tones-triads-difficult:717 #: lesson-files/hear-tones-triads-difficult:722 #: lesson-files/hear-tones-triads-difficult:727 #: lesson-files/hear-tones-triads-difficult:732 #: lesson-files/hear-tones-triads-difficult:737 #: lesson-files/hear-tones-triads-difficult:742 #: lesson-files/hear-tones-triads-difficult:747 #: lesson-files/hear-tones-triads-difficult:752 #: lesson-files/hear-tones-triads-difficult:757 #: lesson-files/hear-tones-triads-difficult:762 #: lesson-files/hear-tones-triads-difficult:767 #: lesson-files/hear-tones-triads-difficult:772 #: lesson-files/hear-tones-triads-difficult:777 #: lesson-files/hear-tones-triads-difficult:782 #: lesson-files/hear-tones-triads-difficult:787 #: lesson-files/hear-tones-triads-difficult:792 #: lesson-files/hear-tones-triads-difficult:797 #: lesson-files/hear-tones-triads-difficult:802 #: lesson-files/hear-tones-triads-difficult:807 #: lesson-files/hear-tones-triads-difficult:812 #: lesson-files/hear-tones-triads-difficult:817 #: lesson-files/hear-tones-triads-difficult:822 #: lesson-files/hear-tones-triads-difficult:827 #: lesson-files/hear-tones-triads-difficult:832 #: lesson-files/hear-tones-triads-difficult:837 #: lesson-files/hear-tones-triads-difficult:842 #: lesson-files/hear-tones-triads-difficult:847 #: lesson-files/hear-tones-triads-difficult:852 #: lesson-files/hear-tones-triads-difficult:857 #: lesson-files/hear-tones-triads-difficult:862 #: lesson-files/hear-tones-triads-difficult:867 #: lesson-files/hear-tones-triads-difficult:872 #: lesson-files/hear-tones-triads-difficult:877 #: lesson-files/hear-tones-triads-difficult:882 #: lesson-files/hear-tones-triads-difficult:887 #: lesson-files/hear-tones-triads-difficult:892 #: lesson-files/hear-tones-triads-difficult:897 #: lesson-files/hear-tones-triads-difficult:902 #: lesson-files/hear-tones-triads-difficult:907 #: lesson-files/hear-tones-triads-difficult:912 #: lesson-files/hear-tones-triads-difficult:917 #: lesson-files/hear-tones-triads-difficult:922 #: lesson-files/hear-tones-triads-difficult:927 #: lesson-files/hear-tones-triads-difficult:932 #: lesson-files/hear-tones-triads-difficult:937 #: lesson-files/hear-tones-triads-difficult:942 #: lesson-files/hear-tones-triads-difficult:947 #: lesson-files/hear-tones-triads-difficult:952 #: lesson-files/hear-tones-triads-difficult:957 #: lesson-files/hear-tones-triads-difficult:962 #: lesson-files/hear-tones-triads-difficult:967 #: lesson-files/hear-tones-triads-difficult:972 #: lesson-files/hear-tones-triads-difficult:977 #: lesson-files/hear-tones-triads-difficult:982 #: lesson-files/hear-tones-triads-difficult:987 #: lesson-files/hear-tones-triads-difficult:992 #: lesson-files/hear-tones-triads-difficult:997 #: lesson-files/hear-tones-triads-difficult:1002 #: lesson-files/hear-tones-triads-difficult:1007 #: lesson-files/hear-tones-triads-difficult:1012 #: lesson-files/hear-tones-triads-difficult:1017 #: lesson-files/hear-tones-triads-difficult:1022 #: lesson-files/hear-tones-triads-difficult:1027 #: lesson-files/hear-tones-triads-difficult:1032 #: lesson-files/hear-tones-triads-difficult:1037 #: lesson-files/hear-tones-triads-difficult:1042 #: lesson-files/hear-tones-triads-difficult:1047 #: lesson-files/hear-tones-triads-difficult:1052 #: lesson-files/hear-tones-triads-difficult:1057 #: lesson-files/hear-tones-triads-easy:13 #: lesson-files/hear-tones-triads-easy:18 #: lesson-files/hear-tones-triads-easy:23 #: lesson-files/hear-tones-triads-easy:28 #: lesson-files/hear-tones-triads-easy:33 #: lesson-files/hear-tones-triads-easy:38 #: lesson-files/hear-tones-triads-easy:45 #: lesson-files/hear-tones-triads-easy:50 #: lesson-files/hear-tones-triads-easy:55 #: lesson-files/hear-tones-triads-easy:60 #: lesson-files/hear-tones-triads-easy:65 #: lesson-files/hear-tones-triads-easy:70 #: lesson-files/hear-tones-triads-easy:77 #: lesson-files/hear-tones-triads-easy:82 #: lesson-files/hear-tones-triads-easy:87 #: lesson-files/hear-tones-triads-easy:92 #: lesson-files/hear-tones-triads-easy:97 #: lesson-files/hear-tones-triads-easy:102 #: lesson-files/hear-tones-triads-easy:109 #: lesson-files/hear-tones-triads-easy:114 #: lesson-files/hear-tones-triads-easy:119 #: lesson-files/hear-tones-triads-easy:124 #: lesson-files/hear-tones-triads-easy:129 msgid "Sing the three tones" msgstr "Chanter les trois notes" #: lesson-files/hear-tones-triads-difficult:7 msgid "Triads, difficult" msgstr "Groupes de 3 notes (difficile)" #: lesson-files/hear-tones-triads-easy:7 msgid "Triads, easy" msgstr "Groupes de 3 notes (facile)" #: lesson-files/id-tone:6 msgid "Id tone" msgstr "Identifier la note" #: lesson-files/id-tone-cde-10:8 msgid "C to B, C#, D# and F#" msgstr "De do à si, avec do#, ré# et fa#" #: lesson-files/id-tone-cde-11:8 msgid "C to B, C#, D#, F# and G#" msgstr "De do à si, avec do#, ré#, fa# et sol#" #: lesson-files/id-tone-cde-12:8 msgid "All" msgstr "Tous" #: lesson-files/id-tone-cde-3:7 msgid "C to E" msgstr "De do à mi" #: lesson-files/id-tone-cde-4:7 msgid "C to F" msgstr "De do à fa" #: lesson-files/id-tone-cde-5:7 msgid "C to G" msgstr "De do à sol" #: lesson-files/id-tone-cde-6:7 msgid "C to A" msgstr "De do à la" #: lesson-files/id-tone-cde-7:7 msgid "C to B" msgstr "De do à si" #: lesson-files/id-tone-cde-8:8 msgid "C to B and C#" msgstr "De do à si, avec do#" #: lesson-files/id-tone-cde-9:8 msgid "C to B, C# and D#" msgstr "De do à si, avec do# et ré#" #: lesson-files/interval_in_key_maj:13 msgid "Interval in a key (major)" msgstr "Intervalle dans une touche (majeur)" #: lesson-files/interval_in_key_maj:31 lesson-files/interval_in_key_maj:38 #: lesson-files/interval_in_key_min:31 lesson-files/interval_in_key_min:38 #: lesson-files/interval_in_key_min:45 msgid "m2" msgstr "2nde m" #: lesson-files/interval_in_key_maj:46 lesson-files/interval_in_key_maj:54 #: lesson-files/interval_in_key_maj:62 lesson-files/interval_in_key_maj:70 #: lesson-files/interval_in_key_maj:78 lesson-files/interval_in_key_min:52 #: lesson-files/interval_in_key_min:60 lesson-files/interval_in_key_min:68 #: lesson-files/interval_in_key_min:76 msgid "M2" msgstr "2nde M" #: lesson-files/interval_in_key_maj:88 lesson-files/interval_in_key_maj:95 #: lesson-files/interval_in_key_maj:102 lesson-files/interval_in_key_min:89 #: lesson-files/interval_in_key_min:96 lesson-files/interval_in_key_min:103 msgid "m3" msgstr "3ce m" #: lesson-files/interval_in_key_maj:110 lesson-files/interval_in_key_maj:118 #: lesson-files/interval_in_key_maj:125 lesson-files/interval_in_key_min:111 #: lesson-files/interval_in_key_min:119 msgid "M3" msgstr "3ce M" #: lesson-files/interval_in_key_maj:135 lesson-files/interval_in_key_maj:142 #: lesson-files/interval_in_key_maj:149 lesson-files/interval_in_key_maj:157 #: lesson-files/interval_in_key_min:131 lesson-files/interval_in_key_min:138 #: lesson-files/interval_in_key_min:145 lesson-files/interval_in_key_min:153 msgid "4" msgstr "4te" #: lesson-files/interval_in_key_maj:164 lesson-files/interval_in_key_min:160 msgid "a4" msgstr "4te dim" #: lesson-files/interval_in_key_maj:173 lesson-files/interval_in_key_maj:181 #: lesson-files/interval_in_key_maj:188 lesson-files/interval_in_key_min:169 #: lesson-files/interval_in_key_min:177 lesson-files/interval_in_key_min:184 msgid "5" msgstr "5te" #: lesson-files/interval_in_key_maj:195 lesson-files/interval_in_key_min:191 msgid "d5" msgstr "5te dim" #: lesson-files/interval_in_key_maj:205 lesson-files/interval_in_key_maj:212 #: lesson-files/interval_in_key_min:201 lesson-files/interval_in_key_min:208 #: lesson-files/interval_in_key_min:215 msgid "m6" msgstr "6te m" #: lesson-files/interval_in_key_maj:220 lesson-files/interval_in_key_maj:227 #: lesson-files/interval_in_key_min:223 lesson-files/interval_in_key_min:230 msgid "M6" msgstr "6te M" #: lesson-files/interval_in_key_maj:237 lesson-files/interval_in_key_maj:245 #: lesson-files/interval_in_key_maj:252 lesson-files/interval_in_key_min:240 #: lesson-files/interval_in_key_min:248 lesson-files/interval_in_key_min:255 msgid "m7" msgstr "7ème m" #: lesson-files/interval_in_key_maj:261 lesson-files/interval_in_key_maj:269 #: lesson-files/interval_in_key_min:264 lesson-files/interval_in_key_min:272 msgid "M7" msgstr "7ème M" #: lesson-files/interval_in_key_min:12 msgid "Interval in a key (minor)" msgstr "Intervalle dans une touche (mineur)" #: lesson-files/interval_in_key_min:15 msgid "Indetify the interval played after tonic" msgstr "Identifier l'intervalle joué après la tonique" #: lesson-files/jsb-inventions:8 msgid "Parts of 2 Bach inventions" msgstr "Extraits de 2 inventions de Bach" #: lesson-files/melodic-intervals-self-config:6 msgid "Melodic intervals" msgstr "Intervalles mélodiques" #: lesson-files/mma-1:10 lesson-files/mma-2:11 lesson-files/mma-3:12 msgid "Harmonic prog with MMA" msgstr "Progression harmonique avec MMA" #: lesson-files/mma-1:11 lesson-files/mma-2:12 lesson-files/mma-3:13 #: lesson-files/progression-1:11 lesson-files/progression-2:12 #: lesson-files/progression-atte:32 lesson-files/three-prog-root:10 msgid "Enter the harmonic progression" msgstr "Entrer la progression harmonique" #: lesson-files/nameinterval-1:8 msgid "Many intervals" msgstr "Nombreux intervalles" #: lesson-files/nameinterval-2:8 msgid "All intervals" msgstr "Tous les intervalles" #: lesson-files/nameinterval-fifths:8 msgid "Fifths" msgstr "Quintes" #: lesson-files/nameinterval-fourths:8 msgid "Fourths" msgstr "Quartes" #: lesson-files/nameinterval-octave:8 msgid "Octaves" msgstr "Octaves" #: lesson-files/nameinterval-unison:8 msgid "Unisons" msgstr "Unissons" #: lesson-files/progression-1:10 msgid "Easy harmonic progressions" msgstr "Progressions harmoniques faciles" #: lesson-files/progression-2:11 msgid "Easy harmonic progressions, including inverted chords" msgstr "Progressions harmoniques faciles avec accords renversés" #: lesson-files/progression-atte:31 msgid "A few jazz progressions" msgstr "Quelques progressions jazz" #: lesson-files/rhythm-all:8 lesson-files/tapping-all:8 msgid "Rhythms (difficult)" msgstr "Rythmes (difficile)" #: lesson-files/rhythm-easy:8 lesson-files/tapping-easy:8 msgid "Rhythms (easy)" msgstr "Rythmes (facile)" #: lesson-files/rhythm-mid:8 lesson-files/tapping-mid:8 msgid "Rhythms" msgstr "Rythmes" #: lesson-files/rhythm-self-config-binary:8 msgid "Rhythms, binary time" msgstr "Rythmes binaires" #: lesson-files/rhythm-self-config-ternary:9 msgid "Rhythms, ternary time" msgstr "Rythmes ternaires" #: lesson-files/rhythmtapping2-self-config-binary:9 msgid "Rhythm tapping" msgstr "Frapper un rythme" #: lesson-files/rhythmtapping2-self-config-ternary:9 msgid "Rhythm tapping, ternary" msgstr "Frapper un rythme (ternaire)" #: lesson-files/rhythm-ternary:8 msgid "Rhythms in 3/8" msgstr "Rythmes à 3/8" #: lesson-files/sc-6tones:10 msgid "Scales with 6 notes" msgstr "Échelles de 6 notes" #: lesson-files/sc-8tones:10 msgid "Scales with 8 notes" msgstr "Échelles de 8 notes" #: lesson-files/sc-beb:10 lesson-files/sc-beb-name:10 #: learningtrees/learningtree.txt:287 msgid "Bebop Scales" msgstr "Échelles Bebop" #: lesson-files/sc-beb-a:10 msgid "Bebop Scales - Ascending" msgstr "Échelles Bebop - ascendant" #: lesson-files/sc-beb-d:10 msgid "Bebop Scales - Descending" msgstr "Échelles Bebop - descendant" #: lesson-files/sc-beb-elem:10 msgid "Bebop Scales - enter structure" msgstr "Échelles Bebop - entrer la structure" #: lesson-files/sc-beb-elem:11 lesson-files/sc-dha-elem:11 #: lesson-files/sc-ham-elem:11 lesson-files/sc-har-elem:11 #: lesson-files/sc-hun-elem:11 lesson-files/sc-maj-elem:11 #: lesson-files/sc-mel-elem:11 lesson-files/sc-nea-elem:11 #: lesson-files/sc-nem-elem:11 lesson-files/sc-pen-elem:11 #: lesson-files/sc-sim-elem:11 msgid "Enter the structure of the mode in number of half-tones" msgstr "Entrez la structure du mode par son nombre de demi-tons" #: lesson-files/sc-beb-s:10 msgid "Bebop Scales - recognize structure" msgstr "Échelles Bebop - reconnaître la structure" #: lesson-files/sc-church:10 msgid "Church Tones" msgstr "Chant grégorien" #: lesson-files/sc-dha:10 lesson-files/sc-dha-name:10 #: learningtrees/learningtree.txt:224 msgid "Double Harmonic Scale and its modes" msgstr "La gamme doublement harmonique et ses modes" #: lesson-files/sc-dha-a:10 msgid "Double Harmonic Scale and its modes - Ascending" msgstr "La gamme doublement harmonique et ses modes - ascendant" #: lesson-files/sc-dha-d:10 msgid "Double Harmonic Scale and its modes - Descending" msgstr "La gamme doublement harmonique et ses modes - descendant" #: lesson-files/sc-dha-elem:10 msgid "Double Harmonic scale and its modes - enter structure" msgstr "La gamme doublement harmonique et ses modes - donner la structure" #: lesson-files/sc-dha-f:10 msgid "Double Harmonic Scale and its modes - arpeged by fourths" msgstr "La gamme doublement harmonique et ses modes - arpègement par quartes" #: lesson-files/sc-dha-g:10 msgid "Double Harmonic Scale and its modes - recognize grade" msgstr "La gamme doublement hamonique et ses modes - reconnaître un degré" #: lesson-files/sc-dha-p:10 msgid "Double Harmonic Scale and its modes - patterns" msgstr "La gamme doublement harmonique et ses modes - motifs" #: lesson-files/sc-dha-s:10 msgid "Double Harmonic Scale and its modes - recognize structure" msgstr "La gamme doublement harmonique et ses modes - reconnaître la structure" #: lesson-files/sc-dha-t:10 msgid "Double Harmonic Scale and its modes - arpeged by thirds" msgstr "La gamme doublement harmonique et ses modes - arpégée par tierces" #: lesson-files/sc-dom:10 msgid "More Scales used over a Dominant or Altered chord" msgstr "Autres échelles, sur dominante ou sur accord altéré" #: lesson-files/sc-dom-jazz:10 msgid "Jazz Modes used over a Dominant or Altered chord" msgstr "Modes de jazz, sur dominante ou sur accord altéré" #: lesson-files/sc-east:10 msgid "Modes used in East European Music" msgstr "Modes en usage dans la musique d'Europe de l'Est" #: lesson-files/sc-greek:10 msgid "Ancient Greek Modes" msgstr "Modes grecs anciens" #: lesson-files/sc-hal:10 msgid "More Scales used over a Half-Diminished or Diminished chord" msgstr "Autres échelles, sur accord semi-diminué ou diminué" #: lesson-files/sc-hal-jazz:10 msgid "Jazz Modes over a Half-Diminished or Diminished chord" msgstr "Modes de jazz, sur accord semi-diminué ou diminué" #: lesson-files/sc-ham:10 lesson-files/sc-ham-name:10 #: learningtrees/learningtree.txt:211 msgid "Harmonic Major Scale and its modes" msgstr "La gamme majeure harmonique et ses modes" #: lesson-files/sc-ham-a:10 msgid "Harmonic Major Scale and its modes - Ascending" msgstr "La gamme majeure harmonique et ses modes - ascendant" #: lesson-files/sc-ham-d:10 msgid "Harmonic Major Scale and its modes - Descending" msgstr "La gamme majeure harmonique et ses modes - descendant" #: lesson-files/sc-ham-elem:10 msgid "Harmonic Major scale and its modes - enter structure" msgstr "La gamme majeure harmonique et ses modes - donner la structure" #: lesson-files/sc-ham-f:10 msgid "Harmonic Major Scale and its modes - arpeged by fourths" msgstr "La gamme majeure harmonique et ses modes - arpégée par quartes" #: lesson-files/sc-ham-g:10 msgid "Harmonic Major Scale and its modes - recognize grade" msgstr "La gamme majeure harmonique et ses modes - reconnaître un degré" #: lesson-files/sc-ham-p:10 msgid "Harmonic Major Scale and its modes - patterns" msgstr "La gamme majeure harmonique et ses modes - motifs" #: lesson-files/sc-ham-s:10 msgid "Harmonic Major Scale and its modes - recognize structure" msgstr "La gamme majeure harmonique et ses modes - reconnaître la structure" #: lesson-files/sc-ham-t:10 msgid "Harmonic Major Scale and its modes - arpeged by thirds" msgstr "La gamme majeure harmonique et ses modes - arpégée par tierces" #: lesson-files/sc-har:10 lesson-files/sc-har-name:10 #: learningtrees/learningtree.txt:198 msgid "Harmonic Minor Scale and its modes" msgstr "La gamme mineure harmonique et ses modes" #: lesson-files/sc-har-a:10 msgid "Harmonic Minor Scale and its modes - Ascending" msgstr "La gamme mineure harmonique et ses modes - ascendant" #: lesson-files/sc-har-d:10 msgid "Harmonic Minor Scale and its modes - Descending" msgstr "La gamme mineure harmonique et ses modes - descendant" #: lesson-files/sc-har-elem:10 msgid "Harmonic Minor scale and its modes - enter structure" msgstr "La gamme mineure harmonique et ses modes - donner la structure" #: lesson-files/sc-har-f:10 msgid "Harmonic Minor Scale and its modes - arpeged by fourths" msgstr "La gamme mineure harmonique et ses modes - arpégée par quartes" #: lesson-files/sc-har-g:10 msgid "Harmonic Minor Scale and its modes - recognize grade" msgstr "La gamme mineure harmonique et ses modes - reconnaître un degré" #: lesson-files/sc-har-p:10 msgid "Harmonic Minor Scale and its modes - patterns" msgstr "La gamme mineure harmonique et ses modes - motifs" #: lesson-files/sc-har-s:10 msgid "Harmonic Minor Scale and its modes - recognize structure" msgstr "La gamme mineure harmonique et ses modes - reconnaître la structure" #: lesson-files/sc-har-t:10 msgid "Harmonic Minor Scale and its modes - arpeged by thirds" msgstr "La gamme mineure harmonique et ses modes - arpégée par tierces" #: lesson-files/sc-hum-g:10 msgid "Hungarian Minor Scale and its modes - recognize grade" msgstr "La gamme mineure hongroise et ses modes - reconnaître un degré" #: lesson-files/sc-hun:10 lesson-files/sc-hun-name:10 #: learningtrees/learningtree.txt:264 msgid "Hungarian Scale and its modes" msgstr "La gamme hongroise et ses modes" #: lesson-files/sc-hun-a:10 msgid "Hungarian Scale and its modes - Ascending" msgstr "La gamme hongroise et ses modes - ascendant" #: lesson-files/sc-hun-d:10 msgid "Hungarian Scale and its modes - Descending" msgstr "La gamme hongroise et ses modes - descendant" #: lesson-files/sc-hun-elem:10 msgid "Hungarian scale and its modes - enter structure" msgstr "La gamme hongroise et ses modes - donner la structure" #: lesson-files/sc-hun-f:10 msgid "Hungarian Scale and its modes - arpeged by fourths" msgstr "La gamme hongroise et ses modes - arpégée par quartes" #: lesson-files/sc-hun-g:10 msgid "Hungarian Scale and its modes - recognize grade" msgstr "La gamme hongroise et ses modes - reconnaître un degré" #: lesson-files/sc-hun-p:10 msgid "Hungarian Scale and its modes - patterns" msgstr "La gamme hongroise et ses modes - motifs" #: lesson-files/sc-hun-s:10 msgid "Hungarian Scale and its modes - recognize structure" msgstr "La gamme hongroise et ses modes - reconnaître la structure" #: lesson-files/sc-hun-t:10 msgid "Hungarian Scale and its modes - arpeged by thirds" msgstr "La gamme hongroise et ses modes - arpégée par tierces" #: lesson-files/sc-maj:10 lesson-files/sc-maj-name:10 #: learningtrees/learningtree.txt:170 msgid "Major Scale and its modes" msgstr "La gamme majeure et ses modes" #: lesson-files/sc-maj-a:10 msgid "Major Scale and its modes - Ascending" msgstr "La gamme majeure et ses modes - ascendant" #: lesson-files/sc-maj-d:10 msgid "Major Scale and its modes - Descending" msgstr "La gamme majeure et ses modes - descendant" #: lesson-files/sc-maj-elem:10 msgid "Major scale and its modes - enter structure" msgstr "La gamme majeure et ses modes - donner la structure" #: lesson-files/sc-maj-f:10 msgid "Major Scale and its modes - arpeged by fourths" msgstr "La gamme majeure et ses modes - arpégée par quartes" #: lesson-files/sc-maj-g:10 msgid "Major Scale and its modes - recognize grade" msgstr "La gamme majeure et ses modes - reconnaître un degré" #: lesson-files/sc-maj-p:10 msgid "Major Scale and its modes - patterns" msgstr "La gamme majeure et ses modes - motifs" #: lesson-files/sc-maj-px:10 msgid "Major Scale and its modes - recognize with only few notes" msgstr "La gamme majeure et ses modes - reconnaître à partir de quelques notes" #: lesson-files/sc-maj-px:11 msgid "Three notes are enough to recognize the mode" msgstr "Trois notes suffisent pour reconnaître le mode" #: lesson-files/sc-maj-s:10 msgid "Major Scale and its modes - recognize structure" msgstr "La gamme majeure et ses modes - reconnaître la structure" #: lesson-files/sc-maj-t:10 msgid "Major Scale and its modes - arpeged by thirds" msgstr "La gamme majeure et ses modes - arpégée par tierces" #: lesson-files/sc-mau:10 msgid "More Scales used over a Major or Augmented chord" msgstr "Autres échelles, sur un accord majeur ou augmenté" #: lesson-files/sc-mau-jazz:10 msgid "Jazz Modes over a Major or Augmented chord" msgstr "Modes de jazz, sur un accord majeur ou augmenté" #: lesson-files/sc-mel:10 lesson-files/sc-mel-name:10 #: learningtrees/learningtree.txt:185 msgid "Melodic Minor Scale and its modes" msgstr "La gamme mineure mélodique et ses modes" #: lesson-files/sc-mel-a:10 msgid "Melodic Minor Scale and its modes - Ascending" msgstr "La gamme mineure mélodique et ses modes - ascendant" #: lesson-files/sc-mel-d:10 msgid "Melodic Minor Scale and its modes - Descending" msgstr "La gamme mineure mélodique et ses modes - descendant" #: lesson-files/sc-mel-elem:10 msgid "Melodic Minor scale and its modes - enter structure" msgstr "La gamme mineure mélodique et ses modes - donner la structure" #: lesson-files/sc-mel-f:10 msgid "Melodic Minor Scale and its modes - arpeged by fourths" msgstr "La gamme mineure mélodique et ses modes - arpégée par quartes" #: lesson-files/sc-mel-g:10 msgid "Melodic Minor Scale and its modes - recognize grade" msgstr "La gamme mineure mélodique et ses modes - reconnaître un degré" #: lesson-files/sc-mel-p:10 msgid "Melodic Minor Scale and its modes - patterns" msgstr "La gamme mineure mélodique et ses modes - motifs" #: lesson-files/sc-mel-s:10 msgid "Melodic Minor Scale and its modes - recognize structure" msgstr "La gamme mineure mélodique et ses modes - reconnaître la structure" #: lesson-files/sc-mel-t:10 msgid "Melodic Minor Scale and its modes - arpeged by thirds" msgstr "La gamme mineure mélodique et ses modes - arpégée par tierces" #: lesson-files/sc-min:10 msgid "More Scales used over a Minor chord" msgstr "Autres échelles, sur un accord mineur" #: lesson-files/sc-min-jazz:10 msgid "Jazz Modes over a Minor chord" msgstr "Modes de jazz, sur un accord mineur" #: lesson-files/sc-nat-g:10 msgid "Natural Minor Scale and its modes - recognize grade" msgstr "La gamme mineure naturelle et ses modes - reconnaître un degré" #: lesson-files/sc-nea:10 lesson-files/sc-nea-name:10 #: learningtrees/learningtree.txt:238 msgid "Neapolitan Scale and its modes" msgstr "La gamme napolitaine et ses modes" #: lesson-files/sc-nea-a:10 msgid "Neapolitan Scale and its modes - Ascending" msgstr "La gamme napolitaine et ses modes - ascendant" #: lesson-files/sc-nea-d:10 msgid "Neapolitan Scale and its modes - Descending" msgstr "La gamme napolitaine et ses modes - descendant" #: lesson-files/sc-nea-elem:10 msgid "Neapolitan scale and its modes - enter structure" msgstr "La gamme napolitaine et ses modes - donner la structure" #: lesson-files/sc-nea-f:10 msgid "Neapolitan Scale and its modes - arpeged by fourths" msgstr "La gamme napolitaine et ses modes - arpégée par quartes" #: lesson-files/sc-nea-g:10 msgid "Neapolitan Scale and its modes - recognize grade" msgstr "La gamme napolitaine et ses modes - reconnaître un degré" #: lesson-files/sc-nea-p:10 msgid "Neapolitan Scale and its modes - patterns" msgstr "La gamme napolitaine et ses modes - motifs" #: lesson-files/sc-nea-s:10 msgid "Neapolitan Scale and its modes - recognize structure" msgstr "La gamme napolitaine et ses modes - reconnaître la structure" #: lesson-files/sc-nea-t:10 msgid "Neapolitan Scale and its modes - arpeged by thirds" msgstr "La gamme napolitaine et ses modes - arpégée par tierces" #: lesson-files/sc-nem:10 lesson-files/sc-nem-name:10 msgid "Neapolitan Minor Scale and its modes" msgstr "La gamme mineure napolitaine et ses modes" #: lesson-files/sc-nem-a:10 msgid "Neapolitan Minor Scale and its modes - Ascending" msgstr "La gamme mineure napolitaine et ses modes - ascendant" #: lesson-files/sc-nem-d:10 msgid "Neapolitan Minor Scale and its modes - Descending" msgstr "La gamme mineure napolitaine et ses modes - descendant" #: lesson-files/sc-nem-elem:10 msgid "Neapolitan Minor scale and its modes - enter structure" msgstr "La gamme mineure napolitaine et ses modes - donner la structure" #: lesson-files/sc-nem-f:10 msgid "Neapolitan Minor Scale and its modes - arpeged by fourths" msgstr "La gamme mineure napolitaine et ses modes - arpégée par quartes" #: lesson-files/sc-nem-g:10 msgid "Neapolitan Minor Scale and its modes - recognize grade" msgstr "La gamme mineure napolitaine et ses modes - reconnaître un degré" #: lesson-files/sc-nem-p:10 msgid "Neapolitan Minor Scale and its modes - patterns" msgstr "La gamme mineure napolitaine et ses modes - motifs" #: lesson-files/sc-nem-s:10 msgid "Neapolitan Minor Scale and its modes - recognize structure" msgstr "La gamme mineure napolitaine et ses modes - reconnaître la structure" #: lesson-files/sc-nem-t:10 msgid "Neapolitan Minor Scale and its modes - arpeged by thirds" msgstr "La gamme mineure napolitaine et ses modes - arpégée par tierces" #: lesson-files/sc-pen:10 lesson-files/sc-pen-name:10 #: learningtrees/learningtree.txt:277 msgid "Pentatonic Major Scale and its modes" msgstr "L'échelle pentatonique majeure et ses modes" #: lesson-files/sc-pen-a:10 msgid "Pentatonic Major Scale and its modes - Ascending" msgstr "L'échelle pentatonique majeure et ses modes - ascendant" #: lesson-files/sc-pen-d:10 msgid "Pentatonic Major Scale and its modes - Descending" msgstr "L'échelle pentatonique majeure et ses modes - descendant" #: lesson-files/sc-pen-elem:10 msgid "Pentatonic Major scale and its modes - enter structure" msgstr "L'échelle pentatonique majeure et ses modes - donner la structure" #: lesson-files/sc-pen-g:10 msgid "Pentatonic Major Scale and its modes - recognize grade" msgstr "L'échelle pentatonique majeure et ses modes - reconnaître un degré" #: lesson-files/sc-pen-s:10 msgid "Pentatonic Major Scale and its modes - recognize structure" msgstr "L'échelle pentatonique majeure et ses modes - reconnaître la structure" #: lesson-files/sc-plagal:10 msgid "Plagal Modes" msgstr "Modes plagaux" #: lesson-files/sc-sim:10 lesson-files/sc-sim-name:10 msgid "Symmetric scales" msgstr "Échelles symétriques" #: lesson-files/sc-sim-a:10 msgid "Symmetric scales - Ascending" msgstr "Échelles symétriques - ascendant" #: lesson-files/sc-sim-d:10 msgid "Symmetric scales - Descending" msgstr "Échelles symétriques - descendant" #: lesson-files/sc-sim-elem:10 msgid "Symmetric Scales - enter structure" msgstr "Échelles symétriques - donner la structure" #: lesson-files/sc-sim-s:10 msgid "Symmetric scales - recognize structure" msgstr "Échelles symétriques - reconnaître la structure" #: lesson-files/singchord-1:8 msgid "Major chords (singchord)" msgstr "Accord majeurs (chanter un accord)" #: lesson-files/singchord-2:8 msgid "Major chords in different inversions" msgstr "Accords majeurs avec renversements" #: lesson-files/singchord-3:8 msgid "Major and minor chords in different inversions" msgstr "Accords majeurs et mineurs avec renversements" #: lesson-files/singchord-4:8 msgid "Dominant 7th chords in root position" msgstr "Accords de 7ème de dominante sans renversement" #: lesson-files/singchord-5:8 msgid "Minor 7th chords in root position" msgstr "Accords de 7ème mineure sans renversement" #: lesson-files/singchord-6:9 msgid "Major 7th chords in root position" msgstr "Accords de 7ème majeure sans renversement" #: lesson-files/singchord-all:8 msgid "All the questions from the singchord exercises" msgstr "Toutes les questions de l'exercice « chanter un accord »" #: lesson-files/sing-intervals-self-config:8 msgid "Sing intervals" msgstr "Chanter des intervalles" #: lesson-files/sing-the-fifth:9 lesson-files/sing-the-fifth:14 #: lesson-files/sing-the-fifth:19 msgid "Sing the fifth of the chord" msgstr "Chanter la quinte de l'accord" #: lesson-files/sing-the-root:9 lesson-files/sing-the-root:15 #: lesson-files/sing-the-root:20 msgid "Sing the root of the chord" msgstr "Chanter la fondamentale de l'accord" #: lesson-files/sing-the-seventh:9 lesson-files/sing-the-seventh:15 #: lesson-files/sing-the-seventh:20 lesson-files/sing-the-seventh-inv:16 #: lesson-files/sing-the-seventh-inv:21 lesson-files/sing-the-seventh-inv:27 #: lesson-files/sing-the-seventh-inv:32 lesson-files/sing-the-seventh-inv:38 #: lesson-files/sing-the-seventh-inv:43 lesson-files/sing-the-seventh-inv:49 #: lesson-files/sing-the-seventh-inv:54 lesson-files/sing-the-seventh-inv:61 #: lesson-files/sing-the-seventh-inv:66 lesson-files/sing-the-seventh-inv:72 #: lesson-files/sing-the-seventh-inv:77 lesson-files/sing-the-seventh-inv:83 #: lesson-files/sing-the-seventh-inv:88 lesson-files/sing-the-seventh-inv:94 #: lesson-files/sing-the-seventh-inv:99 msgid "Sing the seventh of the chord" msgstr "Chanter la septième de l'accord" #: lesson-files/sing-the-seventh-inv:9 msgid "Sing the seventh of the chord. Inversions." msgstr "Chanter la septième de l'accord. Renversements" #: lesson-files/sing-the-third:9 lesson-files/sing-the-third:15 #: lesson-files/sing-the-third:20 msgid "Sing the third of the chord" msgstr "Chanter la tierce de l'accord" #: lesson-files/solfa-17:14 lesson-files/solfa-7:12 #, python-format msgid "%s syllables" msgstr "%s syllabes" #: lesson-files/solfa-17:15 lesson-files/solfa-17-C:13 lesson-files/solfa-7:13 #: lesson-files/solfa-7-C:13 msgid "Find the sol-fa syllable" msgstr "Trouver la note (solfège)" #: lesson-files/solfa-17:20 lesson-files/solfa-17-C:18 lesson-files/solfa-7:18 #: lesson-files/solfa-7-C:18 msgid "solfa|Do" msgstr "Do" #: lesson-files/solfa-17:24 lesson-files/solfa-17-C:22 msgid "solfa|Di" msgstr "Di" #: lesson-files/solfa-17:28 lesson-files/solfa-17-C:26 msgid "solfa|Ra" msgstr "Ra" #: lesson-files/solfa-17:32 lesson-files/solfa-17-C:30 lesson-files/solfa-7:22 #: lesson-files/solfa-7-C:22 msgid "solfa|Re" msgstr "Re" #: lesson-files/solfa-17:36 lesson-files/solfa-17-C:34 msgid "solfa|Ri" msgstr "Ri" #: lesson-files/solfa-17:40 lesson-files/solfa-17-C:38 msgid "solfa|Me" msgstr "Me" #: lesson-files/solfa-17:44 lesson-files/solfa-17-C:42 lesson-files/solfa-7:26 #: lesson-files/solfa-7-C:26 msgid "solfa|Mi" msgstr "Mi" #: lesson-files/solfa-17:48 lesson-files/solfa-17-C:46 lesson-files/solfa-7:30 #: lesson-files/solfa-7-C:30 msgid "solfa|Fa" msgstr "Fa" #: lesson-files/solfa-17:52 lesson-files/solfa-17-C:50 msgid "solfa|Fi" msgstr "Fi" #: lesson-files/solfa-17:56 lesson-files/solfa-17-C:54 msgid "solfa|Se" msgstr "Se" #: lesson-files/solfa-17:60 lesson-files/solfa-17-C:58 lesson-files/solfa-7:34 #: lesson-files/solfa-7-C:34 msgid "solfa|Sol" msgstr "Sol" #: lesson-files/solfa-17:64 lesson-files/solfa-17-C:62 msgid "solfa|Si" msgstr "Si" #: lesson-files/solfa-17:68 lesson-files/solfa-17-C:66 msgid "solfa|Le" msgstr "Le" #: lesson-files/solfa-17:72 lesson-files/solfa-17-C:70 lesson-files/solfa-7:38 #: lesson-files/solfa-7-C:38 msgid "solfa|La" msgstr "La" #: lesson-files/solfa-17:76 lesson-files/solfa-17-C:74 msgid "solfa|Li" msgstr "Li" #: lesson-files/solfa-17:80 lesson-files/solfa-17-C:78 msgid "solfa|Te" msgstr "Te" #: lesson-files/solfa-17:84 lesson-files/solfa-17-C:82 lesson-files/solfa-7:42 #: lesson-files/solfa-7-C:42 msgid "solfa|Ti" msgstr "Ti" #: lesson-files/solfa-17-C:12 lesson-files/solfa-7-C:12 #, python-format msgid "%s syllables in C major" msgstr "%s syllabes en do majeur" #: lesson-files/three-prog-root:9 msgid "Three chords, root position" msgstr "Trois accords à l'état fondamental" #: lesson-files/twelvetone:7 msgid "Sing twelve random tones" msgstr "Chanter douze notes" #: lesson-files/include/sc-master:18 msgid "Ionian" msgstr "Ionien" #: lesson-files/include/sc-master:19 msgid "Major" msgstr "Majeur" #: lesson-files/include/sc-master:20 msgid "Diatonic" msgstr "Diatonique" #: lesson-files/include/sc-master:21 msgid "Greek Lydian" msgstr "Lydien grec" #: lesson-files/include/sc-master:22 msgid "Hypolydian" msgstr "Hypolydien" #: lesson-files/include/sc-master:57 msgid "Dorian" msgstr "Dorien" #: lesson-files/include/sc-master:58 msgid "Greek Phrygian" msgstr "Phrygien grec" #: lesson-files/include/sc-master:59 msgid "Hypomixolydian" msgstr "Hypomixolydien" #: lesson-files/include/sc-master:94 msgid "Phrygian" msgstr "Phrygien" #: lesson-files/include/sc-master:95 msgid "Maqam Kurd" msgstr "Maqâm kurde" #: lesson-files/include/sc-master:96 msgid "Major Inverse" msgstr "Majeur renversé" #: lesson-files/include/sc-master:97 msgid "Greek Dorian" msgstr "Dorien grec" #: lesson-files/include/sc-master:98 msgid "Hypoaeolian" msgstr "Hypoaeolian" #: lesson-files/include/sc-master:133 msgid "Lydian" msgstr "Lydien" #: lesson-files/include/sc-master:134 msgid "Greek Hypolydian" msgstr "Hypolydien grec" #: lesson-files/include/sc-master:135 msgid "Hypolocrian" msgstr "Hypolocrien" #: lesson-files/include/sc-master:170 msgid "Mixolydian" msgstr "Mixolydien" #: lesson-files/include/sc-master:171 msgid "Greek Hypophrygian" msgstr "Hypo-phrygien grec" #: lesson-files/include/sc-master:172 msgid "Hypoionian" msgstr "Hypoionien" #: lesson-files/include/sc-master:207 msgid "Aeolian" msgstr "Eolien" #: lesson-files/include/sc-master:208 msgid "Natural Minor" msgstr "Mineur naturel" #: lesson-files/include/sc-master:209 msgid "Ancient Minor" msgstr "Mineur ancien" #: lesson-files/include/sc-master:210 msgid "Pure Minor" msgstr "Mineur pur" #: lesson-files/include/sc-master:211 msgid "Greek Hypodorian" msgstr "Hypo-dorien grec" #: lesson-files/include/sc-master:212 msgid "Hypodorian" msgstr "Hypodorien" #: lesson-files/include/sc-master:247 msgid "Locrian" msgstr "Locrien" #: lesson-files/include/sc-master:248 lesson-files/include/sc-master:474 msgid "Half Diminished" msgstr "demi-diminué" #: lesson-files/include/sc-master:249 msgid "Greek Mixolydian" msgstr "Mixolydien grec" #: lesson-files/include/sc-master:250 msgid "Hypophrygian" msgstr "Hypophrygien" #: lesson-files/include/sc-master:289 msgid "Jazz Minor" msgstr "Mineur jazz" #: lesson-files/include/sc-master:290 msgid "Melodic Minor Ascending" msgstr "Mineur mélodique ascendant" #: lesson-files/include/sc-master:291 msgid "Modern Minor" msgstr "Mineur moderne" #: lesson-files/include/sc-master:292 msgid "Minor-Major" msgstr "Majeur-mineur" #: lesson-files/include/sc-master:293 msgid "Ipoionian" msgstr "Hypo-ionien" #: lesson-files/include/sc-master:294 msgid "Ionian b3" msgstr "Ionien b3" #: lesson-files/include/sc-master:295 msgid "Dorian maj7" msgstr "Dorien maj7" #: lesson-files/include/sc-master:328 msgid "Dorian b9" msgstr "Dorien b9" #: lesson-files/include/sc-master:329 msgid "Javanese" msgstr "Javanais" #: lesson-files/include/sc-master:330 msgid "Phrygian #6" msgstr "Phrygien n°6" #: lesson-files/include/sc-master:363 msgid "Lydian Augmented" msgstr "Lydien augmenté" #: lesson-files/include/sc-master:364 msgid "Lydian #5" msgstr "Lydien n°5" #: lesson-files/include/sc-master:397 msgid "Lydian Dominant" msgstr "Lydien dominante" #: lesson-files/include/sc-master:398 msgid "Lydian b7" msgstr "Lydien b7" #: lesson-files/include/sc-master:399 msgid "Mixolydian #4" msgstr "Mixolydien n°4" #: lesson-files/include/sc-master:400 msgid "Mixolydian #11" msgstr "Mixolydien n°11" #: lesson-files/include/sc-master:401 msgid "Overtone" msgstr "Harmonique (partiel)" #: lesson-files/include/sc-master:434 msgid "Mixolydian b13" msgstr "Mixolydien b13" #: lesson-files/include/sc-master:435 msgid "Mixolydian b6" msgstr "Mixolydien b6" #: lesson-files/include/sc-master:436 msgid "Hindu" msgstr "Hindou" #: lesson-files/include/sc-master:437 msgid "Hindustan" msgstr "Hindoustan" #: lesson-files/include/sc-master:438 msgid "Aeolian Dominant" msgstr "Eolien dominante" #: lesson-files/include/sc-master:439 msgid "Aeolian #3" msgstr "Eolien n°3" #: lesson-files/include/sc-master:472 msgid "Semilocrian" msgstr "Semi-locrien" #: lesson-files/include/sc-master:473 msgid "Locrian #2" msgstr "Locrien n°2" #: lesson-files/include/sc-master:475 msgid "Aeolian b5" msgstr "Eolien n°5" #: lesson-files/include/sc-master:476 msgid "Locrian natural 2" msgstr "Locrien naturel 2" #: lesson-files/include/sc-master:509 msgid "Superlocrian" msgstr "Super-locrien" #: lesson-files/include/sc-master:510 msgid "Altered" msgstr "Altéré" #: lesson-files/include/sc-master:511 msgid "Ravel" msgstr "Ravel" #: lesson-files/include/sc-master:512 msgid "Diminished-WholeTone" msgstr "Par tons diminuée" #: lesson-files/include/sc-master:513 msgid "Locrian b4" msgstr "Locrien b4" #: lesson-files/include/sc-master:544 msgid "Melodic Minor A-D" msgstr "Mineur mélodique A-D" #: lesson-files/include/sc-master:559 msgid "Harmonic Minor" msgstr "Mineur harmonique" #: lesson-files/include/sc-master:560 msgid "Mohammedan" msgstr "Mahométan" #: lesson-files/include/sc-master:561 msgid "Aeolian maj7" msgstr "Eolien maj7" #: lesson-files/include/sc-master:562 msgid "Melodic Minor b6" msgstr "Mineur mélodique b6" #: lesson-files/include/sc-master:595 msgid "Locrian #6" msgstr "Locrien n°6" #: lesson-files/include/sc-master:628 msgid "Ionian Augmented" msgstr "Ionien augmenté" #: lesson-files/include/sc-master:629 msgid "Ionian #5" msgstr "Ionien n°5" #: lesson-files/include/sc-master:662 msgid "Romanian" msgstr "Roumain" #: lesson-files/include/sc-master:663 msgid "Dorian #4" msgstr "Dorien n°4" #: lesson-files/include/sc-master:664 msgid "Dorian #11" msgstr "Dorien n°11" #: lesson-files/include/sc-master:665 msgid "Misheberakh" msgstr "Mishebarakh" #: lesson-files/include/sc-master:698 msgid "Phrygian Dominant" msgstr "Phrygien dominante" #: lesson-files/include/sc-master:699 msgid "Phrygian Major" msgstr "Phrygien majeur" #: lesson-files/include/sc-master:700 msgid "Balkan" msgstr "Balkan" #: lesson-files/include/sc-master:701 msgid "Jewish" msgstr "Juif" #: lesson-files/include/sc-master:702 msgid "Spanish Gypsy" msgstr "Gitan espagnol" #: lesson-files/include/sc-master:703 msgid "Ahava Rabah" msgstr "Ahava Rabah" #: lesson-files/include/sc-master:704 msgid "Mixolydian b2 b6" msgstr "Mixolydien b2 b6" #: lesson-files/include/sc-master:705 msgid "Mixolydian b9 b13" msgstr "Mixolydien b9 b13" #: lesson-files/include/sc-master:738 msgid "Lydian #2" msgstr "Lydien #2" #: lesson-files/include/sc-master:771 msgid "Ultralocrian" msgstr "Ultra-locrien" #: lesson-files/include/sc-master:772 msgid "Superlocrian bb7" msgstr "Super-locrien bb7" #: lesson-files/include/sc-master:773 msgid "Diminished" msgstr "Diminué" #: lesson-files/include/sc-master:810 msgid "Harmonic Major" msgstr "Majeur harmonique" #: lesson-files/include/sc-master:811 msgid "Ionian b6" msgstr "Ionien b6" #: lesson-files/include/sc-master:844 msgid "Dorian b5" msgstr "Dorien b5" #: lesson-files/include/sc-master:845 msgid "Locrian #2 #6" msgstr "Locrien #2 #6" #: lesson-files/include/sc-master:878 msgid "Phrygian b4" msgstr "Phrygien b4" #: lesson-files/include/sc-master:879 msgid "Superphrygian" msgstr "Super-phrygien" #: lesson-files/include/sc-master:880 msgid "Superlocrian natural 5" msgstr "Super-locrien naturel 5" #: lesson-files/include/sc-master:913 msgid "Lydian b3" msgstr "Lydien b3" #: lesson-files/include/sc-master:914 msgid "Jazz Minor #4" msgstr "Mineur jazz #4" #: lesson-files/include/sc-master:915 msgid "Jazz Minor #11" msgstr "Mineur jazz #11" #: lesson-files/include/sc-master:916 msgid "Lydian Diminished" msgstr "Lydien diminué" #: lesson-files/include/sc-master:949 msgid "Mixolydian b9" msgstr "Mixolydien b9" #: lesson-files/include/sc-master:950 msgid "Mixolydian b2" msgstr "Mixolydien b2" #: lesson-files/include/sc-master:983 msgid "Lydian #2 #5" msgstr "Lydien #2 #5" #: lesson-files/include/sc-master:984 msgid "Lydian Augmented #2" msgstr "Lydien augmenté #2" #: lesson-files/include/sc-master:1017 msgid "Locrian bb7" msgstr "Locrien bb7" #: lesson-files/include/sc-master:1018 msgid "Locrian diminished 7" msgstr "Locrien diminué 7" #: lesson-files/include/sc-master:1055 msgid "Double Harmonic Major" msgstr "Majeur doublement harmonique" #: lesson-files/include/sc-master:1056 msgid "Double Harmonic" msgstr "Doublement harmonique" #: lesson-files/include/sc-master:1057 msgid "Ionian b2 b6" msgstr "Ionien b2 b6" #: lesson-files/include/sc-master:1058 msgid "Bizantine" msgstr "Byzantin" #: lesson-files/include/sc-master:1059 msgid "Major Gipsy" msgstr "Majeur tzigane" #: lesson-files/include/sc-master:1060 msgid "Charhargah" msgstr "Charhargah" #: lesson-files/include/sc-master:1093 msgid "Lydian #2 #6" msgstr "Lydiens #2 #6" #: lesson-files/include/sc-master:1126 msgid "Ultraphrygian" msgstr "Ultra-phrygien" #: lesson-files/include/sc-master:1127 msgid "Phrygian b4 bb7" msgstr "Phrygien b4 bb7" #: lesson-files/include/sc-master:1128 msgid "Ultralocrian natural 5" msgstr "Ultra-locrien naturel 5" #: lesson-files/include/sc-master:1161 msgid "Hungarian Minor" msgstr "Mineur hongrois" #: lesson-files/include/sc-master:1162 msgid "Double Harmonic Minor" msgstr "Mineur doublement harmonique" #: lesson-files/include/sc-master:1163 msgid "Harmonic Minor #4" msgstr "Mineur harmonique #4" #: lesson-files/include/sc-master:1164 msgid "Lydian b3 b6" msgstr "Lydien b3 b6" #: lesson-files/include/sc-master:1165 msgid "Algerian" msgstr "Algérien" #: lesson-files/include/sc-master:1166 msgid "Minor Gipsy" msgstr "Mineur tzigane" #: lesson-files/include/sc-master:1199 msgid "Oriental" msgstr "Oriental" #: lesson-files/include/sc-master:1200 msgid "Mixolydian b5 b9" msgstr "Mixolydien b5 b9" #: lesson-files/include/sc-master:1201 msgid "Mixolydian b2 b5" msgstr "Mixolydien b2 b5" #: lesson-files/include/sc-master:1234 msgid "Ionian #2 #5" msgstr "Ionien #2 #5" #: lesson-files/include/sc-master:1235 msgid "Ionian Augmented #2" msgstr "Locrien augmenté #2" #: lesson-files/include/sc-master:1268 msgid "Locrian bb3 bb7" msgstr "Locrien bb3 bb7" #: lesson-files/include/sc-master:1305 msgid "Neapolitan" msgstr "Napolitain" #: lesson-files/include/sc-master:1306 msgid "Neapolitan Major" msgstr "Napolitain majeur" #: lesson-files/include/sc-master:1307 msgid "Jazz Minor b2" msgstr "Mineur jazz b2" #: lesson-files/include/sc-master:1340 msgid "Leading Whole-Tone" msgstr "Par tons avec sensible" #: lesson-files/include/sc-master:1341 msgid "Lydian #5 #6" msgstr "Lydien #5 #6" #: lesson-files/include/sc-master:1342 msgid "Lydian Augmented #6" msgstr "Lydien augmenté #6" #: lesson-files/include/sc-master:1375 msgid "Lydian Augmented Dominant" msgstr "Lydien augmenté avec dominante" #: lesson-files/include/sc-master:1376 msgid "Lydian #5 b7" msgstr "Lydien #5 #7" #: lesson-files/include/sc-master:1377 msgid "Mixolydian #4 #5" msgstr "Mixolydien #4 #5" #: lesson-files/include/sc-master:1378 msgid "Mixolydian #5 #11" msgstr "Mixolydien #5 #11" #: lesson-files/include/sc-master:1411 msgid "Lydian Dominant b6" msgstr "Lydien avec dominante b6" #: lesson-files/include/sc-master:1412 msgid "Lydian b6 b7" msgstr "Lydien b6 b7" #: lesson-files/include/sc-master:1413 msgid "Mixolydian #4 b6" msgstr "Mixolydien #4 b6" #: lesson-files/include/sc-master:1414 msgid "Mixolydian #11 b13" msgstr "Mixolydien #11 b13" #: lesson-files/include/sc-master:1415 msgid "Lydian Minor" msgstr "Mineur lydien" #: lesson-files/include/sc-master:1448 msgid "Major Locrian" msgstr "Locrien majeur" #: lesson-files/include/sc-master:1449 msgid "Mixolydian b5 b6" msgstr "Mixolydien b5 b6" #: lesson-files/include/sc-master:1450 msgid "Mixolydian b5 b13" msgstr "Mixolydien b5 b13" #: lesson-files/include/sc-master:1451 msgid "Locrian #2 #3" msgstr "Locrien #2 #3" #: lesson-files/include/sc-master:1452 msgid "Arabian" msgstr "Arabe" #: lesson-files/include/sc-master:1485 msgid "Semilocrian b4" msgstr "Semi-locrien b4" #: lesson-files/include/sc-master:1486 msgid "Locrian natural 2 b4" msgstr "Locrien naturel 2 b4" #: lesson-files/include/sc-master:1519 msgid "Superlocrian bb3" msgstr "Super-locrien bb3" #: lesson-files/include/sc-master:1556 msgid "Neapolitan Minor" msgstr "Mineur napolitain" #: lesson-files/include/sc-master:1557 msgid "Neapolitan Major b6" msgstr "Majeur napolitain b6" #: lesson-files/include/sc-master:1558 msgid "Harmonic Minor b2" msgstr "Mineur harmonique b2" #: lesson-files/include/sc-master:1559 msgid "Phrygian maj7" msgstr "Phrygien maj7" #: lesson-files/include/sc-master:1592 msgid "Lydian #6" msgstr "Lydien #6" #: lesson-files/include/sc-master:1625 msgid "Mixolydian Augmented" msgstr "Mixolydien augmenté" #: lesson-files/include/sc-master:1626 msgid "Mixolydian #5" msgstr "Mixolydien #5" #: lesson-files/include/sc-master:1659 msgid "Hungarian Gipsy" msgstr "Tzigane hongrois" #: lesson-files/include/sc-master:1660 msgid "Aeolian #4" msgstr "Eolien #4" #: lesson-files/include/sc-master:1693 msgid "Locrian Dominant" msgstr "Locrien avec dominante" #: lesson-files/include/sc-master:1694 msgid "Locrian #3" msgstr "Locrien #3" #: lesson-files/include/sc-master:1695 msgid "Oriental b6" msgstr "Oriental b6" #: lesson-files/include/sc-master:1696 msgid "Mixolydian b5 b9 b13" msgstr "Mixolydien b5 b9 b13" #: lesson-files/include/sc-master:1697 msgid "Mixolydian b2 b5 b6" msgstr "Mixolydien b2 b5 b6" #: lesson-files/include/sc-master:1730 msgid "Ionian #2" msgstr "Ionien #2" #: lesson-files/include/sc-master:1763 msgid "Ultralocrian bb3" msgstr "Ultra-locrien bb3" #: lesson-files/include/sc-master:1800 msgid "Hungarian Major" msgstr "Majeur hongrois" #: lesson-files/include/sc-master:1801 msgid "Hungarian" msgstr "Hongrois" #: lesson-files/include/sc-master:1802 msgid "Lydian Dominant #2" msgstr "Lydien avec dominante #2" #: lesson-files/include/sc-master:1803 msgid "Lydian #2 b7" msgstr "Lydien #2 b7" #: lesson-files/include/sc-master:1804 msgid "Mixolydian #9 #11" msgstr "Mixolydien #9 #11" #: lesson-files/include/sc-master:1805 msgid "Mixolydian #2 #4" msgstr "Mixolydien #9 #11" #: lesson-files/include/sc-master:1838 msgid "Superlocrian bb6 bb7" msgstr "Super-locrien bb6 bb7" #: lesson-files/include/sc-master:1871 msgid "Harmonic Minor b5" msgstr "Mineur harmonique b5" #: lesson-files/include/sc-master:1904 msgid "Superlocrian #6" msgstr "Super-locrien #6" #: lesson-files/include/sc-master:1937 msgid "Jazz Minor #5" msgstr "Mineur jazz #5" #: lesson-files/include/sc-master:1970 msgid "Dorian b9 #11" msgstr "Dorien b9 #11" #: lesson-files/include/sc-master:2003 msgid "Lydian Augmented #3" msgstr "Lydien augmenté #3" #: lesson-files/include/sc-master:2004 msgid "Lydian #3 #5" msgstr "Lydien #3 #5" #: lesson-files/include/sc-master:2041 msgid "Major Pentatonic" msgstr "Pentatonique majeur" #: lesson-files/include/sc-master:2056 msgid "Suspended Pentatonic" msgstr "Pentatonique suspendu" #: lesson-files/include/sc-master:2057 msgid "Yo" msgstr "Pentatonique japonais" #: lesson-files/include/sc-master:2058 msgid "Egyptian" msgstr "Egyptien" #: lesson-files/include/sc-master:2073 msgid "Man Gong" msgstr "Man Gong" #: lesson-files/include/sc-master:2088 msgid "Ritusen" msgstr "Ritusen" #: lesson-files/include/sc-master:2103 msgid "Minor Pentatonic" msgstr "Pentatonique mineur" #: lesson-files/include/sc-master:2124 msgid "Diminished W-H" msgstr "Tierce diminuée" #: lesson-files/include/sc-master:2125 msgid "Wholestep-Halfstep" msgstr "Tierce mineure (ton + demi-ton)" #: lesson-files/include/sc-master:2140 msgid "Octatonic H-W" msgstr "Suite octatonique de tons + demi-tons" #: lesson-files/include/sc-master:2141 msgid "Halfstep-Wholestep" msgstr "Tierce mineure (demi-ton + ton)" #: lesson-files/include/sc-master:2156 msgid "Whole Tone" msgstr "Ton entier" #: lesson-files/include/sc-master:2157 msgid "Exatonic" msgstr "Hexatonique" #: lesson-files/include/sc-master:2158 msgid "Anemitonic" msgstr "Anhémitonique" #: lesson-files/include/sc-master:2175 msgid "Augmented" msgstr "Augmenté" #: lesson-files/include/sc-master:2190 msgid "Augmented Inverse" msgstr "augmenté inverse" #: lesson-files/include/sc-master:2209 msgid "Bebop Major" msgstr "Majeur Bebop" #: lesson-files/include/sc-master:2210 msgid "Bebop Ionian" msgstr "Ionien Bebop" #: lesson-files/include/sc-master:2225 msgid "Bebop Dominant" msgstr "Bebop avec dominante" #: lesson-files/include/sc-master:2226 msgid "Bebop Mixolydian" msgstr "Mixolydien Bebop" #: lesson-files/include/sc-master:2241 msgid "Bebop Dorian" msgstr "Dorien Bebop" #: lesson-files/include/sc-master:2256 msgid "Bebop Minor" msgstr "Mineur Bebop" #: lesson-files/include/sc-master:2257 msgid "Bebop Melodic Minor" msgstr "Mineur mélodique Bebop" #: lesson-files/include/sc-master:2272 msgid "Bebop Locrian" msgstr "Locrien Bebop" #: lesson-files/include/sc-master:2273 msgid "Bebop Halfdiminished" msgstr "Bebop semi-diminué" #: lesson-files/include/sc-master:2288 msgid "Enigmatic" msgstr "Enigmatique" #: lesson-files/include/sc-master:2289 msgid "Verdi's Enigmatic" msgstr "Enigmatique de Verdi" #: lesson-files/include/sc-master:2306 msgid "Blues" msgstr "Blues" #: learningtrees/csound-tree.txt:5 msgid "Experimental CSound exercises" msgstr "Exercices expérimentaux de CSound" #: learningtrees/csound-tree.txt:9 learningtrees/learningtree.txt:48 msgid "_Melodic intervals" msgstr "Intervalles _mélodiques" #: learningtrees/csound-tree.txt:133 learningtrees/learningtree.txt:66 msgid "_Harmonic intervals" msgstr "Intervalles _harmoniques" #: learningtrees/learningtree.txt:5 msgid "Default learning tree" msgstr "Arbre d'apprentissage par défaut" #: learningtrees/learningtree.txt:12 msgid "Ascending _melodic intervals" msgstr "Intervalles mélodiques _ascendants" #: learningtrees/learningtree.txt:30 msgid "_Descending melodic intervals" msgstr "Intervalles mélodiques _descendants" #: learningtrees/learningtree.txt:84 msgid "_Sing intervals" msgstr "_Chanter des intervalles" #: learningtrees/learningtree.txt:101 msgid "C_ompare harmonic intervals" msgstr "C_omparer des intervalles harmoniques" #: learningtrees/learningtree.txt:119 msgid "_Chords" msgstr "_Accords" #: learningtrees/learningtree.txt:122 msgid "_Chords in root position" msgstr "Accords _sans renversement" #: learningtrees/learningtree.txt:136 msgid "In_versions of chords" msgstr "_Renversements d'accords" #: learningtrees/learningtree.txt:146 msgid "S_ing chord" msgstr "Chanter _un accord" #: learningtrees/learningtree.txt:157 msgid "Sing chord _tone" msgstr "Chanter la _note d'un accord" #: learningtrees/learningtree.txt:167 msgid "_Scales" msgstr "_Échelles" #: learningtrees/learningtree.txt:251 msgid "Neapolitan Minor scale and its modes" msgstr "Échelle mineure napolitaine, et ses modes" #: learningtrees/learningtree.txt:296 msgid "Symmetric Scales" msgstr "Échelles symétriques" #: learningtrees/learningtree.txt:305 msgid "Scales Collections" msgstr "Liste de gammes" #: learningtrees/learningtree.txt:324 learningtrees/learningtree.txt:327 msgid "_Rhythm" msgstr "_Rythme" #: learningtrees/learningtree.txt:335 msgid "Tap generated rhythm" msgstr "Frapper le rythme généré" #: learningtrees/learningtree.txt:343 msgid "_Misc" msgstr "_Divers" #: learningtrees/learningtree.txt:346 msgid "I_ntonation (require CSound)" msgstr "_Justesse (nécessite CSound)" #: learningtrees/learningtree.txt:357 msgid "_Dictation" msgstr "_Dictée de notes" #: learningtrees/learningtree.txt:379 msgid "Misc _exercises" msgstr "_Exercices divers" #: learningtrees/learningtree.txt:385 msgid "Configure yourself" msgstr "Configurer vous-même" #: learningtrees/learningtree.txt:398 learningtrees/mma:9 learningtrees/mma:12 msgid "Harmonic progressions" msgstr "_Progression harmonique" #: learningtrees/learningtree.txt:405 msgid "Hear tones" msgstr "Entendre la note" #: learningtrees/learningtree.txt:418 msgid "_Cadences" msgstr "_Cadences " #: learningtrees/learningtree.txt:427 msgid "Name intervals" msgstr "Nommer des intervalles" #: learningtrees/learningtree.txt:441 msgid "Name Scales" msgstr "Nommer des gammes" #: learningtrees/learningtree.txt:456 msgid "Solfa syllables" msgstr "Syllabes solfégiques" #: learningtrees/mma:5 msgid "Experimental MMA exercises" msgstr "Exercices expérimentaux de MMA" #~ msgid "Musical MIDI Accompaniment:" #~ msgstr "Accompagnement musical MIDI :" #~ msgid "User Interface" #~ msgstr "Interface utilisateur" #~ msgid "Use _web browser for online help" #~ msgstr "Trouver de l'aide avec le le navigateur _web" #~ msgid "_Instrument:" #~ msgstr "_Instrument:" #~ msgid "_Velocity:" #~ msgstr "_Volume" #~ msgid "Velocity:" #~ msgstr "Volume:" #~ msgid "solfa 1" #~ msgstr "solmisation 1" #~ msgid "Find the solfa name" #~ msgstr "Trouver le nom de la note (solmisation)" #~ msgid "Do" #~ msgstr "Do" #~ msgid "Major second up" #~ msgstr "Seconde majeure ascendante" #, fuzzy #~ msgid "Minor &sdfasdf; and major chords" #~ msgstr "Accords mineurs et majeurs" #~ msgid "Midi" #~ msgstr "Midi" #~ msgid "_Default bpm:" #~ msgstr "_Vitesse par défaut (/min):" #~ msgid "A_rpeggio bpm:" #~ msgstr "Vitesse pour _Arpèges (/min):" #~ msgid "Highest note user can sing:" #~ msgstr "Note la plus aigüe chantée par l'utilisateur:" #~ msgid "Lowest note user can sing:" #~ msgstr "Note la plus grave chantée par l'utilisateur:" #~ msgid "Misc" #~ msgstr "Divers" #~ msgid "_Mail program:" #~ msgstr "Logiciel de _Messagerie :" #~ msgid "Gui" #~ msgstr "Interface graphique" #~ msgid "WAV file player" #~ msgstr "lecteur de fichiers WAV :" #~ msgid "MIDI file player" #~ msgstr "lecteur de fichiers MIDI :" #~ msgid "MP3 file player" #~ msgstr "lecteur de fichiers MP3 :" #~ msgid "OGG file player" #~ msgstr "lecteur de fichiers OGG :" #~ msgid "Midi setup" #~ msgstr "Paramètres Midi" #~ msgid "_My sound card is Sound Blaster AWE32, AWE64 or pnp32" #~ msgstr "_Ma carte son est une Sound Blaster AWE32, AWE64 ou pnp32" #~ msgid "_Apply changes and play test sound" #~ msgstr "_Appliquer les changements et essayer le son" #~ msgid "Middle instrument" #~ msgstr "Instrument du milieu" #~ msgid "(toolbar icons)" #~ msgstr "(Icones de la barre d'outils)" #, fuzzy #~ msgid "interval|flat" #~ msgstr "Unisson" #, fuzzy #~ msgid "interval|in tune" #~ msgstr "Unisson" #, fuzzy #~ msgid "interval|sharp" #~ msgstr "Sec min" #~ msgid "Error loading python module:" #~ msgstr "Erreur de chargement du module python:" #~ msgid "%(one)s, %(two)s and %(three)s" #~ msgstr "%(one)s, %(two)s et %(three)s" #~ msgid "%(one)s and %(two)s" #~ msgstr "%(one)s et %(two)s" #~ msgid "Midi stuff" #~ msgstr "Paramètres Midi" #~ msgid "unison" #~ msgstr "unisson" #~ msgid "Add sharp" #~ msgstr "Ajouter un dièse" #~ msgid "Add double-sharp" #~ msgstr "Ajouter un double dièse" #~ msgid "Add flat" #~ msgstr "Ajouter un Bémol" #~ msgid "Add double-flat" #~ msgstr "Ajouter un double bémol" #~ msgid "" #~ "Failed to parse the music for question number %(idx)i in '%(lf)s':\n" #~ "%(ex)s" #~ msgstr "" #~ "Impossible de lire la musique de la question n° %(idx)i / '%(lf)s':\n" #~ "%(ex)s" #~ msgid "Is the song played major or minor" #~ msgstr "La chanson jouée est-elle majeure ou mineure" #~ msgid "Harmonic minor" #~ msgstr "Mineur harmonique" #~ msgid "Melodic minor" #~ msgstr "Mineur mélodique" #~ msgid "scale|Mixolydian bebop" #~ msgstr "Mode Mixolydien" #~ msgid "scale|Dorian bebop" #~ msgstr "Mode Dorien" #~ msgid "scale|Major bebop" #~ msgstr "Mode Majeur" #, fuzzy #~ msgid "Save File As" #~ msgstr "Enregistrer sous" #, fuzzy #~ msgid "_Misc exercises" #~ msgstr "Exercices _Divers" #~ msgid "_Theory" #~ msgstr "_Théorie" #, fuzzy #~ msgid "Id tone 10" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 11" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 12" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 3" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 4" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 5" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 6" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 7" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 8" #~ msgstr "trnote" #, fuzzy #~ msgid "Id tone 9" #~ msgstr "trnote" #~ msgid "_Practise" #~ msgstr "_Exercices" #~ msgid "Melodic up" #~ msgstr "Mélodique asc." #~ msgid "fourth" #~ msgstr "quarte" #~ msgid "Save" #~ msgstr "Enregistrer" #~ msgid "Lesson file content '%s' is not supported yet. Cannot edit this file." #~ msgstr "Le contenu '%s' du fichier de leçon n'est pas encore supporté. Impossible d'éditer ce fichier." #~ msgid "Sc_ales" #~ msgstr "_Gammes et modes" #~ msgid "Melodic down" #~ msgstr "Mélodique desc." #~ msgid "Melodic up/down" #~ msgstr "Mélodique asc./desc." #~ msgid "Delete topic" #~ msgstr "Effacer le thème" #~ msgid "_Topics:" #~ msgstr "_Thèmes :" #~ msgid "Delete lesson" #~ msgstr "Effacer une leçon" #~ msgid "_Lessons in the topic '%s':" #~ msgstr "_Leçons dans le thème '%s' :" #~ msgid "No lessons in the topic '%s'." #~ msgstr "Aucune leçon dans le thème '%s'." #~ msgid "Delete topic '%s'?" #~ msgstr "Effacer le thème '%s' ?" #~ msgid "Written by" #~ msgstr "Programmation" #~ msgid "Documented by" #~ msgstr "Documentation" #~ msgid "Translated by" #~ msgstr "Traduction" #~ msgid "C_redits" #~ msgstr "_Crédits" #~ msgid "Only one chance to get the answer right" #~ msgstr "Pas de seconde chance pour trouver la bonne réponse" #~ msgid "_View" #~ msgstr "_Afficher" #~ msgid "_Copyright notice" #~ msgstr "Informations sur le _Copyright" #~ msgid "Help viewer zoom in" #~ msgstr "Afficheur d'Aide : zoomer" #~ msgid "Help viewer zoom out" #~ msgstr "Afficheur d'Aide : dézoomer" #~ msgid "Help viewer zoom reset" #~ msgstr "Afficheur d'Aide : annuler le zoom" #~ msgid "GPL'ed ear training." #~ msgstr "Entraîneur d'oreille GPL" #~ msgid "" #~ "This exercise doesn't work without GNOME.\n" #~ "It can pretty easy be converted to use Pixmap instead\n" #~ "of GnomeCanvas, but I (tca) don't have time to do this\n" #~ "right now. But I can answer questions if needed." #~ msgstr "" #~ "Cet exercice ne marche pas sans GNOME.\n" #~ "Il est assez facile de le convertir pour qu'il utilise Pixmap\n" #~ "au lieu de GnomeCanvas, mais je (tca) n'ai pas le temps de le faire\n" #~ "maintenant. Mais je peux répondre aux questions si nécessaire." #~ msgid "_All help files" #~ msgstr "Tous les fichiers d'_aide" #~ msgid "minor/major in close and open position" #~ msgstr "mineur/majeur en position ouverte ou fermée" #~ msgid "" #~ "Because not all documents has been\n" #~ "translated\n" #~ "to LANGUAGE yet, the links go to the english version for those\n" #~ "untranslated sections." #~ msgstr "" #~ "Comme tous les documents n'ont pas été\n" #~ "traduits\n" #~ "en français, les liens renvoient vers les pages anglaises\n" #~ "des sections non traduites." #~ msgid "GNU Solfege" #~ msgstr "GNU Solfège" #~ msgid "Table of contents" #~ msgstr "Table des matières" #~ msgid "Exercises" #~ msgstr "Exercices" #~ msgid "Extending and translating Solfege" #~ msgstr "Etendre et traduire Solfege" #, fuzzy #~ msgid "Thirds All" #~ msgstr "Tierces" #~ msgid "Testing" #~ msgstr "En cours de test" #~ msgid "_Change midi instrument for this exercise" #~ msgstr "_Changer d'instrument midi pour cet exercice" #~ msgid "Error found in %s:\n" #~ msgstr "Erreur trouvée dans %s:\n" #~ msgid "Lesson file" #~ msgstr "Fichier de leçon" #~ msgid "Change lesson file ..." #~ msgstr "Changer de fichier leçon" #~ msgid "Details" #~ msgstr "Détails" #~ msgid "Lesson collection:" #~ msgstr "Liste des leçons" #~ msgid "Description" #~ msgstr "Description" #~ msgid "Start test" #~ msgstr "Commencer le test" #~ msgid "Quit test? Your results so far will be stored." #~ msgstr "Quitter le test ? Vos résultats déja obtenus seront conservés." #~ msgid "You get only one try per question" #~ msgstr "Vous n'avez qu'un essai par question" #~ msgid "Practise selected intervals" #~ msgstr "Pratiquer les intervalles sélectionnés" #~ msgid "Interval" #~ msgstr "Intervalle" #~ msgid "Number asked" #~ msgstr "Nombre de questions posées" #~ msgid "Percentage correct" #~ msgstr "Pourcentage de bonnes réponses" #, fuzzy #~ msgid "Identify interval" #~ msgstr "Identifier la note" #, fuzzy #~ msgid "Seconds to decims" #~ msgstr "Gammes et modes en _tierces" #~ msgid "Dictation" #~ msgstr "Dictée" #~ msgid "Test statistics" #~ msgstr "Statistiques du test" #~ msgid "_Chord voicing" #~ msgstr "Accords _Complexes" #~ msgid "Main toolbar" #~ msgstr "Barre de menu principale" #~ msgid "Show" #~ msgstr "Montrer" #~ msgid "Text" #~ msgstr "Texte" #~ msgid "Both" #~ msgstr "Texte et icônes" #~ msgid "Show navigation buttons" #~ msgstr "Affiche les boutons de navigation" #~ msgid "_Harmonic interval" #~ msgstr "Intervalles _harmoniques" #~ msgid "Try to keep question with range from" #~ msgstr "Essayer de garder la question entre les notes de" #~ msgid "to" #~ msgstr "à" #~ msgid "_Test statistics" #~ msgstr "_Statistiques du test" #~ msgid "Harmonic interval test results" #~ msgstr "Résultat du test intervalles harmoniques" #~ msgid "Harmonic _progression dictation" #~ msgstr "_Dictée d'accords" #~ msgid "Id_entify by name" #~ msgstr "_Reconnaître" #~ msgid "_Bpm" #~ msgstr "_Tempo" #~ msgid "Id_entify tone" #~ msgstr "T_rouver la note" #~ msgid "_Welcome" #~ msgstr "_Bienvenue" #~ msgid "_Navigation buttons" #~ msgstr "Barre de _navigation" #~ msgid "_Toolbar" #~ msgstr "_Barre d'outils" #~ msgid "Melodic interval test results" #~ msgstr "Résultat du test intervalles mélodiques" #~ msgid "_Sing answer" #~ msgstr "_Chanter la réponse" #~ msgid "_Sing interval" #~ msgstr "_Chanter l'intervalle" #~ msgid "Sing _twelvetone" #~ msgstr "Chanter dou_ze notes" #~ msgid "Practise harmonic intervals from second to decim" #~ msgstr "Pratiquer les intervalles harmoniques de la 2de à la 10ème" #~ msgid "Rh_ythm" #~ msgstr "_Rythme" #~ msgid "Navigation toolbar" #~ msgstr "Barre de navigation" #~ msgid "Sound _test. Hit 'Apply' before testing." #~ msgstr "_Test du son. Presser 'Appliquer' avant de tester." #~ msgid "_Test sound" #~ msgstr "_Essayer le son" #~ msgid "All files" #~ msgstr "Tous les fichiers" #~ msgid "_Preferences" #~ msgstr "_Préférences" #, fuzzy #~ msgid "Solfege has two ways to play midi files. It is recommended to use Windows multimedia output. An external midiplayer can be useful if your soundcard lack a hardware synth, and you have to use a program like timidity to play the music." #~ msgstr "\"Solfege\" peut produire des sons de deux façons différentes. Il peut soit utiliser directement /dev/music, soit passer par un programme midi extérieur. La deuxième méthode est préférable car elle permet des possibilités qui seront utilisées dans des versions ultérieures du programme." #, fuzzy #~ msgid "Harmonic interval test statistics" #~ msgstr "Intervalles harmoniques" #, fuzzy #~ msgid "Select questions to ask" #~ msgstr "Répéter la question" #, fuzzy #~ msgid "Add sharps to tones" #~ msgstr "Selectionner l'outil pour ajouter des dièses à la note" #, fuzzy #~ msgid "Add double-sharps to tones" #~ msgstr "Ajouter un double dièse" #, fuzzy #~ msgid "Remove any accidental from tones" #~ msgstr "Choisir cet outil pour supprimer toutes les altérations des notes" #, fuzzy #~ msgid "Add flats to tones" #~ msgstr "Choisir cet outil pour ajouter des bémols aux notes" #, fuzzy #~ msgid "Add double-flats to tones" #~ msgstr "Ajouter un double bémol" #~ msgid "Click to stack in the correct order" #~ msgstr "Cliquer pour empiler dans le bon ordre" #~ msgid "Select tool to add noteheads" #~ msgstr "Choisir cet outil pour ajouter des notes" #~ msgid "Select tool to add double-sharps to tones" #~ msgstr "Choisir cet outil pour ajouter des doubles dièses aux notes" #~ msgid "Select tool to add double-flats to tones" #~ msgstr "Choisir cet outil pour ajouter des doubles bémols aux notes" #~ msgid "Select tool to erase tones" #~ msgstr "Sélectionner l'outil pour effacer les notes" #~ msgid "_Preferences window" #~ msgstr "Préférences" #~ msgid "_Junk" #~ msgstr "En _travaux" #~ msgid "_Scale names" #~ msgstr "_Gammes et modes" #~ msgid "_Polyrhythm" #~ msgstr "_Polyrythme" #~ msgid "Go" #~ msgstr "C'est parti" #~ msgid "Stop" #~ msgstr "Stop" #, fuzzy #~ msgid "_Quit" #~ msgstr "Quitter" #, fuzzy #~ msgid "_Go forward" #~ msgstr "Suite" #, fuzzy #~ msgid "_Web browser:" #~ msgstr "Navigateur web:" #, fuzzy #~ msgid "Hear _answer" #~ msgstr "Deviner la réponse" #, fuzzy #~ msgid "_Slow bpm:" #~ msgstr "Vitesse lente (bpm):" #~ msgid "Solfege has two ways to play music. It can use /dev/music or an external midi player program. The preferred way is to use /dev/music since this offers features that will be utilized more in later versions of this program." #~ msgstr "\"Solfege\" peut produire des sons de deux façons différentes. Il peut soit utiliser directement /dev/music, soit passer par un programme midi extérieur. La deuxième méthode est préférable car elle permet des possibilités qui seront utilisées dans des versions ultérieures du programme." #~ msgid "_Identify scale" #~ msgstr "_Trouver la gamme" #~ msgid "Identify by _name" #~ msgstr "Trouver le _nom" #, fuzzy #~ msgid "_New scale" #~ msgstr "Nouvelle gamme" #, fuzzy #~ msgid "Ask for these scales" #~ msgstr "Demander ces intervalles" #~ msgid "Override global settings" #~ msgstr "Supplanter les paramètres globaux" #~ msgid "Slow bpm:" #~ msgstr "Vitesse lente (bpm):" #~ msgid "Click 'New scale' to begin." #~ msgstr "Cliquer 'Nouvelle gamme' pour commencer." #~ msgid "No sound" #~ msgstr "Pas de son" #~ msgid "Use external midiplayer" #~ msgstr "Utiliser le programme midi" #~ msgid "Sound test. Hit 'Apply' before testing." #~ msgstr "Test du son. Presser 'Appliquer' avant de tester." #~ msgid "m7 and M7 in inversions" #~ msgstr "m7 et M7 avec renversements" #~ msgid "Major, minor, dim and aug in root position" #~ msgstr "Majeur, mineur, dim et augm sans renversement" #~ msgid "Major and minor with inversions" #~ msgstr "Majeur et mineur avec renversements" #~ msgid "User resizeable main window" #~ msgstr "Fenêtre principale à taille variable" #~ msgid "Program error" #~ msgstr "Erreur dans le programme" #~ msgid "Hm... *something* is wrong. You should report this to bug-solfege@gnu.org or solfege-devel@lists.sourceforge.net if you think this is a bug in Solfege." #~ msgstr "Hmm... *qquelquechose* ne va pas. Vous devriez rapporter celà à bug-solfege@gnu.orgou à solfege-devel@lists.sourceforge.net si vous pensez que c'est un bug de Solfege." #~ msgid "Authors:" #~ msgstr "Auteurs:" #~ msgid "Repeat chord" #~ msgstr "Rejouer l'accord" #~ msgid "Show development menu" #~ msgstr "Montrer le menu \"Développement\"" #~ msgid "Repeat scale" #~ msgstr "Rejouer la gamme" #, fuzzy #~ msgid "Developer docs" #~ msgstr "_Développement" #~ msgid "Apply" #~ msgstr "Appliquer" #~ msgid "About" #~ msgstr "A propos" #~ msgid "Help" #~ msgstr "Aide" #, fuzzy #~ msgid "http://www.solfege.org" #~ msgstr "Nouvelle version disponible à http://solfege.cx" #~ msgid "Enable" #~ msgstr "Activer" #~ msgid "This exercise don't work without GNOME." #~ msgstr "Cet exercice ne peut se faire sans GNOME." #~ msgid "" #~ "This menu contains\n" #~ "mostly useless stuff" #~ msgstr "" #~ "Ce menu contient\n" #~ "beaucoup d'inutile" #~ msgid "septim" #~ msgstr "septième" #, fuzzy #~ msgid "FIXME for windows. Solfege has two ways to play music. It can use /dev/music or an external midi player program. The preferred way is to use /dev/music since this offers features that will be utilized more in later versions of this program." #~ msgstr "\"Solfege\" peut produire des sons de deux façons différentes. Il peut soit utiliser directement /dev/music, soit passer par un programme midi extérieur. La deuxième méthode est préférable car elle permet des possibilités qui seront utilisées dans des versions ultérieures du programme." #~ msgid "Wrong, but hou have already solved this question" #~ msgstr "Faux, mais tu avais déjà bien répondu" #~ msgid "Start" #~ msgstr "Commencer" #, fuzzy #~ msgid "Compare intervalls" #~ msgstr "Comparer des intervalles" #~ msgid "Use antialiased canvas when possible" #~ msgstr "Utiliser l'anti-aliasing si possible" #~ msgid "Please configure with a wider range of notes" #~ msgstr "Prendre une plage de notes plus étendue, STP" #~ msgid "Lokrisk" #~ msgstr "Locrien" #~ msgid "Preferences" #~ msgstr "Préférences" #~ msgid "Lesson collection" #~ msgstr "Liste des leçons" #~ msgid "Harmonic interval test" #~ msgstr "Test intervalles harmoniques" #~ msgid "Melodic interval test" #~ msgstr "Test intervalles mélodiques" #~ msgid "C_ompare intervals" #~ msgstr "C_omparer des intervalles" #~ msgid "tonic" #~ msgstr "tonique" #~ msgid "idtone" #~ msgstr "trnote" #~ msgid "Identify scale" #~ msgstr "Trouver la gamme" #~ msgid "You have to select some scales to practise." #~ msgstr "Il faut sélectionner quelques gammes pour s'entraîner." #~ msgid "Hide" #~ msgstr "Cacher"