279a07e386
* Updated Esperanto, Portugese and Turkish translations to the users manual * Updated Spannish and Turkish messages * distribute solfege/tests/lesson-files/* * help/C/scales/modes.html are never translated. So we must link to the C-locale file in every translation. * gettext tweaks to make the test suite work both when run as "test.py" and "test.py test_lessonfile". There is still something wrong because we have to disable the test to run debuild * distribute solfege/tests/lib/* and solfege/test/include/* 3.22.1: * Adjust some of the short interval names used when selecting intervals to practise: u->P1 4->P4, 5->P5, tt->TT, p11->P11, p12->P12, tt8->d12. Added long name for intervals from Eleventh to Double Octave. * Fix the bug where we could not select the Default profile * Updated Esperanto, Spannish, Polish, Turkish, Vietnamese, Norwegian bokmål, Brazilian Portugese and Vietnamese translations. 3.22.0: Improvements * interval exercises: added larger intervals, up to double octave * elembuilder: make the answer buttons insensitive when the user is not supposed to click on them. * added the header.statistics_matrices lesson file variable * mpd: try to avoid crashing noteheads when displaying two noteheads at the same step, but with different accidentals. * the statistics page for each exercise now have a button that let us delete the statistics for the exercise. * The --debug option will also show the module name as a tooltip for the link button that starts the exercise. * Make the "Guess answer" button be sensitive only when the user have entered an answer. * Statistics viewer: added a row to the percentages table showing count and percentage correct for all questions asked in the session, day, week and all-time. * The frontpage will show the filename if the app is started with the ``--debug`` command line option. * idtone exercise: show statistics when the user configure the module himself. And remember the config. * We can now place exercise modules written in Python in ~/.solfege/exercises/dirname/modules/ New modules: * added the ``toneincontext`` exercise module * added ``solmisation`` exercise module. Thanks to Jan Baumgart and Folkwang Universitaet der Kuenste Build fixes: * version_info build fix * test.py: move some code so that running a subset of tests also will create and remove tmp directory * make dist: include the files in exercises/regression-lesson-files/share/ * build fix to avoid problem with too long list of files * add INSTALLDIR/exercises/standard/lesson-files to the include() functions search path Bug fixes * elembuilder: fix the backspace accel * fix bug #237 * rhythmtapping and rhythmtapping2: rest handling bugfix * HarmonicProgressionLabel: set_alignment bugfix. * compareintervals: fix "Repeat first" and "Repeat last" sensitivity * SolfegeApp: don't sync the statistics database until the last exercise is shut down. Lesson file writing: * added import and rimport statement * remove all support for file formats that depent on lesson_id. Did not remove the lesson_id variable from lesson files since this would reset the statistics. * dataparser will parse to a parsetree that we interpret. * lesson file modules: tmp hack to let different lesson file modules have different default values to variables. * documentation: the intervals lesson file variable was documented wrongly. * Linux -> GNU/Linux search-and-replace * 140% line-height in the generated user manual * the elembuilder module changed how it stored its statistics. So all elembuilder statistics will be lost. We will save a backup of the statistics database the first time 3.21.2 is run. * gu.FlashBar: display extra strings (set by kwargs) in the same font as the rest of the string. * Put a deprecation notice in the chord modules gui. * small fixes here and there... 3.20.7: * Updates to Persian, Czeck, Danish and Norwegian translation. * Added Kroatian translation 3.20.4: * Fix rest handling in the rhythmtapping and rhythmtapping2 modules * Bug fix to interval tests: select tones that are within the range of the input widgets. (Closes bug #247) * Translation updates * Downloading of ALSA modules will download 1.0.24 instead of 1.0.22 3.20.2: * Add a gtk.ScrolledWindow to the dialog showing file locations to make sure the dialog is smaller than the screen. * minor build fixes * mark a few more strings for translation and grammar fixes (by Ruslan Fedyarov) * Alt-Left will go to the previous menu while navigating exercises. * bug fix: make strings in lesson files that use format strings translatable. * "Accordion (Belgian Do 2)" interval input widget. * Show alsa sequencers that register as alsaseq.SEQ_PORT_TYPE_APPLICATION * Updated translations: French, Spanish, Turkish, Russian, German * interval_in_key_min: lesson_heading spelling fix * make "90%" the the default value if test_requirement is missing. 3.20.1: * automate 0install binary tarball creating and script to update solfege.xml * Bugfix to generate_lessonfiles.py: Believe it or not, but we defined minor second as 16/12 and not 16/15. * Search bar: decode the strings we get from the gtk.Entry into unicode. * Always let the staff lines be as wide as the MusicDisplayer * Add "Lock to key" feature. This is an experimental feature. Actual GUI solution may improve later. * polish folk songs: Fix singlequoted strings that where written as multiline strings. It works, but it does not mean you should do it. Use triple-quoted strings for multiline strings. * simplify and rename to get a more precise name: `mpdutils.int_to_notename` -> `int_to_octave_notename`, `mpdutils.int_to_user_notename` -> `int_to_user_octave_notename` and simplified `mpdutils.notename_to_int` * String fixes: * Python should be capitalized * Fix bad english thanks to Ruslan Fedyarov * Mark one more string for translation * the test target will check for bad spellings for "user manual": "users manual" and "user's manual" * Updated Russian, French, Dutch and Polish translations * configwindow: handle soundcard.alsa_sequencer.get_connection_list() returning an empty list. I think this fixes `bug #234 <http://bugs.solfege.org/234>`_ * set branch to 3.20 in configure.ac * Removing things from the test: target of Makefile.in since tools/make-release.py will do more * docbook xml markup bug fixes to help/fr and help/pl * autogen.sh: remove old gandiserver exception 3.20.0: Improvements and changes: * New exercise modules: rhythmdictation and rhythmdictation2 * New middle layer code in the mpd module. The parser now generates objects from the mpd.elems module. This API is also used by the rhythm editor widget. * Initial ALSA sequencer support. Added a tool (available on the Help menu) that downloads and compiles ALSA drivers. * identifybpm: play rhythms with the normal mpd API instead of gobject.timeout_add * singinterval: select violin or bass clef depending on the pitch of the highest and lowest tone. * the config window is built with a gtk.TreeView instead of a gtk.Notebok, and interval input accels are now configurable * added some missing interval exercise configurations and reorder the sections making them uniform. * Change FlashBar to handle labelobjects * `0install </zeroinstall/solfege.xml>`_ package for Linux * Timidity is the default midi player on linux. Bug fixes: * front page editor: escape titles and file names in saved files, so that ', " and \ are handled correctly. * Fix rnc so that it works with the sharp symbol, and the unicode version of both flat and sharp. * Make sure the optimisation for very large front page files are used. This is required for very large files, like the Bach choral package. * solfege_c_midimodule: don't link libm unless we also link agains librfftw and libffrw * Don't rebuild generated music theory images if skipmanual=yes (bug #222) * midifilesynth: filter out duplicate %s in the midi player args. Duplicate %s would make the music play twice. * Fix the Rhythm music object class so that it uses the percussion instruments selected in the preferences window, as the user manual say it should. * RhythmDictation2Lessonfile: fix it so that it uses the percussion instruments selected in the preferences window. * don't crash on unicode BOM in lesson files. * bug fixes to the instrument selection code in the preferences window. * Use different API querying the screen resolution to avoid segfaul on debian lenny. * Make elembuilder handle questions where the answer is only one element. Fixed by Andre Maute * statistics: handle the deletion of the tests table correctly. * win32: fix importing of old format front page files. * Lots of other small fixes. 3.18.8: * fix bug #209 (http://bugs.solfege.org/209). Thanks to Ralf Hain for reporting this. * Add 3 missing "second to octave" exercises: compare intervals, both melodic and harmonic, and sing-intervals. Small reorder so some sections, so all interval exercises present the lessons in the same order. * sing-intervals: the "Second to octave" exercise had a bug only asking for ascending intervals up to octave, not tenth. * mpd.parser: bugfix to relative mode. The following code would have wrong octaves: \staff \transpose d \relative c''{ c d e e' } * Merge solfege.dev revno 1852: show_exercise_theory fix 3.18.7: 3.18.7 October 29, 2010 * Updated Dutch and Italian translations * idbyname: fix it so that tests work when expert mode is selected. * Upgrade debugtree.txt to the latest file format. * lessonfile.py: set exercise_dir in a portable way. Fixes bug on ms windows. * ExerciseView: Don't use gtk.SizeGroup when we display many exercises since there are performance issues with it. 3.18.6 October 24, 2010 * win32: strftime did not accept unicode strings causing a traceback when the statistics was shown. * validate_stored_statistics: don't try to delete from the 'tests' table, since it should be removed by now. Fixes http://www.solfege.org/SITS-Incoming/NoDescription-YF * Show dialog explaining things if the database is locked. * frontpage: Escape backslash and apostrophe used in titles. * Make elembuilder handle questions where the answer is only one element. Fixed by Andre Maute. 3.18.5 October 18, 2010 * Use different api to get the screen width and height. This to avoid segfault on debian lenny. * Make the install target skip compiling the .py files if nopycompile=YES * Change to use htmldoc for generating the PDF version of the user manual. We still have encoding troubles for some languages, but doing it manually with openoffice is too much work. * Workaround for the bug where 'None' is stored as the key in singinterval exercises. http://bugs.solfege.org/205 * Updates to the russian translation of the user manual 3.18.4 October 12, 2010 * Should work with swig 2.0 now. http://bugs.solfege.org/202 * Fix bug in the preferences window code that let us select accels for the idtone exercises. * Updated Danish, Russian, Vietnamese and Chinese translations 3.18.2 & 3.18.3 October 5, 2010 * Fix import error in the prefernces window. (http://bugs.solfege.org/201) * Updated Italian and Vietnamese translations 3.18.1: * Updated Esperanto, Polish and Italian translation. * Don't import tuner.py when running solfege with the --debug option. * Windows sound driver: Fix winmidi.reset so that it will reset the correct dev num. Thanks to Krzysztof Foltman for telling me how to fix this. This fix let us use external midi synths on MS Windows. * Give the synth a little time to process program changes by calling an extra note_off. The default is 100ms, but this is configurable from the users solfegerc file. Changes in 3.18.0 (compared to the 3.16 release). Included here since 3.18.0 was not that widely announced: * Profile manager * Preferences window: Add gui to delete statistics. * Resize main window when selecting exercises to use the scrollbars less. * The statistics page of exercises will show the 10 latest test results. * Front page editor: option to search for strings in lesson file titles when selecting lesson files. * Export Exercises to Audio Files: add checkbutton that names the generated audio files after the answer of the question. * Add missing "Repeat Arpeggio" button to sing-the-fifth * Updated Esperanto, Brazilian Portugese, Turkish and Persian translation. * Spelling fixes by Ruslan Fedyarov and dougkerns * Works with Swig 2.0 * Bug fix to the statistics table, and documented the statistics tables in the user manual. * Lots of minor bug fixes and improvements to the code. 3.16.3: 3.16.3 * Fix front page editor bug: failed while moving sections * cfg.parse_file_info_dict: strip each line to avoid newline problems on win32 * Revert back to Python 2.5.4 since we want to let CSound use our included python interpreter, and the recommended CSound installer is built for Python 2.5 * French and Polish translation updates. * win32: moved some files around and set the PYTHONHOME environment variable. 3.16.2 * Interval.get_cname should return "Tritone" and not "Diminished Fifth" * Remove some debugging code that accidentally was left in get_percentage_correct(). This broke the "Identify Tone" exercise. 3.16.0: New features: * Added 'atonal' transposition mode. * More harmonic progressions from Ruslan Fedyarov. * Added "Compare melodic intervals" exercise * Statistics are now stored in a sqlite database instead of lots and lots of small files. * New main window where we select exercises without the menu bar. Gui editor that let us edit this. * Support LilyPond 2.12 in addition to 2.10 * Internally we now refer to lesson files by filename and not lesson_id. So lesson_id should not be added to new lesson files. But don't modify old files if you care about loosing your statistics. News: * Require Python 2.5. Module reorg. Enable absolute import in all modules. * User generated lesson files have moved from $HOME/lesson-files to $HOME/.solfege/exercises/user/lesson-files. The user manual has doc explaining this change. * win32: don't show terminal window when running timidity and friends. 3.14.11 February 8, 2010 revno: 1065 * IntervalCheckBox had a bug that caused the Major Decim to be missing. Reported by Andre Maute. * Decim->Tenth replace. How could this ever get in??? * make default.config rcfile version 16 compatible. Thanks to Krause.Chr for fixing this. 3.14.10 December 17, 2009 * Fix bug #149: make keyboard accels work for descending melodic intervals. * Fix win32 upgrades from 3.11.1 and earlier * right-click on piano/guitar/accordion widget got the direction wrong. * rcfile: don't loose xxx_player_options 3.14.9 October 10, 2009 * bugfix: install and uninstall when swig is not installed * don't loose the interval and csound statistics if upgrading from older releases. 3.14.8 September 29, 2009 * Simplified Chinese translations for by Fan Rui and Ji ZhengYu * Mark a few more strings and the music theory pages for translation. * Add harmonics to the csound exercises. Contributed by Tarmo Johannes * Some build fixes: handle missing swig and lilypond better * Translation updates. * Remove more debug print statements that I believe causes "bad filedescriptor" errors 3.14.5 June 29, 2009 * Unicode error during build fixed by using the codecs module to load learning trees. * Updated fr, nl, pt_BR and tr messages. * Updated fr and pt_BR user manual translation. 3.14.4 June 9, 2009 * Fix broken link to the related music theory. It was broken in some exercises. * ConflictResolveDialog: set use_underline to False so that filenames containing a underscore ('_') are displayed correctly. * Update src/runtime.py to check that we have at least Python 2.4 and PyGTK 2.12 * Updated Danish, Polish, Brazilian Portugues and Russion translations. 3.14.3 April 27, 2009 The secret release. Forgot to announce it. * Don't print debug statements, since we get IOErrors because of it when the stdout buffer is full on win32 * bugfix: the small buttons representing parts of the dictation where all playing the whole music. * Updated Russian and Finnish translation. 3.14.2: Changes since 3.14.1: * Fix http://www.solfege.org/SITS-Incoming/NoDescription-HA * It should now be possible to build without a X display. * Updated translations
2446 lines
127 KiB
Text
2446 lines
127 KiB
Text
@comment $NetBSD: PLIST,v 1.12 2019/07/11 04:45:53 schmonz Exp $
|
|
bin/solfege
|
|
man/man1/solfege.1
|
|
share/applications/solfege.desktop
|
|
share/examples/solfege/solfege
|
|
share/pixmaps/solfege.svg
|
|
share/solfege/default.config
|
|
share/solfege/exercises/standard/csound-tree.txt
|
|
share/solfege/exercises/standard/debugtree.txt
|
|
share/solfege/exercises/standard/learningtree.txt
|
|
share/solfege/exercises/standard/lesson-files/altered-1
|
|
share/solfege/exercises/standard/lesson-files/altered-2
|
|
share/solfege/exercises/standard/lesson-files/barnesanger
|
|
share/solfege/exercises/standard/lesson-files/besifring
|
|
share/solfege/exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh
|
|
share/solfege/exercises/standard/lesson-files/bpm
|
|
share/solfege/exercises/standard/lesson-files/cadense-1
|
|
share/solfege/exercises/standard/lesson-files/chord-7-inv
|
|
share/solfege/exercises/standard/lesson-files/chord-7b9-maj79
|
|
share/solfege/exercises/standard/lesson-files/chord-all-root
|
|
share/solfege/exercises/standard/lesson-files/chord-dim-aug
|
|
share/solfege/exercises/standard/lesson-files/chord-dim-aug-min-major
|
|
share/solfege/exercises/standard/lesson-files/chord-m7-7
|
|
share/solfege/exercises/standard/lesson-files/chord-m7-7-inv
|
|
share/solfege/exercises/standard/lesson-files/chord-m7-7-maj7-m7b5-dim7
|
|
share/solfege/exercises/standard/lesson-files/chord-m9-9
|
|
share/solfege/exercises/standard/lesson-files/chord-m9-9-7b9-maj79
|
|
share/solfege/exercises/standard/lesson-files/chord-maj7-m7b5-dim7
|
|
share/solfege/exercises/standard/lesson-files/chord-min-major
|
|
share/solfege/exercises/standard/lesson-files/chord-min-major-7
|
|
share/solfege/exercises/standard/lesson-files/chord-min-major-close-open
|
|
share/solfege/exercises/standard/lesson-files/chord-min-major-inv
|
|
share/solfege/exercises/standard/lesson-files/chord-voicing-test
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-10
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-2
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-2-3
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-2-to-8
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-3
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-4-5
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-4-5-8
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-6
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-6-7
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-7
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-7-9
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-9
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-harmonic-tritonus-7
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-10
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-2
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-2-3
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-2-to-8
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-3
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-4-5
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-4-5-8
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-6
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-6-7
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-7
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-7-9
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-9
|
|
share/solfege/exercises/standard/lesson-files/compare-intervals-melodic-tritonus-7
|
|
share/solfege/exercises/standard/lesson-files/csound-fifth-0.97
|
|
share/solfege/exercises/standard/lesson-files/csound-fifth-0.98
|
|
share/solfege/exercises/standard/lesson-files/csound-fifth-0.99
|
|
share/solfege/exercises/standard/lesson-files/csound-fifth-0.995
|
|
share/solfege/exercises/standard/lesson-files/csound-fifth-0.996
|
|
share/solfege/exercises/standard/lesson-files/csound-fifth-0.997
|
|
share/solfege/exercises/standard/lesson-files/csound-fifth-0.998
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj10-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj2-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj3-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj6-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj7-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-maj9-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min10-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min2-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min3-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min6-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min7-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-min9-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p4-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p5-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-harmonic-p8-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj10-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj2-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj3-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj6-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj7-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-maj9-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min10-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min2-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min3-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min6-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min7-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-min9-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p4-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p5-8cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-10cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-15cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-20cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-30cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-40cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-5cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-6cent
|
|
share/solfege/exercises/standard/lesson-files/csound-intonation-p8-8cent
|
|
share/solfege/exercises/standard/lesson-files/diatonic-1
|
|
share/solfege/exercises/standard/lesson-files/diatonic-2
|
|
share/solfege/exercises/standard/lesson-files/fifth-small-pure-0.99
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-10
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-2
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-2-3
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-2-to-15
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-2-to-8
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-3
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-4-5
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-4-5-8
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-6
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-6-7
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-7
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-7-9
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-9
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-self-config
|
|
share/solfege/exercises/standard/lesson-files/harmonic-intervals-tritonus-7
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-1
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-2
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-3
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-4
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-5
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-6
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-triads
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-triads-difficult
|
|
share/solfege/exercises/standard/lesson-files/hear-tones-triads-easy
|
|
share/solfege/exercises/standard/lesson-files/id-tone
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-10
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-11
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-12
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-3
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-4
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-5
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-6
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-7
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-8
|
|
share/solfege/exercises/standard/lesson-files/id-tone-cde-9
|
|
share/solfege/exercises/standard/lesson-files/include/cadence-major
|
|
share/solfege/exercises/standard/lesson-files/include/cadence-minor
|
|
share/solfege/exercises/standard/lesson-files/include/interval-elements
|
|
share/solfege/exercises/standard/lesson-files/include/jazz-progression-elements
|
|
share/solfege/exercises/standard/lesson-files/include/mma-grooves
|
|
share/solfege/exercises/standard/lesson-files/include/progression-elements
|
|
share/solfege/exercises/standard/lesson-files/include/sc-master
|
|
share/solfege/exercises/standard/lesson-files/include/solfege-voicing.mma
|
|
share/solfege/exercises/standard/lesson-files/interval_in_key_maj
|
|
share/solfege/exercises/standard/lesson-files/interval_in_key_min
|
|
share/solfege/exercises/standard/lesson-files/jsb-inventions
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-10
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-2
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-2-3
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-2-to-15
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-2-to-8
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-3
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-4-5
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-4-5-8
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-6
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-6-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-7-9
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-9
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-10
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-2
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-2-3
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-2-to-15
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-2-to-8
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-3
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-4-5
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-4-5-8
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-6
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-6-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-7-9
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-9
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-down-tritonus-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-self-config
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-tritonus-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-10
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-2
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-2-3
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-2-to-15
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-2-to-8
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-3
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-4-5
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-4-5-8
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-6
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-6-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-7
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-7-9
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-9
|
|
share/solfege/exercises/standard/lesson-files/melodic-intervals-up-tritonus-7
|
|
share/solfege/exercises/standard/lesson-files/mma-1
|
|
share/solfege/exercises/standard/lesson-files/mma-2
|
|
share/solfege/exercises/standard/lesson-files/mma-3
|
|
share/solfege/exercises/standard/lesson-files/mma-4-C
|
|
share/solfege/exercises/standard/lesson-files/mma-4-harmonic-minor
|
|
share/solfege/exercises/standard/lesson-files/mma-4-natural-minor
|
|
share/solfege/exercises/standard/lesson-files/mma-7-C
|
|
share/solfege/exercises/standard/lesson-files/mma-7-harmonic-minor
|
|
share/solfege/exercises/standard/lesson-files/mma-7-natural-minor
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-1
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-2
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-fifths
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-fourths
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-octave
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-seconds
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-sevenths
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-sixths
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-thirds
|
|
share/solfege/exercises/standard/lesson-files/nameinterval-unison
|
|
share/solfege/exercises/standard/lesson-files/polish-folk-songs
|
|
share/solfege/exercises/standard/lesson-files/progression-1
|
|
share/solfege/exercises/standard/lesson-files/progression-2
|
|
share/solfege/exercises/standard/lesson-files/progression-atte
|
|
share/solfege/exercises/standard/lesson-files/progression-x
|
|
share/solfege/exercises/standard/lesson-files/rhythm-all
|
|
share/solfege/exercises/standard/lesson-files/rhythm-easy
|
|
share/solfege/exercises/standard/lesson-files/rhythm-mid
|
|
share/solfege/exercises/standard/lesson-files/rhythm-self-config-binary
|
|
share/solfege/exercises/standard/lesson-files/rhythm-self-config-ternary
|
|
share/solfege/exercises/standard/lesson-files/rhythm-ternary
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-1
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-gen-1
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-gen-2
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-gen-3_4-1
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-gen-3_4-2
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-gen-3_4-3
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-gen-6_8-1
|
|
share/solfege/exercises/standard/lesson-files/rhythmdict-gen-6_8-2
|
|
share/solfege/exercises/standard/lesson-files/rhythmtapping2-self-config-binary
|
|
share/solfege/exercises/standard/lesson-files/rhythmtapping2-self-config-ternary
|
|
share/solfege/exercises/standard/lesson-files/sc-6tones
|
|
share/solfege/exercises/standard/lesson-files/sc-8tones
|
|
share/solfege/exercises/standard/lesson-files/sc-beb
|
|
share/solfege/exercises/standard/lesson-files/sc-beb-a
|
|
share/solfege/exercises/standard/lesson-files/sc-beb-d
|
|
share/solfege/exercises/standard/lesson-files/sc-beb-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-beb-name
|
|
share/solfege/exercises/standard/lesson-files/sc-beb-s
|
|
share/solfege/exercises/standard/lesson-files/sc-church
|
|
share/solfege/exercises/standard/lesson-files/sc-dha
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-a
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-d
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-f
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-g
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-name
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-p
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-s
|
|
share/solfege/exercises/standard/lesson-files/sc-dha-t
|
|
share/solfege/exercises/standard/lesson-files/sc-dom
|
|
share/solfege/exercises/standard/lesson-files/sc-dom-jazz
|
|
share/solfege/exercises/standard/lesson-files/sc-east
|
|
share/solfege/exercises/standard/lesson-files/sc-greek
|
|
share/solfege/exercises/standard/lesson-files/sc-hal
|
|
share/solfege/exercises/standard/lesson-files/sc-hal-jazz
|
|
share/solfege/exercises/standard/lesson-files/sc-ham
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-a
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-d
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-f
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-g
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-name
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-p
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-s
|
|
share/solfege/exercises/standard/lesson-files/sc-ham-t
|
|
share/solfege/exercises/standard/lesson-files/sc-har
|
|
share/solfege/exercises/standard/lesson-files/sc-har-a
|
|
share/solfege/exercises/standard/lesson-files/sc-har-d
|
|
share/solfege/exercises/standard/lesson-files/sc-har-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-har-f
|
|
share/solfege/exercises/standard/lesson-files/sc-har-g
|
|
share/solfege/exercises/standard/lesson-files/sc-har-name
|
|
share/solfege/exercises/standard/lesson-files/sc-har-p
|
|
share/solfege/exercises/standard/lesson-files/sc-har-s
|
|
share/solfege/exercises/standard/lesson-files/sc-har-t
|
|
share/solfege/exercises/standard/lesson-files/sc-hum-g
|
|
share/solfege/exercises/standard/lesson-files/sc-hun
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-a
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-d
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-f
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-g
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-name
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-p
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-s
|
|
share/solfege/exercises/standard/lesson-files/sc-hun-t
|
|
share/solfege/exercises/standard/lesson-files/sc-maj
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-a
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-d
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-f
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-g
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-name
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-p
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-px
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-s
|
|
share/solfege/exercises/standard/lesson-files/sc-maj-t
|
|
share/solfege/exercises/standard/lesson-files/sc-mau
|
|
share/solfege/exercises/standard/lesson-files/sc-mau-jazz
|
|
share/solfege/exercises/standard/lesson-files/sc-mel
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-a
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-d
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-f
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-g
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-name
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-p
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-s
|
|
share/solfege/exercises/standard/lesson-files/sc-mel-t
|
|
share/solfege/exercises/standard/lesson-files/sc-min
|
|
share/solfege/exercises/standard/lesson-files/sc-min-jazz
|
|
share/solfege/exercises/standard/lesson-files/sc-nat-g
|
|
share/solfege/exercises/standard/lesson-files/sc-nea
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-a
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-d
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-f
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-g
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-name
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-p
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-s
|
|
share/solfege/exercises/standard/lesson-files/sc-nea-t
|
|
share/solfege/exercises/standard/lesson-files/sc-nem
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-a
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-d
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-f
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-g
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-name
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-p
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-s
|
|
share/solfege/exercises/standard/lesson-files/sc-nem-t
|
|
share/solfege/exercises/standard/lesson-files/sc-pen
|
|
share/solfege/exercises/standard/lesson-files/sc-pen-a
|
|
share/solfege/exercises/standard/lesson-files/sc-pen-d
|
|
share/solfege/exercises/standard/lesson-files/sc-pen-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-pen-g
|
|
share/solfege/exercises/standard/lesson-files/sc-pen-name
|
|
share/solfege/exercises/standard/lesson-files/sc-pen-s
|
|
share/solfege/exercises/standard/lesson-files/sc-plagal
|
|
share/solfege/exercises/standard/lesson-files/sc-sim
|
|
share/solfege/exercises/standard/lesson-files/sc-sim-a
|
|
share/solfege/exercises/standard/lesson-files/sc-sim-d
|
|
share/solfege/exercises/standard/lesson-files/sc-sim-elem
|
|
share/solfege/exercises/standard/lesson-files/sc-sim-name
|
|
share/solfege/exercises/standard/lesson-files/sc-sim-s
|
|
share/solfege/exercises/standard/lesson-files/share/fanfare.midi
|
|
share/solfege/exercises/standard/lesson-files/share/fanfare.mp3
|
|
share/solfege/exercises/standard/lesson-files/share/fanfare.ogg
|
|
share/solfege/exercises/standard/lesson-files/share/fanfare.wav
|
|
share/solfege/exercises/standard/lesson-files/share/fifth-pure-220.00.wav
|
|
share/solfege/exercises/standard/lesson-files/share/fifth-pure-247.5.wav
|
|
share/solfege/exercises/standard/lesson-files/share/fifth-pure-293.33.wav
|
|
share/solfege/exercises/standard/lesson-files/share/fifth-small-220.00.wav
|
|
share/solfege/exercises/standard/lesson-files/share/fifth-small-247.5.wav
|
|
share/solfege/exercises/standard/lesson-files/share/fifth-small-293.33.wav
|
|
share/solfege/exercises/standard/lesson-files/share/fil1.sco
|
|
share/solfege/exercises/standard/lesson-files/share/sinus-ad.orc
|
|
share/solfege/exercises/standard/lesson-files/share/sinus.orc
|
|
share/solfege/exercises/standard/lesson-files/sing-chord-tone
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-10
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-2
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-2-3
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-2-to-8
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-3
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-4-5
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-4-5-8
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-6
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-6-7
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-7
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-7-9
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-9
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-self-config
|
|
share/solfege/exercises/standard/lesson-files/sing-intervals-tritonus-7
|
|
share/solfege/exercises/standard/lesson-files/sing-the-fifth
|
|
share/solfege/exercises/standard/lesson-files/sing-the-root
|
|
share/solfege/exercises/standard/lesson-files/sing-the-seventh
|
|
share/solfege/exercises/standard/lesson-files/sing-the-seventh-inv
|
|
share/solfege/exercises/standard/lesson-files/sing-the-third
|
|
share/solfege/exercises/standard/lesson-files/singchord-1
|
|
share/solfege/exercises/standard/lesson-files/singchord-2
|
|
share/solfege/exercises/standard/lesson-files/singchord-3
|
|
share/solfege/exercises/standard/lesson-files/singchord-4
|
|
share/solfege/exercises/standard/lesson-files/singchord-5
|
|
share/solfege/exercises/standard/lesson-files/singchord-6
|
|
share/solfege/exercises/standard/lesson-files/singchord-all
|
|
share/solfege/exercises/standard/lesson-files/solfa-17
|
|
share/solfege/exercises/standard/lesson-files/solfa-17-C
|
|
share/solfege/exercises/standard/lesson-files/solfa-7
|
|
share/solfege/exercises/standard/lesson-files/solfa-7-C
|
|
share/solfege/exercises/standard/lesson-files/solmisation
|
|
share/solfege/exercises/standard/lesson-files/tapping-all
|
|
share/solfege/exercises/standard/lesson-files/tapping-easy
|
|
share/solfege/exercises/standard/lesson-files/tapping-mid
|
|
share/solfege/exercises/standard/lesson-files/three-prog-root
|
|
share/solfege/exercises/standard/lesson-files/tone-after-dominant
|
|
share/solfege/exercises/standard/lesson-files/toneincontext
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-major
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-major-cr
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-major-cr-f6
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-major-cr-l6
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-major-f4
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-major-l4
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-minor
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-minor-cr
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-minor-cr-f6
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-minor-cr-l6
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-minor-f4
|
|
share/solfege/exercises/standard/lesson-files/toneincontext-minor-l4
|
|
share/solfege/exercises/standard/lesson-files/tunertest
|
|
share/solfege/exercises/standard/lesson-files/twelvetone
|
|
share/solfege/exercises/standard/lesson-files/volkslieder1
|
|
share/solfege/exercises/standard/lesson-files/volkslieder2
|
|
share/solfege/exercises/standard/lib/jazz_progressions
|
|
share/solfege/exercises/standard/lib/progression_elements
|
|
share/solfege/exercises/standard/regression-lesson-files/chord-no-name
|
|
share/solfege/exercises/standard/regression-lesson-files/chord-wav-music
|
|
share/solfege/exercises/standard/regression-lesson-files/chordvoicing-lessonfile-exception
|
|
share/solfege/exercises/standard/regression-lesson-files/chordvoicing-mpd-exception
|
|
share/solfege/exercises/standard/regression-lesson-files/compareintervals-1
|
|
share/solfege/exercises/standard/regression-lesson-files/compareintervals-2
|
|
share/solfege/exercises/standard/regression-lesson-files/compareintervals-3
|
|
share/solfege/exercises/standard/regression-lesson-files/compareintervals-4
|
|
share/solfege/exercises/standard/regression-lesson-files/dictation-exception-handling
|
|
share/solfege/exercises/standard/regression-lesson-files/dictation-no-questions
|
|
share/solfege/exercises/standard/regression-lesson-files/elembuilder-bad-tonic
|
|
share/solfege/exercises/standard/regression-lesson-files/elembuilder-scale-1
|
|
share/solfege/exercises/standard/regression-lesson-files/elembuilder-scale-2
|
|
share/solfege/exercises/standard/regression-lesson-files/elembuilder-scale-3
|
|
share/solfege/exercises/standard/regression-lesson-files/elembuilder-scale-4
|
|
share/solfege/exercises/standard/regression-lesson-files/elembuilder-scale-5
|
|
share/solfege/exercises/standard/regression-lesson-files/harmonicprogression-lessonfile-exception
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-assignment-to-reserved-word
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-at_question_start-1
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-at_question_start-2
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-at_question_start-3
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-bad-cuemusic
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-mediafiles
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-missing-.wav-file
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-noquestionsinfile
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-syntax-error-1
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-syntax-error-2
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-unsupported-named-block
|
|
share/solfege/exercises/standard/regression-lesson-files/idbyname-vmusic
|
|
share/solfege/exercises/standard/regression-lesson-files/idproperty-1
|
|
share/solfege/exercises/standard/regression-lesson-files/idproperty-2
|
|
share/solfege/exercises/standard/regression-lesson-files/idproperty-3
|
|
share/solfege/exercises/standard/regression-lesson-files/idproperty-4
|
|
share/solfege/exercises/standard/regression-lesson-files/nameinterval-bad-tones-header-var
|
|
share/solfege/exercises/standard/regression-lesson-files/nameinterval-constraints
|
|
share/solfege/exercises/standard/regression-lesson-files/rhythmtapping-1
|
|
share/solfege/exercises/standard/regression-lesson-files/rhythmtapping-2
|
|
share/solfege/exercises/standard/regression-lesson-files/rhythmtapping-3
|
|
share/solfege/exercises/standard/regression-lesson-files/rhythmtapping-4
|
|
share/solfege/exercises/standard/regression-lesson-files/rhythmtapping-bad-mpd-code
|
|
share/solfege/exercises/standard/regression-lesson-files/rhythmtapping2-1
|
|
share/solfege/exercises/standard/regression-lesson-files/rvoice
|
|
share/solfege/exercises/standard/regression-lesson-files/singanswer-bad-mpd-code
|
|
share/solfege/exercises/standard/regression-lesson-files/singanswer-missing-.wav-file
|
|
share/solfege/exercises/standard/regression-lesson-files/singanswer-missing-question_text
|
|
share/solfege/exercises/standard/regression-lesson-files/transpose-accidentals
|
|
share/solfege/exercises/standard/regression-lesson-files/transpose-key
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-chord-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-chordvoicing-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-dictation-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-elembuilder-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-harmonicprogressiondictation-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-idbyname-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-idproperty-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-rhythmtapping-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-singanswer-exceptions
|
|
share/solfege/exercises/standard/regression-lesson-files/xx-singchord-exceptions
|
|
share/solfege/feta/feta20-accidentals--1.xpm
|
|
share/solfege/feta/feta20-accidentals--2.xpm
|
|
share/solfege/feta/feta20-accidentals-0.xpm
|
|
share/solfege/feta/feta20-accidentals-1.xpm
|
|
share/solfege/feta/feta20-accidentals-2.xpm
|
|
share/solfege/feta/feta20-clefs-C.xpm
|
|
share/solfege/feta/feta20-clefs-F.xpm
|
|
share/solfege/feta/feta20-clefs-G.xpm
|
|
share/solfege/feta/feta20-dots-dot.xpm
|
|
share/solfege/feta/feta20-flags-d3.xpm
|
|
share/solfege/feta/feta20-flags-d4.xpm
|
|
share/solfege/feta/feta20-flags-d5.xpm
|
|
share/solfege/feta/feta20-flags-d6.xpm
|
|
share/solfege/feta/feta20-flags-u3.xpm
|
|
share/solfege/feta/feta20-flags-u4.xpm
|
|
share/solfege/feta/feta20-flags-u5.xpm
|
|
share/solfege/feta/feta20-flags-u6.xpm
|
|
share/solfege/feta/feta20-noteheads-0.xpm
|
|
share/solfege/feta/feta20-noteheads-1.xpm
|
|
share/solfege/feta/feta20-noteheads-2.xpm
|
|
share/solfege/feta/feta20-number-0.xpm
|
|
share/solfege/feta/feta20-number-1.xpm
|
|
share/solfege/feta/feta20-number-2.xpm
|
|
share/solfege/feta/feta20-number-3.xpm
|
|
share/solfege/feta/feta20-number-4.xpm
|
|
share/solfege/feta/feta20-number-5.xpm
|
|
share/solfege/feta/feta20-number-6.xpm
|
|
share/solfege/feta/feta20-number-7.xpm
|
|
share/solfege/feta/feta20-number-8.xpm
|
|
share/solfege/feta/feta20-number-9.xpm
|
|
share/solfege/feta/feta20-rests--1.xpm
|
|
share/solfege/feta/feta20-rests--2.xpm
|
|
share/solfege/feta/feta20-rests--4.xpm
|
|
share/solfege/feta/feta20-rests-0.xpm
|
|
share/solfege/feta/feta20-rests-0o.xpm
|
|
share/solfege/feta/feta20-rests-1.xpm
|
|
share/solfege/feta/feta20-rests-1o.xpm
|
|
share/solfege/feta/feta20-rests-2.xpm
|
|
share/solfege/feta/feta20-rests-3.xpm
|
|
share/solfege/feta/feta20-rests-4.xpm
|
|
share/solfege/feta/feta20-rests-5.xpm
|
|
share/solfege/feta/feta20-rests-6.xpm
|
|
share/solfege/feta/feta20-rests-7.xpm
|
|
share/solfege/graphics/add-dot.svg
|
|
share/solfege/graphics/applications-system.svg
|
|
share/solfege/graphics/dot-mode.svg
|
|
share/solfege/graphics/double-flat.svg
|
|
share/solfege/graphics/double-sharp.svg
|
|
share/solfege/graphics/erase.svg
|
|
share/solfege/graphics/flat.svg
|
|
share/solfege/graphics/happyface.png
|
|
share/solfege/graphics/holder.png
|
|
share/solfege/graphics/identify-bpm.png
|
|
share/solfege/graphics/identify-chord.png
|
|
share/solfege/graphics/image-not-found.png
|
|
share/solfege/graphics/natural.svg
|
|
share/solfege/graphics/note-1.svg
|
|
share/solfege/graphics/note-16.svg
|
|
share/solfege/graphics/note-2.svg
|
|
share/solfege/graphics/note-32.svg
|
|
share/solfege/graphics/note-4.svg
|
|
share/solfege/graphics/note-8.svg
|
|
share/solfege/graphics/notehead.svg
|
|
share/solfege/graphics/remove-dot.svg
|
|
share/solfege/graphics/rest-1.svg
|
|
share/solfege/graphics/rest-16.svg
|
|
share/solfege/graphics/rest-2.svg
|
|
share/solfege/graphics/rest-32.svg
|
|
share/solfege/graphics/rest-4.svg
|
|
share/solfege/graphics/rest-8.svg
|
|
share/solfege/graphics/rhythm-c12c12c12.png
|
|
share/solfege/graphics/rhythm-c12c12r12.png
|
|
share/solfege/graphics/rhythm-c12r12c12.png
|
|
share/solfege/graphics/rhythm-c16c16c16c16.png
|
|
share/solfege/graphics/rhythm-c16c16c16c16c16c16.png
|
|
share/solfege/graphics/rhythm-c16c16c16c16c8.png
|
|
share/solfege/graphics/rhythm-c16c16c4.png
|
|
share/solfege/graphics/rhythm-c16c16c8.png
|
|
share/solfege/graphics/rhythm-c16c16c8c16c16.png
|
|
share/solfege/graphics/rhythm-c16c16c8c8.png
|
|
share/solfege/graphics/rhythm-c16c8..png
|
|
share/solfege/graphics/rhythm-c16c8c16.png
|
|
share/solfege/graphics/rhythm-c4..png
|
|
share/solfege/graphics/rhythm-c4.png
|
|
share/solfege/graphics/rhythm-c4c16c16.png
|
|
share/solfege/graphics/rhythm-c4c8.png
|
|
share/solfege/graphics/rhythm-c8.c16.png
|
|
share/solfege/graphics/rhythm-c8c16c16.png
|
|
share/solfege/graphics/rhythm-c8c16c16c16c16.png
|
|
share/solfege/graphics/rhythm-c8c16c16c8.png
|
|
share/solfege/graphics/rhythm-c8c4.png
|
|
share/solfege/graphics/rhythm-c8c8.png
|
|
share/solfege/graphics/rhythm-c8c8c16c16.png
|
|
share/solfege/graphics/rhythm-c8c8c8.png
|
|
share/solfege/graphics/rhythm-r12c12c12.png
|
|
share/solfege/graphics/rhythm-r12c12r12.png
|
|
share/solfege/graphics/rhythm-r12r12c12.png
|
|
share/solfege/graphics/rhythm-r16c16c16c16.png
|
|
share/solfege/graphics/rhythm-r16c16c8.png
|
|
share/solfege/graphics/rhythm-r16c8..png
|
|
share/solfege/graphics/rhythm-r16c8c16.png
|
|
share/solfege/graphics/rhythm-r4.png
|
|
share/solfege/graphics/rhythm-r8c16c16.png
|
|
share/solfege/graphics/rhythm-r8c8.png
|
|
share/solfege/graphics/rhythm-r8r16c16.png
|
|
share/solfege/graphics/rhythm-wrong.png
|
|
share/solfege/graphics/sadface.png
|
|
share/solfege/graphics/sharp.svg
|
|
share/solfege/graphics/solfege.svg
|
|
share/solfege/graphics/solfege.xpm
|
|
share/solfege/graphics/test-sound.png
|
|
share/solfege/graphics/tie.svg
|
|
share/solfege/help-menu.xml
|
|
share/solfege/help/C/about-statistics.html
|
|
share/solfege/help/C/bug-reporting.html
|
|
share/solfege/help/C/chordvoicing-module.html
|
|
share/solfege/help/C/compareintervals-module.html
|
|
share/solfege/help/C/dictation-module.html
|
|
share/solfege/help/C/dictation.html
|
|
share/solfege/help/C/ear-training-test-printout-editor.html
|
|
share/solfege/help/C/elembuilder-module.html
|
|
share/solfege/help/C/elembuilder.html
|
|
share/solfege/help/C/extending-solfege.html
|
|
share/solfege/help/C/figures/chord.png
|
|
share/solfege/help/C/figures/chordname-example.png
|
|
share/solfege/help/C/figures/dictation.png
|
|
share/solfege/help/C/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/C/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/C/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/C/figures/id-interval-piano.png
|
|
share/solfege/help/C/figures/idbyname-chords.png
|
|
share/solfege/help/C/figures/idbyname-intonation.png
|
|
share/solfege/help/C/figures/identifybpm.png
|
|
share/solfege/help/C/figures/idtone.png
|
|
share/solfege/help/C/figures/melodicinterval-buttons.png
|
|
share/solfege/help/C/figures/nameinterval.png
|
|
share/solfege/help/C/figures/preferences-external-programs.png
|
|
share/solfege/help/C/figures/preferences-gui-idtone.png
|
|
share/solfege/help/C/figures/preferences-gui-interval.png
|
|
share/solfege/help/C/figures/preferences-gui.png
|
|
share/solfege/help/C/figures/preferences-midi.png
|
|
share/solfege/help/C/figures/preferences-practise.png
|
|
share/solfege/help/C/figures/preferences-sound-setup-win32.png
|
|
share/solfege/help/C/figures/preferences-sound-setup.png
|
|
share/solfege/help/C/figures/preferences-statistics.png
|
|
share/solfege/help/C/figures/preferences-user.png
|
|
share/solfege/help/C/figures/profile-manager.png
|
|
share/solfege/help/C/figures/progressionlabel-example-1.png
|
|
share/solfege/help/C/figures/rhythm.png
|
|
share/solfege/help/C/figures/rhythmtapping2.png
|
|
share/solfege/help/C/figures/rnc-example.png
|
|
share/solfege/help/C/figures/singchord.png
|
|
share/solfege/help/C/figures/singinterval.png
|
|
share/solfege/help/C/figures/statistics.png
|
|
share/solfege/help/C/figures/toneinkey.png
|
|
share/solfege/help/C/figures/trainingset-editor.png
|
|
share/solfege/help/C/figures/twelvetone.png
|
|
share/solfege/help/C/gpl.html
|
|
share/solfege/help/C/harmonicinterval-module.html
|
|
share/solfege/help/C/harmonicinterval.html
|
|
share/solfege/help/C/idbyname-cadences.html
|
|
share/solfege/help/C/idbyname-chords.html
|
|
share/solfege/help/C/idbyname-intonation.html
|
|
share/solfege/help/C/idbyname-module.html
|
|
share/solfege/help/C/idbyname.html
|
|
share/solfege/help/C/identifybpm-module.html
|
|
share/solfege/help/C/identifybpm.html
|
|
share/solfege/help/C/idproperty-module.html
|
|
share/solfege/help/C/idproperty.html
|
|
share/solfege/help/C/idtone-module.html
|
|
share/solfege/help/C/idtone.html
|
|
share/solfege/help/C/index.html
|
|
share/solfege/help/C/inverting-intervals.html
|
|
share/solfege/help/C/lesson-file-locations-details.html
|
|
share/solfege/help/C/lesson-files.html
|
|
share/solfege/help/C/ly/inverting-intervals.png
|
|
share/solfege/help/C/ly/theory-intervals-1.png
|
|
share/solfege/help/C/ly/theory-intervals-fifths-1.png
|
|
share/solfege/help/C/ly/theory-intervals-fifths-2.png
|
|
share/solfege/help/C/ly/theory-intervals-fifths.png
|
|
share/solfege/help/C/ly/theory-intervals-fourths.png
|
|
share/solfege/help/C/ly/theory-intervals-seconds-1.png
|
|
share/solfege/help/C/ly/theory-intervals-seconds-2.png
|
|
share/solfege/help/C/ly/theory-intervals-seconds-3.png
|
|
share/solfege/help/C/ly/theory-intervals-seconds.png
|
|
share/solfege/help/C/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/C/ly/theory-intervals-sixths.png
|
|
share/solfege/help/C/ly/theory-intervals-thirds.png
|
|
share/solfege/help/C/melodicinterval-module.html
|
|
share/solfege/help/C/melodicinterval.html
|
|
share/solfege/help/C/midi-instrument-names.html
|
|
share/solfege/help/C/mpd-module.html
|
|
share/solfege/help/C/music-theory.html
|
|
share/solfege/help/C/nameinterval-module.html
|
|
share/solfege/help/C/nameinterval.html
|
|
share/solfege/help/C/online-resources.html
|
|
share/solfege/help/C/preferences-window.html
|
|
share/solfege/help/C/profile-manager.html
|
|
share/solfege/help/C/rhythm-module.html
|
|
share/solfege/help/C/rhythm.html
|
|
share/solfege/help/C/rhythmdictation-module.html
|
|
share/solfege/help/C/rhythmdictation2-module.html
|
|
share/solfege/help/C/rhythmtapping-module.html
|
|
share/solfege/help/C/rhythmtapping2-module.html
|
|
share/solfege/help/C/rhythmtapping2.html
|
|
share/solfege/help/C/scales.html
|
|
share/solfege/help/C/scales/aug.html
|
|
share/solfege/help/C/scales/beb.html
|
|
share/solfege/help/C/scales/blu.html
|
|
share/solfege/help/C/scales/dha.html
|
|
share/solfege/help/C/scales/dim.html
|
|
share/solfege/help/C/scales/ham.html
|
|
share/solfege/help/C/scales/har.html
|
|
share/solfege/help/C/scales/hun.html
|
|
share/solfege/help/C/scales/images/modes/chords/dha1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/dha2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/dha4c.png
|
|
share/solfege/help/C/scales/images/modes/chords/dha5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/dha6c.png
|
|
share/solfege/help/C/scales/images/modes/chords/dim2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/ham1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/ham2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/ham3c2.png
|
|
share/solfege/help/C/scales/images/modes/chords/ham4c.png
|
|
share/solfege/help/C/scales/images/modes/chords/ham5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/ham6c.png
|
|
share/solfege/help/C/scales/images/modes/chords/ham7c.png
|
|
share/solfege/help/C/scales/images/modes/chords/har1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/har2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/har3c.png
|
|
share/solfege/help/C/scales/images/modes/chords/har4c.png
|
|
share/solfege/help/C/scales/images/modes/chords/har5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/har6c.png
|
|
share/solfege/help/C/scales/images/modes/chords/har7c.png
|
|
share/solfege/help/C/scales/images/modes/chords/hun1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/hun3c.png
|
|
share/solfege/help/C/scales/images/modes/chords/hun5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/hun6c.png
|
|
share/solfege/help/C/scales/images/modes/chords/maj1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/maj2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/maj3c.png
|
|
share/solfege/help/C/scales/images/modes/chords/maj4c.png
|
|
share/solfege/help/C/scales/images/modes/chords/maj5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/maj6c.png
|
|
share/solfege/help/C/scales/images/modes/chords/maj7c.png
|
|
share/solfege/help/C/scales/images/modes/chords/mel1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/mel2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/mel3c.png
|
|
share/solfege/help/C/scales/images/modes/chords/mel4c.png
|
|
share/solfege/help/C/scales/images/modes/chords/mel5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/mel6c.png
|
|
share/solfege/help/C/scales/images/modes/chords/mel7c2.png
|
|
share/solfege/help/C/scales/images/modes/chords/nea1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nea2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nea3c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nea4c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nea5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nea6c2.png
|
|
share/solfege/help/C/scales/images/modes/chords/nea7c2.png
|
|
share/solfege/help/C/scales/images/modes/chords/nem1c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nem2c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nem3c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nem4c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nem5c.png
|
|
share/solfege/help/C/scales/images/modes/chords/nem6c.png
|
|
share/solfege/help/C/scales/images/modes/chords/who1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug1d.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug1db.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug1eb.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug2cd.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug2d.png
|
|
share/solfege/help/C/scales/images/modes/scales/aug2dd.png
|
|
share/solfege/help/C/scales/images/modes/scales/beb1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/beb2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/beb3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/beb4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/beb5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/blu1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha2db.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha3c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha3e.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha4f.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha6ab.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha7b.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dha7c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/dim1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dim1d.png
|
|
share/solfege/help/C/scales/images/modes/scales/dim1db.png
|
|
share/solfege/help/C/scales/images/modes/scales/dim2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/dim2cd.png
|
|
share/solfege/help/C/scales/images/modes/scales/dim2d.png
|
|
share/solfege/help/C/scales/images/modes/scales/eni1c-d.png
|
|
share/solfege/help/C/scales/images/modes/scales/eni1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham2d.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham3c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham3e.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham4f.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham6ab.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham7b.png
|
|
share/solfege/help/C/scales/images/modes/scales/ham7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/har1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/har2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/har2d.png
|
|
share/solfege/help/C/scales/images/modes/scales/har3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/har3eb.png
|
|
share/solfege/help/C/scales/images/modes/scales/har4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/har4f.png
|
|
share/solfege/help/C/scales/images/modes/scales/har5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/har5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/har6ab.png
|
|
share/solfege/help/C/scales/images/modes/scales/har6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/har7b.png
|
|
share/solfege/help/C/scales/images/modes/scales/har7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun2c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun2dd.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun3e.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun4c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun4fd.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun6a.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun7bb.png
|
|
share/solfege/help/C/scales/images/modes/scales/hun7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj2d.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj3e.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj4f.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj6a.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj7b.png
|
|
share/solfege/help/C/scales/images/modes/scales/maj7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel1c-d.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel2d.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel3eb.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel4f.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel6a.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel7b.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/mel7c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea2db.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea3eb.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea4f.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea6a.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea6c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea7b.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nea7c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem2db.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem3eb.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem4f.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem5g.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem6ab.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem6c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem7b.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem7c.png
|
|
share/solfege/help/C/scales/images/modes/scales/nem7c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen2c.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen2d.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen3c.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen3e.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen4c.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen4g.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen5a.png
|
|
share/solfege/help/C/scales/images/modes/scales/pen5c.png
|
|
share/solfege/help/C/scales/images/modes/scales/who1c.png
|
|
share/solfege/help/C/scales/images/modes/scales/who1c2.png
|
|
share/solfege/help/C/scales/images/modes/scales/who1db.png
|
|
share/solfege/help/C/scales/images/quadriads/c7+5.png
|
|
share/solfege/help/C/scales/images/quadriads/c7-5.png
|
|
share/solfege/help/C/scales/images/quadriads/c7.png
|
|
share/solfege/help/C/scales/images/quadriads/c^+5.png
|
|
share/solfege/help/C/scales/images/quadriads/c^-5.png
|
|
share/solfege/help/C/scales/images/quadriads/c^.png
|
|
share/solfege/help/C/scales/images/quadriads/cdim.png
|
|
share/solfege/help/C/scales/images/quadriads/cm7+5.png
|
|
share/solfege/help/C/scales/images/quadriads/cm7-5.png
|
|
share/solfege/help/C/scales/images/quadriads/cm7.png
|
|
share/solfege/help/C/scales/images/quadriads/cm^+5.png
|
|
share/solfege/help/C/scales/images/quadriads/cm^-5.png
|
|
share/solfege/help/C/scales/images/quadriads/cm^.png
|
|
share/solfege/help/C/scales/images/triads/abau.png
|
|
share/solfege/help/C/scales/images/triads/cau.png
|
|
share/solfege/help/C/scales/images/triads/cau1.png
|
|
share/solfege/help/C/scales/images/triads/cau1o.png
|
|
share/solfege/help/C/scales/images/triads/cau2.png
|
|
share/solfege/help/C/scales/images/triads/cau2o.png
|
|
share/solfege/help/C/scales/images/triads/cauo.png
|
|
share/solfege/help/C/scales/images/triads/cdi-fs8.png
|
|
share/solfege/help/C/scales/images/triads/cdi.png
|
|
share/solfege/help/C/scales/images/triads/cdi1.png
|
|
share/solfege/help/C/scales/images/triads/cdi1o.png
|
|
share/solfege/help/C/scales/images/triads/cdi2.png
|
|
share/solfege/help/C/scales/images/triads/cdi2o.png
|
|
share/solfege/help/C/scales/images/triads/cdio.png
|
|
share/solfege/help/C/scales/images/triads/cma.png
|
|
share/solfege/help/C/scales/images/triads/cma1.png
|
|
share/solfege/help/C/scales/images/triads/cma1o.png
|
|
share/solfege/help/C/scales/images/triads/cma2.png
|
|
share/solfege/help/C/scales/images/triads/cma2o.png
|
|
share/solfege/help/C/scales/images/triads/cmao.png
|
|
share/solfege/help/C/scales/images/triads/cmi.png
|
|
share/solfege/help/C/scales/images/triads/cmi1.png
|
|
share/solfege/help/C/scales/images/triads/cmi1o.png
|
|
share/solfege/help/C/scales/images/triads/cmi2.png
|
|
share/solfege/help/C/scales/images/triads/cmi2o.png
|
|
share/solfege/help/C/scales/images/triads/cmio.png
|
|
share/solfege/help/C/scales/images/triads/dau.png
|
|
share/solfege/help/C/scales/images/triads/dbau.png
|
|
share/solfege/help/C/scales/images/triads/eau.png
|
|
share/solfege/help/C/scales/images/triads/ebau.png
|
|
share/solfege/help/C/scales/maj.html
|
|
share/solfege/help/C/scales/mel.html
|
|
share/solfege/help/C/scales/modes.html
|
|
share/solfege/help/C/scales/nea.html
|
|
share/solfege/help/C/scales/nem.html
|
|
share/solfege/help/C/scales/pen.html
|
|
share/solfege/help/C/scales/sim.html
|
|
share/solfege/help/C/scales/who.html
|
|
share/solfege/help/C/selecting-exercises.html
|
|
share/solfege/help/C/singanswer-module.html
|
|
share/solfege/help/C/singchord-module.html
|
|
share/solfege/help/C/singchord.html
|
|
share/solfege/help/C/singinterval-module.html
|
|
share/solfege/help/C/singinterval.html
|
|
share/solfege/help/C/solfege-exercise-helps.html
|
|
share/solfege/help/C/solfege-intro.html
|
|
share/solfege/help/C/theory-intervals.html
|
|
share/solfege/help/C/tone-in-context.html
|
|
share/solfege/help/C/toneincontext-module.html
|
|
share/solfege/help/C/trainingset-editor.html
|
|
share/solfege/help/C/twelvetone-module.html
|
|
share/solfege/help/C/twelvetone.html
|
|
share/solfege/help/C/user-modules.html
|
|
share/solfege/help/de/about-statistics.html
|
|
share/solfege/help/de/bug-reporting.html
|
|
share/solfege/help/de/chordvoicing-module.html
|
|
share/solfege/help/de/compareintervals-module.html
|
|
share/solfege/help/de/dictation-module.html
|
|
share/solfege/help/de/dictation.html
|
|
share/solfege/help/de/ear-training-test-printout-editor.html
|
|
share/solfege/help/de/elembuilder-module.html
|
|
share/solfege/help/de/elembuilder.html
|
|
share/solfege/help/de/extending-solfege.html
|
|
share/solfege/help/de/gpl.html
|
|
share/solfege/help/de/harmonicinterval-module.html
|
|
share/solfege/help/de/harmonicinterval.html
|
|
share/solfege/help/de/idbyname-cadences.html
|
|
share/solfege/help/de/idbyname-chords.html
|
|
share/solfege/help/de/idbyname-intonation.html
|
|
share/solfege/help/de/idbyname-module.html
|
|
share/solfege/help/de/idbyname.html
|
|
share/solfege/help/de/identifybpm-module.html
|
|
share/solfege/help/de/identifybpm.html
|
|
share/solfege/help/de/idproperty-module.html
|
|
share/solfege/help/de/idproperty.html
|
|
share/solfege/help/de/idtone-module.html
|
|
share/solfege/help/de/idtone.html
|
|
share/solfege/help/de/index.html
|
|
share/solfege/help/de/inverting-intervals.html
|
|
share/solfege/help/de/lesson-file-locations-details.html
|
|
share/solfege/help/de/lesson-files.html
|
|
share/solfege/help/de/ly/inverting-intervals.png
|
|
share/solfege/help/de/ly/theory-intervals-1.png
|
|
share/solfege/help/de/ly/theory-intervals-fifths.png
|
|
share/solfege/help/de/ly/theory-intervals-fourths.png
|
|
share/solfege/help/de/ly/theory-intervals-seconds.png
|
|
share/solfege/help/de/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/de/ly/theory-intervals-sixths.png
|
|
share/solfege/help/de/ly/theory-intervals-thirds.png
|
|
share/solfege/help/de/melodicinterval-module.html
|
|
share/solfege/help/de/melodicinterval.html
|
|
share/solfege/help/de/midi-instrument-names.html
|
|
share/solfege/help/de/mpd-module.html
|
|
share/solfege/help/de/music-theory.html
|
|
share/solfege/help/de/nameinterval-module.html
|
|
share/solfege/help/de/nameinterval.html
|
|
share/solfege/help/de/online-resources.html
|
|
share/solfege/help/de/preferences-window.html
|
|
share/solfege/help/de/profile-manager.html
|
|
share/solfege/help/de/rhythm-module.html
|
|
share/solfege/help/de/rhythm.html
|
|
share/solfege/help/de/rhythmdictation-module.html
|
|
share/solfege/help/de/rhythmdictation2-module.html
|
|
share/solfege/help/de/rhythmtapping-module.html
|
|
share/solfege/help/de/rhythmtapping2-module.html
|
|
share/solfege/help/de/rhythmtapping2.html
|
|
share/solfege/help/de/scales.html
|
|
share/solfege/help/de/selecting-exercises.html
|
|
share/solfege/help/de/singanswer-module.html
|
|
share/solfege/help/de/singchord-module.html
|
|
share/solfege/help/de/singchord.html
|
|
share/solfege/help/de/singinterval-module.html
|
|
share/solfege/help/de/singinterval.html
|
|
share/solfege/help/de/solfege-exercise-helps.html
|
|
share/solfege/help/de/solfege-intro.html
|
|
share/solfege/help/de/theory-intervals.html
|
|
share/solfege/help/de/tone-in-context.html
|
|
share/solfege/help/de/toneincontext-module.html
|
|
share/solfege/help/de/trainingset-editor.html
|
|
share/solfege/help/de/twelvetone-module.html
|
|
share/solfege/help/de/twelvetone.html
|
|
share/solfege/help/de/user-modules.html
|
|
share/solfege/help/eo/about-statistics.html
|
|
share/solfege/help/eo/bug-reporting.html
|
|
share/solfege/help/eo/chordvoicing-module.html
|
|
share/solfege/help/eo/compareintervals-module.html
|
|
share/solfege/help/eo/dictation-module.html
|
|
share/solfege/help/eo/dictation.html
|
|
share/solfege/help/eo/ear-training-test-printout-editor.html
|
|
share/solfege/help/eo/elembuilder-module.html
|
|
share/solfege/help/eo/elembuilder.html
|
|
share/solfege/help/eo/extending-solfege.html
|
|
share/solfege/help/eo/figures/chord.png
|
|
share/solfege/help/eo/figures/dictation.png
|
|
share/solfege/help/eo/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/eo/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/eo/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/eo/figures/id-interval-piano.png
|
|
share/solfege/help/eo/figures/idbyname-chords.png
|
|
share/solfege/help/eo/figures/idbyname-intonation.png
|
|
share/solfege/help/eo/figures/identifybpm.png
|
|
share/solfege/help/eo/figures/idtone.png
|
|
share/solfege/help/eo/figures/melodicinterval-buttons.png
|
|
share/solfege/help/eo/figures/nameinterval.png
|
|
share/solfege/help/eo/figures/preferences-external-programs.png
|
|
share/solfege/help/eo/figures/preferences-gui-idtone.png
|
|
share/solfege/help/eo/figures/preferences-gui-interval.png
|
|
share/solfege/help/eo/figures/preferences-gui.png
|
|
share/solfege/help/eo/figures/preferences-midi.png
|
|
share/solfege/help/eo/figures/preferences-practise.png
|
|
share/solfege/help/eo/figures/preferences-sound-setup.png
|
|
share/solfege/help/eo/figures/preferences-statistics.png
|
|
share/solfege/help/eo/figures/preferences-user.png
|
|
share/solfege/help/eo/figures/profile-manager.png
|
|
share/solfege/help/eo/figures/rhythm.png
|
|
share/solfege/help/eo/figures/rhythmtapping2.png
|
|
share/solfege/help/eo/figures/singchord.png
|
|
share/solfege/help/eo/figures/singinterval.png
|
|
share/solfege/help/eo/figures/statistics.png
|
|
share/solfege/help/eo/figures/trainingset-editor.png
|
|
share/solfege/help/eo/figures/twelvetone.png
|
|
share/solfege/help/eo/gpl.html
|
|
share/solfege/help/eo/harmonicinterval-module.html
|
|
share/solfege/help/eo/harmonicinterval.html
|
|
share/solfege/help/eo/idbyname-cadences.html
|
|
share/solfege/help/eo/idbyname-chords.html
|
|
share/solfege/help/eo/idbyname-intonation.html
|
|
share/solfege/help/eo/idbyname-module.html
|
|
share/solfege/help/eo/idbyname.html
|
|
share/solfege/help/eo/identifybpm-module.html
|
|
share/solfege/help/eo/identifybpm.html
|
|
share/solfege/help/eo/idproperty-module.html
|
|
share/solfege/help/eo/idproperty.html
|
|
share/solfege/help/eo/idtone-module.html
|
|
share/solfege/help/eo/idtone.html
|
|
share/solfege/help/eo/index.html
|
|
share/solfege/help/eo/inverting-intervals.html
|
|
share/solfege/help/eo/lesson-file-locations-details.html
|
|
share/solfege/help/eo/lesson-files.html
|
|
share/solfege/help/eo/ly/inverting-intervals.png
|
|
share/solfege/help/eo/ly/theory-intervals-1.png
|
|
share/solfege/help/eo/ly/theory-intervals-fifths.png
|
|
share/solfege/help/eo/ly/theory-intervals-fourths.png
|
|
share/solfege/help/eo/ly/theory-intervals-seconds.png
|
|
share/solfege/help/eo/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/eo/ly/theory-intervals-sixths.png
|
|
share/solfege/help/eo/ly/theory-intervals-thirds.png
|
|
share/solfege/help/eo/melodicinterval-module.html
|
|
share/solfege/help/eo/melodicinterval.html
|
|
share/solfege/help/eo/midi-instrument-names.html
|
|
share/solfege/help/eo/mpd-module.html
|
|
share/solfege/help/eo/music-theory.html
|
|
share/solfege/help/eo/nameinterval-module.html
|
|
share/solfege/help/eo/nameinterval.html
|
|
share/solfege/help/eo/online-resources.html
|
|
share/solfege/help/eo/preferences-window.html
|
|
share/solfege/help/eo/profile-manager.html
|
|
share/solfege/help/eo/rhythm-module.html
|
|
share/solfege/help/eo/rhythm.html
|
|
share/solfege/help/eo/rhythmdictation-module.html
|
|
share/solfege/help/eo/rhythmdictation2-module.html
|
|
share/solfege/help/eo/rhythmtapping-module.html
|
|
share/solfege/help/eo/rhythmtapping2-module.html
|
|
share/solfege/help/eo/rhythmtapping2.html
|
|
share/solfege/help/eo/scales.html
|
|
share/solfege/help/eo/selecting-exercises.html
|
|
share/solfege/help/eo/singanswer-module.html
|
|
share/solfege/help/eo/singchord-module.html
|
|
share/solfege/help/eo/singchord.html
|
|
share/solfege/help/eo/singinterval-module.html
|
|
share/solfege/help/eo/singinterval.html
|
|
share/solfege/help/eo/solfege-exercise-helps.html
|
|
share/solfege/help/eo/solfege-intro.html
|
|
share/solfege/help/eo/theory-intervals.html
|
|
share/solfege/help/eo/tone-in-context.html
|
|
share/solfege/help/eo/toneincontext-module.html
|
|
share/solfege/help/eo/trainingset-editor.html
|
|
share/solfege/help/eo/twelvetone-module.html
|
|
share/solfege/help/eo/twelvetone.html
|
|
share/solfege/help/eo/user-modules.html
|
|
share/solfege/help/es/about-statistics.html
|
|
share/solfege/help/es/bug-reporting.html
|
|
share/solfege/help/es/chordvoicing-module.html
|
|
share/solfege/help/es/compareintervals-module.html
|
|
share/solfege/help/es/dictation-module.html
|
|
share/solfege/help/es/dictation.html
|
|
share/solfege/help/es/ear-training-test-printout-editor.html
|
|
share/solfege/help/es/elembuilder-module.html
|
|
share/solfege/help/es/elembuilder.html
|
|
share/solfege/help/es/extending-solfege.html
|
|
share/solfege/help/es/gpl.html
|
|
share/solfege/help/es/harmonicinterval-module.html
|
|
share/solfege/help/es/harmonicinterval.html
|
|
share/solfege/help/es/idbyname-cadences.html
|
|
share/solfege/help/es/idbyname-chords.html
|
|
share/solfege/help/es/idbyname-intonation.html
|
|
share/solfege/help/es/idbyname-module.html
|
|
share/solfege/help/es/idbyname.html
|
|
share/solfege/help/es/identifybpm-module.html
|
|
share/solfege/help/es/identifybpm.html
|
|
share/solfege/help/es/idproperty-module.html
|
|
share/solfege/help/es/idproperty.html
|
|
share/solfege/help/es/idtone-module.html
|
|
share/solfege/help/es/idtone.html
|
|
share/solfege/help/es/index.html
|
|
share/solfege/help/es/inverting-intervals.html
|
|
share/solfege/help/es/lesson-file-locations-details.html
|
|
share/solfege/help/es/lesson-files.html
|
|
share/solfege/help/es/ly/inverting-intervals.png
|
|
share/solfege/help/es/ly/theory-intervals-1.png
|
|
share/solfege/help/es/ly/theory-intervals-fifths.png
|
|
share/solfege/help/es/ly/theory-intervals-fourths.png
|
|
share/solfege/help/es/ly/theory-intervals-seconds.png
|
|
share/solfege/help/es/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/es/ly/theory-intervals-sixths.png
|
|
share/solfege/help/es/ly/theory-intervals-thirds.png
|
|
share/solfege/help/es/melodicinterval-module.html
|
|
share/solfege/help/es/melodicinterval.html
|
|
share/solfege/help/es/midi-instrument-names.html
|
|
share/solfege/help/es/mpd-module.html
|
|
share/solfege/help/es/music-theory.html
|
|
share/solfege/help/es/nameinterval-module.html
|
|
share/solfege/help/es/nameinterval.html
|
|
share/solfege/help/es/online-resources.html
|
|
share/solfege/help/es/preferences-window.html
|
|
share/solfege/help/es/profile-manager.html
|
|
share/solfege/help/es/rhythm-module.html
|
|
share/solfege/help/es/rhythm.html
|
|
share/solfege/help/es/rhythmdictation-module.html
|
|
share/solfege/help/es/rhythmdictation2-module.html
|
|
share/solfege/help/es/rhythmtapping-module.html
|
|
share/solfege/help/es/rhythmtapping2-module.html
|
|
share/solfege/help/es/rhythmtapping2.html
|
|
share/solfege/help/es/scales.html
|
|
share/solfege/help/es/selecting-exercises.html
|
|
share/solfege/help/es/singanswer-module.html
|
|
share/solfege/help/es/singchord-module.html
|
|
share/solfege/help/es/singchord.html
|
|
share/solfege/help/es/singinterval-module.html
|
|
share/solfege/help/es/singinterval.html
|
|
share/solfege/help/es/solfege-exercise-helps.html
|
|
share/solfege/help/es/solfege-intro.html
|
|
share/solfege/help/es/theory-intervals.html
|
|
share/solfege/help/es/tone-in-context.html
|
|
share/solfege/help/es/toneincontext-module.html
|
|
share/solfege/help/es/trainingset-editor.html
|
|
share/solfege/help/es/twelvetone-module.html
|
|
share/solfege/help/es/twelvetone.html
|
|
share/solfege/help/es/user-modules.html
|
|
share/solfege/help/et/about-statistics.html
|
|
share/solfege/help/et/bug-reporting.html
|
|
share/solfege/help/et/chordvoicing-module.html
|
|
share/solfege/help/et/compareintervals-module.html
|
|
share/solfege/help/et/dictation-module.html
|
|
share/solfege/help/et/dictation.html
|
|
share/solfege/help/et/ear-training-test-printout-editor.html
|
|
share/solfege/help/et/elembuilder-module.html
|
|
share/solfege/help/et/elembuilder.html
|
|
share/solfege/help/et/extending-solfege.html
|
|
share/solfege/help/et/figures/chord.png
|
|
share/solfege/help/et/figures/dictation.png
|
|
share/solfege/help/et/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/et/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/et/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/et/figures/id-interval-piano.png
|
|
share/solfege/help/et/figures/idbyname-chords.png
|
|
share/solfege/help/et/figures/idbyname-intonation.png
|
|
share/solfege/help/et/figures/identifybpm.png
|
|
share/solfege/help/et/figures/idtone.png
|
|
share/solfege/help/et/figures/melodicinterval-buttons.png
|
|
share/solfege/help/et/figures/nameinterval.png
|
|
share/solfege/help/et/figures/preferences-external-programs.png
|
|
share/solfege/help/et/figures/preferences-gui-idtone.png
|
|
share/solfege/help/et/figures/preferences-gui-interval.png
|
|
share/solfege/help/et/figures/preferences-gui.png
|
|
share/solfege/help/et/figures/preferences-midi.png
|
|
share/solfege/help/et/figures/preferences-practise.png
|
|
share/solfege/help/et/figures/preferences-sound-setup.png
|
|
share/solfege/help/et/figures/preferences-statistics.png
|
|
share/solfege/help/et/figures/preferences-user.png
|
|
share/solfege/help/et/figures/profile-manager.png
|
|
share/solfege/help/et/figures/rhythm.png
|
|
share/solfege/help/et/figures/rhythmtapping2.png
|
|
share/solfege/help/et/figures/singchord.png
|
|
share/solfege/help/et/figures/singinterval.png
|
|
share/solfege/help/et/figures/statistics.png
|
|
share/solfege/help/et/figures/trainingset-editor.png
|
|
share/solfege/help/et/figures/twelvetone.png
|
|
share/solfege/help/et/gpl.html
|
|
share/solfege/help/et/harmonicinterval-module.html
|
|
share/solfege/help/et/harmonicinterval.html
|
|
share/solfege/help/et/idbyname-cadences.html
|
|
share/solfege/help/et/idbyname-chords.html
|
|
share/solfege/help/et/idbyname-intonation.html
|
|
share/solfege/help/et/idbyname-module.html
|
|
share/solfege/help/et/idbyname.html
|
|
share/solfege/help/et/identifybpm-module.html
|
|
share/solfege/help/et/identifybpm.html
|
|
share/solfege/help/et/idproperty-module.html
|
|
share/solfege/help/et/idproperty.html
|
|
share/solfege/help/et/idtone-module.html
|
|
share/solfege/help/et/idtone.html
|
|
share/solfege/help/et/index.html
|
|
share/solfege/help/et/inverting-intervals.html
|
|
share/solfege/help/et/lesson-file-locations-details.html
|
|
share/solfege/help/et/lesson-files.html
|
|
share/solfege/help/et/ly/inverting-intervals.png
|
|
share/solfege/help/et/ly/theory-intervals-1.png
|
|
share/solfege/help/et/ly/theory-intervals-fifths.png
|
|
share/solfege/help/et/ly/theory-intervals-fourths.png
|
|
share/solfege/help/et/ly/theory-intervals-seconds.png
|
|
share/solfege/help/et/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/et/ly/theory-intervals-sixths.png
|
|
share/solfege/help/et/ly/theory-intervals-thirds.png
|
|
share/solfege/help/et/melodicinterval-module.html
|
|
share/solfege/help/et/melodicinterval.html
|
|
share/solfege/help/et/midi-instrument-names.html
|
|
share/solfege/help/et/mpd-module.html
|
|
share/solfege/help/et/music-theory.html
|
|
share/solfege/help/et/nameinterval-module.html
|
|
share/solfege/help/et/nameinterval.html
|
|
share/solfege/help/et/online-resources.html
|
|
share/solfege/help/et/preferences-window.html
|
|
share/solfege/help/et/profile-manager.html
|
|
share/solfege/help/et/rhythm-module.html
|
|
share/solfege/help/et/rhythm.html
|
|
share/solfege/help/et/rhythmdictation-module.html
|
|
share/solfege/help/et/rhythmdictation2-module.html
|
|
share/solfege/help/et/rhythmtapping-module.html
|
|
share/solfege/help/et/rhythmtapping2-module.html
|
|
share/solfege/help/et/rhythmtapping2.html
|
|
share/solfege/help/et/scales.html
|
|
share/solfege/help/et/selecting-exercises.html
|
|
share/solfege/help/et/singanswer-module.html
|
|
share/solfege/help/et/singchord-module.html
|
|
share/solfege/help/et/singchord.html
|
|
share/solfege/help/et/singinterval-module.html
|
|
share/solfege/help/et/singinterval.html
|
|
share/solfege/help/et/solfege-exercise-helps.html
|
|
share/solfege/help/et/solfege-intro.html
|
|
share/solfege/help/et/theory-intervals.html
|
|
share/solfege/help/et/tone-in-context.html
|
|
share/solfege/help/et/toneincontext-module.html
|
|
share/solfege/help/et/trainingset-editor.html
|
|
share/solfege/help/et/twelvetone-module.html
|
|
share/solfege/help/et/twelvetone.html
|
|
share/solfege/help/et/user-modules.html
|
|
share/solfege/help/fr/about-statistics.html
|
|
share/solfege/help/fr/bug-reporting.html
|
|
share/solfege/help/fr/chordvoicing-module.html
|
|
share/solfege/help/fr/compareintervals-module.html
|
|
share/solfege/help/fr/dictation-module.html
|
|
share/solfege/help/fr/dictation.html
|
|
share/solfege/help/fr/ear-training-test-printout-editor.html
|
|
share/solfege/help/fr/elembuilder-module.html
|
|
share/solfege/help/fr/elembuilder.html
|
|
share/solfege/help/fr/extending-solfege.html
|
|
share/solfege/help/fr/figures/chord.png
|
|
share/solfege/help/fr/figures/dictation.png
|
|
share/solfege/help/fr/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/fr/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/fr/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/fr/figures/id-interval-piano.png
|
|
share/solfege/help/fr/figures/idbyname-chords.png
|
|
share/solfege/help/fr/figures/idbyname-intonation.png
|
|
share/solfege/help/fr/figures/identifybpm.png
|
|
share/solfege/help/fr/figures/idtone.png
|
|
share/solfege/help/fr/figures/melodicinterval-buttons.png
|
|
share/solfege/help/fr/figures/nameinterval.png
|
|
share/solfege/help/fr/figures/preferences-external-programs.png
|
|
share/solfege/help/fr/figures/preferences-gui-idtone.png
|
|
share/solfege/help/fr/figures/preferences-gui-interval.png
|
|
share/solfege/help/fr/figures/preferences-gui.png
|
|
share/solfege/help/fr/figures/preferences-midi.png
|
|
share/solfege/help/fr/figures/preferences-practise.png
|
|
share/solfege/help/fr/figures/preferences-sound-setup.png
|
|
share/solfege/help/fr/figures/preferences-statistics.png
|
|
share/solfege/help/fr/figures/preferences-user.png
|
|
share/solfege/help/fr/figures/profile-manager.png
|
|
share/solfege/help/fr/figures/rhythm.png
|
|
share/solfege/help/fr/figures/rhythmtapping2.png
|
|
share/solfege/help/fr/figures/singchord.png
|
|
share/solfege/help/fr/figures/singinterval.png
|
|
share/solfege/help/fr/figures/statistics.png
|
|
share/solfege/help/fr/figures/trainingset-editor.png
|
|
share/solfege/help/fr/figures/twelvetone.png
|
|
share/solfege/help/fr/gpl.html
|
|
share/solfege/help/fr/harmonicinterval-module.html
|
|
share/solfege/help/fr/harmonicinterval.html
|
|
share/solfege/help/fr/idbyname-cadences.html
|
|
share/solfege/help/fr/idbyname-chords.html
|
|
share/solfege/help/fr/idbyname-intonation.html
|
|
share/solfege/help/fr/idbyname-module.html
|
|
share/solfege/help/fr/idbyname.html
|
|
share/solfege/help/fr/identifybpm-module.html
|
|
share/solfege/help/fr/identifybpm.html
|
|
share/solfege/help/fr/idproperty-module.html
|
|
share/solfege/help/fr/idproperty.html
|
|
share/solfege/help/fr/idtone-module.html
|
|
share/solfege/help/fr/idtone.html
|
|
share/solfege/help/fr/index.html
|
|
share/solfege/help/fr/inverting-intervals.html
|
|
share/solfege/help/fr/lesson-file-locations-details.html
|
|
share/solfege/help/fr/lesson-files.html
|
|
share/solfege/help/fr/ly/inverting-intervals.png
|
|
share/solfege/help/fr/ly/theory-intervals-1.png
|
|
share/solfege/help/fr/ly/theory-intervals-fifths.png
|
|
share/solfege/help/fr/ly/theory-intervals-fourths.png
|
|
share/solfege/help/fr/ly/theory-intervals-seconds.png
|
|
share/solfege/help/fr/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/fr/ly/theory-intervals-sixths.png
|
|
share/solfege/help/fr/ly/theory-intervals-thirds.png
|
|
share/solfege/help/fr/melodicinterval-module.html
|
|
share/solfege/help/fr/melodicinterval.html
|
|
share/solfege/help/fr/midi-instrument-names.html
|
|
share/solfege/help/fr/mpd-module.html
|
|
share/solfege/help/fr/music-theory.html
|
|
share/solfege/help/fr/nameinterval-module.html
|
|
share/solfege/help/fr/nameinterval.html
|
|
share/solfege/help/fr/online-resources.html
|
|
share/solfege/help/fr/preferences-window.html
|
|
share/solfege/help/fr/profile-manager.html
|
|
share/solfege/help/fr/rhythm-module.html
|
|
share/solfege/help/fr/rhythm.html
|
|
share/solfege/help/fr/rhythmdictation-module.html
|
|
share/solfege/help/fr/rhythmdictation2-module.html
|
|
share/solfege/help/fr/rhythmtapping-module.html
|
|
share/solfege/help/fr/rhythmtapping2-module.html
|
|
share/solfege/help/fr/rhythmtapping2.html
|
|
share/solfege/help/fr/scales.html
|
|
share/solfege/help/fr/selecting-exercises.html
|
|
share/solfege/help/fr/singanswer-module.html
|
|
share/solfege/help/fr/singchord-module.html
|
|
share/solfege/help/fr/singchord.html
|
|
share/solfege/help/fr/singinterval-module.html
|
|
share/solfege/help/fr/singinterval.html
|
|
share/solfege/help/fr/solfege-exercise-helps.html
|
|
share/solfege/help/fr/solfege-intro.html
|
|
share/solfege/help/fr/theory-intervals.html
|
|
share/solfege/help/fr/tone-in-context.html
|
|
share/solfege/help/fr/toneincontext-module.html
|
|
share/solfege/help/fr/trainingset-editor.html
|
|
share/solfege/help/fr/twelvetone-module.html
|
|
share/solfege/help/fr/twelvetone.html
|
|
share/solfege/help/fr/user-modules.html
|
|
share/solfege/help/gl/about-statistics.html
|
|
share/solfege/help/gl/bug-reporting.html
|
|
share/solfege/help/gl/chordvoicing-module.html
|
|
share/solfege/help/gl/compareintervals-module.html
|
|
share/solfege/help/gl/dictation-module.html
|
|
share/solfege/help/gl/dictation.html
|
|
share/solfege/help/gl/ear-training-test-printout-editor.html
|
|
share/solfege/help/gl/elembuilder-module.html
|
|
share/solfege/help/gl/elembuilder.html
|
|
share/solfege/help/gl/extending-solfege.html
|
|
share/solfege/help/gl/gpl.html
|
|
share/solfege/help/gl/harmonicinterval-module.html
|
|
share/solfege/help/gl/harmonicinterval.html
|
|
share/solfege/help/gl/idbyname-cadences.html
|
|
share/solfege/help/gl/idbyname-chords.html
|
|
share/solfege/help/gl/idbyname-intonation.html
|
|
share/solfege/help/gl/idbyname-module.html
|
|
share/solfege/help/gl/idbyname.html
|
|
share/solfege/help/gl/identifybpm-module.html
|
|
share/solfege/help/gl/identifybpm.html
|
|
share/solfege/help/gl/idproperty-module.html
|
|
share/solfege/help/gl/idproperty.html
|
|
share/solfege/help/gl/idtone-module.html
|
|
share/solfege/help/gl/idtone.html
|
|
share/solfege/help/gl/index.html
|
|
share/solfege/help/gl/inverting-intervals.html
|
|
share/solfege/help/gl/lesson-file-locations-details.html
|
|
share/solfege/help/gl/lesson-files.html
|
|
share/solfege/help/gl/ly/inverting-intervals.png
|
|
share/solfege/help/gl/ly/theory-intervals-1.png
|
|
share/solfege/help/gl/ly/theory-intervals-fifths.png
|
|
share/solfege/help/gl/ly/theory-intervals-fourths.png
|
|
share/solfege/help/gl/ly/theory-intervals-seconds.png
|
|
share/solfege/help/gl/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/gl/ly/theory-intervals-sixths.png
|
|
share/solfege/help/gl/ly/theory-intervals-thirds.png
|
|
share/solfege/help/gl/melodicinterval-module.html
|
|
share/solfege/help/gl/melodicinterval.html
|
|
share/solfege/help/gl/midi-instrument-names.html
|
|
share/solfege/help/gl/mpd-module.html
|
|
share/solfege/help/gl/music-theory.html
|
|
share/solfege/help/gl/nameinterval-module.html
|
|
share/solfege/help/gl/nameinterval.html
|
|
share/solfege/help/gl/online-resources.html
|
|
share/solfege/help/gl/preferences-window.html
|
|
share/solfege/help/gl/profile-manager.html
|
|
share/solfege/help/gl/rhythm-module.html
|
|
share/solfege/help/gl/rhythm.html
|
|
share/solfege/help/gl/rhythmdictation-module.html
|
|
share/solfege/help/gl/rhythmdictation2-module.html
|
|
share/solfege/help/gl/rhythmtapping-module.html
|
|
share/solfege/help/gl/rhythmtapping2-module.html
|
|
share/solfege/help/gl/rhythmtapping2.html
|
|
share/solfege/help/gl/scales.html
|
|
share/solfege/help/gl/selecting-exercises.html
|
|
share/solfege/help/gl/singanswer-module.html
|
|
share/solfege/help/gl/singchord-module.html
|
|
share/solfege/help/gl/singchord.html
|
|
share/solfege/help/gl/singinterval-module.html
|
|
share/solfege/help/gl/singinterval.html
|
|
share/solfege/help/gl/solfege-exercise-helps.html
|
|
share/solfege/help/gl/solfege-intro.html
|
|
share/solfege/help/gl/theory-intervals.html
|
|
share/solfege/help/gl/tone-in-context.html
|
|
share/solfege/help/gl/toneincontext-module.html
|
|
share/solfege/help/gl/trainingset-editor.html
|
|
share/solfege/help/gl/twelvetone-module.html
|
|
share/solfege/help/gl/twelvetone.html
|
|
share/solfege/help/gl/user-modules.html
|
|
share/solfege/help/nb/about-statistics.html
|
|
share/solfege/help/nb/bug-reporting.html
|
|
share/solfege/help/nb/chordvoicing-module.html
|
|
share/solfege/help/nb/compareintervals-module.html
|
|
share/solfege/help/nb/dictation-module.html
|
|
share/solfege/help/nb/dictation.html
|
|
share/solfege/help/nb/ear-training-test-printout-editor.html
|
|
share/solfege/help/nb/elembuilder-module.html
|
|
share/solfege/help/nb/elembuilder.html
|
|
share/solfege/help/nb/extending-solfege.html
|
|
share/solfege/help/nb/figures/chord.png
|
|
share/solfege/help/nb/figures/dictation.png
|
|
share/solfege/help/nb/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/nb/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/nb/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/nb/figures/id-interval-piano.png
|
|
share/solfege/help/nb/figures/id-intervals-buttons-thirds.png
|
|
share/solfege/help/nb/figures/idbyname-chords.png
|
|
share/solfege/help/nb/figures/idbyname-intonation.png
|
|
share/solfege/help/nb/figures/identifybpm.png
|
|
share/solfege/help/nb/figures/idtone.png
|
|
share/solfege/help/nb/figures/melodicinterval-buttons.png
|
|
share/solfege/help/nb/figures/nameinterval.png
|
|
share/solfege/help/nb/figures/preferences-external-programs.png
|
|
share/solfege/help/nb/figures/preferences-gui-idtone.png
|
|
share/solfege/help/nb/figures/preferences-gui-interval.png
|
|
share/solfege/help/nb/figures/preferences-gui.png
|
|
share/solfege/help/nb/figures/preferences-midi.png
|
|
share/solfege/help/nb/figures/preferences-practise.png
|
|
share/solfege/help/nb/figures/preferences-sound-setup.png
|
|
share/solfege/help/nb/figures/preferences-statistics.png
|
|
share/solfege/help/nb/figures/preferences-user.png
|
|
share/solfege/help/nb/figures/profile-manager.png
|
|
share/solfege/help/nb/figures/rhythm.png
|
|
share/solfege/help/nb/figures/rhythmtapping2.png
|
|
share/solfege/help/nb/figures/singchord.png
|
|
share/solfege/help/nb/figures/singinterval.png
|
|
share/solfege/help/nb/figures/statistics.png
|
|
share/solfege/help/nb/figures/trainingset-editor.png
|
|
share/solfege/help/nb/figures/twelvetone.png
|
|
share/solfege/help/nb/gpl.html
|
|
share/solfege/help/nb/harmonicinterval-module.html
|
|
share/solfege/help/nb/harmonicinterval.html
|
|
share/solfege/help/nb/idbyname-cadences.html
|
|
share/solfege/help/nb/idbyname-chords.html
|
|
share/solfege/help/nb/idbyname-intonation.html
|
|
share/solfege/help/nb/idbyname-module.html
|
|
share/solfege/help/nb/idbyname.html
|
|
share/solfege/help/nb/identifybpm-module.html
|
|
share/solfege/help/nb/identifybpm.html
|
|
share/solfege/help/nb/idproperty-module.html
|
|
share/solfege/help/nb/idproperty.html
|
|
share/solfege/help/nb/idtone-module.html
|
|
share/solfege/help/nb/idtone.html
|
|
share/solfege/help/nb/index.html
|
|
share/solfege/help/nb/inverting-intervals.html
|
|
share/solfege/help/nb/lesson-file-locations-details.html
|
|
share/solfege/help/nb/lesson-files.html
|
|
share/solfege/help/nb/ly/inverting-intervals.png
|
|
share/solfege/help/nb/ly/theory-intervals-1.png
|
|
share/solfege/help/nb/ly/theory-intervals-fifths.png
|
|
share/solfege/help/nb/ly/theory-intervals-fourths.png
|
|
share/solfege/help/nb/ly/theory-intervals-seconds.png
|
|
share/solfege/help/nb/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/nb/ly/theory-intervals-sixths.png
|
|
share/solfege/help/nb/ly/theory-intervals-thirds.png
|
|
share/solfege/help/nb/melodicinterval-module.html
|
|
share/solfege/help/nb/melodicinterval.html
|
|
share/solfege/help/nb/midi-instrument-names.html
|
|
share/solfege/help/nb/mpd-module.html
|
|
share/solfege/help/nb/music-theory.html
|
|
share/solfege/help/nb/nameinterval-module.html
|
|
share/solfege/help/nb/nameinterval.html
|
|
share/solfege/help/nb/online-resources.html
|
|
share/solfege/help/nb/preferences-window.html
|
|
share/solfege/help/nb/profile-manager.html
|
|
share/solfege/help/nb/rhythm-module.html
|
|
share/solfege/help/nb/rhythm.html
|
|
share/solfege/help/nb/rhythmdictation-module.html
|
|
share/solfege/help/nb/rhythmdictation2-module.html
|
|
share/solfege/help/nb/rhythmtapping-module.html
|
|
share/solfege/help/nb/rhythmtapping2-module.html
|
|
share/solfege/help/nb/rhythmtapping2.html
|
|
share/solfege/help/nb/scales.html
|
|
share/solfege/help/nb/selecting-exercises.html
|
|
share/solfege/help/nb/singanswer-module.html
|
|
share/solfege/help/nb/singchord-module.html
|
|
share/solfege/help/nb/singchord.html
|
|
share/solfege/help/nb/singinterval-module.html
|
|
share/solfege/help/nb/singinterval.html
|
|
share/solfege/help/nb/solfege-exercise-helps.html
|
|
share/solfege/help/nb/solfege-intro.html
|
|
share/solfege/help/nb/theory-intervals.html
|
|
share/solfege/help/nb/tone-in-context.html
|
|
share/solfege/help/nb/toneincontext-module.html
|
|
share/solfege/help/nb/trainingset-editor.html
|
|
share/solfege/help/nb/twelvetone-module.html
|
|
share/solfege/help/nb/twelvetone.html
|
|
share/solfege/help/nb/user-modules.html
|
|
share/solfege/help/nl/about-statistics.html
|
|
share/solfege/help/nl/bug-reporting.html
|
|
share/solfege/help/nl/chordvoicing-module.html
|
|
share/solfege/help/nl/compareintervals-module.html
|
|
share/solfege/help/nl/dictation-module.html
|
|
share/solfege/help/nl/dictation.html
|
|
share/solfege/help/nl/ear-training-test-printout-editor.html
|
|
share/solfege/help/nl/elembuilder-module.html
|
|
share/solfege/help/nl/elembuilder.html
|
|
share/solfege/help/nl/extending-solfege.html
|
|
share/solfege/help/nl/figures/chord.png
|
|
share/solfege/help/nl/figures/dictation.png
|
|
share/solfege/help/nl/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/nl/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/nl/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/nl/figures/id-interval-piano.png
|
|
share/solfege/help/nl/figures/idbyname-chords.png
|
|
share/solfege/help/nl/figures/idbyname-intonation.png
|
|
share/solfege/help/nl/figures/identifybpm.png
|
|
share/solfege/help/nl/figures/idtone.png
|
|
share/solfege/help/nl/figures/melodicinterval-buttons.png
|
|
share/solfege/help/nl/figures/nameinterval.png
|
|
share/solfege/help/nl/figures/preferences-external-programs.png
|
|
share/solfege/help/nl/figures/preferences-gui-idtone.png
|
|
share/solfege/help/nl/figures/preferences-gui-interval.png
|
|
share/solfege/help/nl/figures/preferences-gui.png
|
|
share/solfege/help/nl/figures/preferences-midi.png
|
|
share/solfege/help/nl/figures/preferences-practise.png
|
|
share/solfege/help/nl/figures/preferences-sound-setup.png
|
|
share/solfege/help/nl/figures/preferences-statistics.png
|
|
share/solfege/help/nl/figures/preferences-user.png
|
|
share/solfege/help/nl/figures/profile-manager.png
|
|
share/solfege/help/nl/figures/rhythm.png
|
|
share/solfege/help/nl/figures/rhythmtapping2.png
|
|
share/solfege/help/nl/figures/singchord.png
|
|
share/solfege/help/nl/figures/singinterval.png
|
|
share/solfege/help/nl/figures/statistics.png
|
|
share/solfege/help/nl/figures/trainingset-editor.png
|
|
share/solfege/help/nl/figures/twelvetone.png
|
|
share/solfege/help/nl/gpl.html
|
|
share/solfege/help/nl/harmonicinterval-module.html
|
|
share/solfege/help/nl/harmonicinterval.html
|
|
share/solfege/help/nl/idbyname-cadences.html
|
|
share/solfege/help/nl/idbyname-chords.html
|
|
share/solfege/help/nl/idbyname-intonation.html
|
|
share/solfege/help/nl/idbyname-module.html
|
|
share/solfege/help/nl/idbyname.html
|
|
share/solfege/help/nl/identifybpm-module.html
|
|
share/solfege/help/nl/identifybpm.html
|
|
share/solfege/help/nl/idproperty-module.html
|
|
share/solfege/help/nl/idproperty.html
|
|
share/solfege/help/nl/idtone-module.html
|
|
share/solfege/help/nl/idtone.html
|
|
share/solfege/help/nl/index.html
|
|
share/solfege/help/nl/inverting-intervals.html
|
|
share/solfege/help/nl/lesson-file-locations-details.html
|
|
share/solfege/help/nl/lesson-files.html
|
|
share/solfege/help/nl/ly/inverting-intervals.png
|
|
share/solfege/help/nl/ly/theory-intervals-1.png
|
|
share/solfege/help/nl/ly/theory-intervals-fifths.png
|
|
share/solfege/help/nl/ly/theory-intervals-fourths.png
|
|
share/solfege/help/nl/ly/theory-intervals-seconds.png
|
|
share/solfege/help/nl/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/nl/ly/theory-intervals-sixths.png
|
|
share/solfege/help/nl/ly/theory-intervals-thirds.png
|
|
share/solfege/help/nl/melodicinterval-module.html
|
|
share/solfege/help/nl/melodicinterval.html
|
|
share/solfege/help/nl/midi-instrument-names.html
|
|
share/solfege/help/nl/mpd-module.html
|
|
share/solfege/help/nl/music-theory.html
|
|
share/solfege/help/nl/nameinterval-module.html
|
|
share/solfege/help/nl/nameinterval.html
|
|
share/solfege/help/nl/online-resources.html
|
|
share/solfege/help/nl/preferences-window.html
|
|
share/solfege/help/nl/profile-manager.html
|
|
share/solfege/help/nl/rhythm-module.html
|
|
share/solfege/help/nl/rhythm.html
|
|
share/solfege/help/nl/rhythmdictation-module.html
|
|
share/solfege/help/nl/rhythmdictation2-module.html
|
|
share/solfege/help/nl/rhythmtapping-module.html
|
|
share/solfege/help/nl/rhythmtapping2-module.html
|
|
share/solfege/help/nl/rhythmtapping2.html
|
|
share/solfege/help/nl/scales.html
|
|
share/solfege/help/nl/selecting-exercises.html
|
|
share/solfege/help/nl/singanswer-module.html
|
|
share/solfege/help/nl/singchord-module.html
|
|
share/solfege/help/nl/singchord.html
|
|
share/solfege/help/nl/singinterval-module.html
|
|
share/solfege/help/nl/singinterval.html
|
|
share/solfege/help/nl/solfege-exercise-helps.html
|
|
share/solfege/help/nl/solfege-intro.html
|
|
share/solfege/help/nl/theory-intervals.html
|
|
share/solfege/help/nl/tone-in-context.html
|
|
share/solfege/help/nl/toneincontext-module.html
|
|
share/solfege/help/nl/trainingset-editor.html
|
|
share/solfege/help/nl/twelvetone-module.html
|
|
share/solfege/help/nl/twelvetone.html
|
|
share/solfege/help/nl/user-modules.html
|
|
share/solfege/help/pl/about-statistics.html
|
|
share/solfege/help/pl/bug-reporting.html
|
|
share/solfege/help/pl/chordvoicing-module.html
|
|
share/solfege/help/pl/compareintervals-module.html
|
|
share/solfege/help/pl/dictation-module.html
|
|
share/solfege/help/pl/dictation.html
|
|
share/solfege/help/pl/ear-training-test-printout-editor.html
|
|
share/solfege/help/pl/elembuilder-module.html
|
|
share/solfege/help/pl/elembuilder.html
|
|
share/solfege/help/pl/extending-solfege.html
|
|
share/solfege/help/pl/figures/chord.png
|
|
share/solfege/help/pl/figures/dictation.png
|
|
share/solfege/help/pl/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/pl/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/pl/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/pl/figures/id-interval-piano.png
|
|
share/solfege/help/pl/figures/idbyname-chords.png
|
|
share/solfege/help/pl/figures/idbyname-intonation.png
|
|
share/solfege/help/pl/figures/identifybpm.png
|
|
share/solfege/help/pl/figures/idtone.png
|
|
share/solfege/help/pl/figures/melodicinterval-buttons.png
|
|
share/solfege/help/pl/figures/nameinterval.png
|
|
share/solfege/help/pl/figures/preferences-external-programs.png
|
|
share/solfege/help/pl/figures/preferences-gui-idtone.png
|
|
share/solfege/help/pl/figures/preferences-gui-interval.png
|
|
share/solfege/help/pl/figures/preferences-gui.png
|
|
share/solfege/help/pl/figures/preferences-midi.png
|
|
share/solfege/help/pl/figures/preferences-practise.png
|
|
share/solfege/help/pl/figures/preferences-sound-setup.png
|
|
share/solfege/help/pl/figures/preferences-statistics.png
|
|
share/solfege/help/pl/figures/preferences-user.png
|
|
share/solfege/help/pl/figures/profile-manager.png
|
|
share/solfege/help/pl/figures/rhythm.png
|
|
share/solfege/help/pl/figures/rhythmtapping2.png
|
|
share/solfege/help/pl/figures/singchord.png
|
|
share/solfege/help/pl/figures/singinterval.png
|
|
share/solfege/help/pl/figures/statistics.png
|
|
share/solfege/help/pl/figures/trainingset-editor.png
|
|
share/solfege/help/pl/figures/twelvetone.png
|
|
share/solfege/help/pl/gpl.html
|
|
share/solfege/help/pl/harmonicinterval-module.html
|
|
share/solfege/help/pl/harmonicinterval.html
|
|
share/solfege/help/pl/idbyname-cadences.html
|
|
share/solfege/help/pl/idbyname-chords.html
|
|
share/solfege/help/pl/idbyname-intonation.html
|
|
share/solfege/help/pl/idbyname-module.html
|
|
share/solfege/help/pl/idbyname.html
|
|
share/solfege/help/pl/identifybpm-module.html
|
|
share/solfege/help/pl/identifybpm.html
|
|
share/solfege/help/pl/idproperty-module.html
|
|
share/solfege/help/pl/idproperty.html
|
|
share/solfege/help/pl/idtone-module.html
|
|
share/solfege/help/pl/idtone.html
|
|
share/solfege/help/pl/index.html
|
|
share/solfege/help/pl/inverting-intervals.html
|
|
share/solfege/help/pl/lesson-file-locations-details.html
|
|
share/solfege/help/pl/lesson-files.html
|
|
share/solfege/help/pl/ly/inverting-intervals.png
|
|
share/solfege/help/pl/ly/theory-intervals-1.png
|
|
share/solfege/help/pl/ly/theory-intervals-fifths.png
|
|
share/solfege/help/pl/ly/theory-intervals-fourths.png
|
|
share/solfege/help/pl/ly/theory-intervals-seconds.png
|
|
share/solfege/help/pl/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/pl/ly/theory-intervals-sixths.png
|
|
share/solfege/help/pl/ly/theory-intervals-thirds.png
|
|
share/solfege/help/pl/melodicinterval-module.html
|
|
share/solfege/help/pl/melodicinterval.html
|
|
share/solfege/help/pl/midi-instrument-names.html
|
|
share/solfege/help/pl/mpd-module.html
|
|
share/solfege/help/pl/music-theory.html
|
|
share/solfege/help/pl/nameinterval-module.html
|
|
share/solfege/help/pl/nameinterval.html
|
|
share/solfege/help/pl/online-resources.html
|
|
share/solfege/help/pl/preferences-window.html
|
|
share/solfege/help/pl/profile-manager.html
|
|
share/solfege/help/pl/rhythm-module.html
|
|
share/solfege/help/pl/rhythm.html
|
|
share/solfege/help/pl/rhythmdictation-module.html
|
|
share/solfege/help/pl/rhythmdictation2-module.html
|
|
share/solfege/help/pl/rhythmtapping-module.html
|
|
share/solfege/help/pl/rhythmtapping2-module.html
|
|
share/solfege/help/pl/rhythmtapping2.html
|
|
share/solfege/help/pl/scales.html
|
|
share/solfege/help/pl/selecting-exercises.html
|
|
share/solfege/help/pl/singanswer-module.html
|
|
share/solfege/help/pl/singchord-module.html
|
|
share/solfege/help/pl/singchord.html
|
|
share/solfege/help/pl/singinterval-module.html
|
|
share/solfege/help/pl/singinterval.html
|
|
share/solfege/help/pl/solfege-exercise-helps.html
|
|
share/solfege/help/pl/solfege-intro.html
|
|
share/solfege/help/pl/theory-intervals.html
|
|
share/solfege/help/pl/tone-in-context.html
|
|
share/solfege/help/pl/toneincontext-module.html
|
|
share/solfege/help/pl/trainingset-editor.html
|
|
share/solfege/help/pl/twelvetone-module.html
|
|
share/solfege/help/pl/twelvetone.html
|
|
share/solfege/help/pl/user-modules.html
|
|
share/solfege/help/pt_BR/about-statistics.html
|
|
share/solfege/help/pt_BR/bug-reporting.html
|
|
share/solfege/help/pt_BR/chordvoicing-module.html
|
|
share/solfege/help/pt_BR/compareintervals-module.html
|
|
share/solfege/help/pt_BR/dictation-module.html
|
|
share/solfege/help/pt_BR/dictation.html
|
|
share/solfege/help/pt_BR/ear-training-test-printout-editor.html
|
|
share/solfege/help/pt_BR/elembuilder-module.html
|
|
share/solfege/help/pt_BR/elembuilder.html
|
|
share/solfege/help/pt_BR/extending-solfege.html
|
|
share/solfege/help/pt_BR/figures/chord.png
|
|
share/solfege/help/pt_BR/figures/dictation.png
|
|
share/solfege/help/pt_BR/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/pt_BR/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/pt_BR/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/pt_BR/figures/id-interval-piano.png
|
|
share/solfege/help/pt_BR/figures/idbyname-chords.png
|
|
share/solfege/help/pt_BR/figures/idbyname-intonation.png
|
|
share/solfege/help/pt_BR/figures/identifybpm.png
|
|
share/solfege/help/pt_BR/figures/idtone.png
|
|
share/solfege/help/pt_BR/figures/melodicinterval-buttons.png
|
|
share/solfege/help/pt_BR/figures/nameinterval.png
|
|
share/solfege/help/pt_BR/figures/preferences-external-programs.png
|
|
share/solfege/help/pt_BR/figures/preferences-gui-idtone.png
|
|
share/solfege/help/pt_BR/figures/preferences-gui-interval.png
|
|
share/solfege/help/pt_BR/figures/preferences-gui.png
|
|
share/solfege/help/pt_BR/figures/preferences-midi.png
|
|
share/solfege/help/pt_BR/figures/preferences-practise.png
|
|
share/solfege/help/pt_BR/figures/preferences-sound-setup.png
|
|
share/solfege/help/pt_BR/figures/preferences-statistics.png
|
|
share/solfege/help/pt_BR/figures/preferences-user.png
|
|
share/solfege/help/pt_BR/figures/profile-manager.png
|
|
share/solfege/help/pt_BR/figures/rhythm.png
|
|
share/solfege/help/pt_BR/figures/rhythmtapping2.png
|
|
share/solfege/help/pt_BR/figures/singchord.png
|
|
share/solfege/help/pt_BR/figures/singinterval.png
|
|
share/solfege/help/pt_BR/figures/statistics.png
|
|
share/solfege/help/pt_BR/figures/trainingset-editor.png
|
|
share/solfege/help/pt_BR/figures/twelvetone.png
|
|
share/solfege/help/pt_BR/gpl.html
|
|
share/solfege/help/pt_BR/harmonicinterval-module.html
|
|
share/solfege/help/pt_BR/harmonicinterval.html
|
|
share/solfege/help/pt_BR/idbyname-cadences.html
|
|
share/solfege/help/pt_BR/idbyname-chords.html
|
|
share/solfege/help/pt_BR/idbyname-intonation.html
|
|
share/solfege/help/pt_BR/idbyname-module.html
|
|
share/solfege/help/pt_BR/idbyname.html
|
|
share/solfege/help/pt_BR/identifybpm-module.html
|
|
share/solfege/help/pt_BR/identifybpm.html
|
|
share/solfege/help/pt_BR/idproperty-module.html
|
|
share/solfege/help/pt_BR/idproperty.html
|
|
share/solfege/help/pt_BR/idtone-module.html
|
|
share/solfege/help/pt_BR/idtone.html
|
|
share/solfege/help/pt_BR/index.html
|
|
share/solfege/help/pt_BR/inverting-intervals.html
|
|
share/solfege/help/pt_BR/lesson-file-locations-details.html
|
|
share/solfege/help/pt_BR/lesson-files.html
|
|
share/solfege/help/pt_BR/ly/inverting-intervals.png
|
|
share/solfege/help/pt_BR/ly/theory-intervals-1.png
|
|
share/solfege/help/pt_BR/ly/theory-intervals-fifths.png
|
|
share/solfege/help/pt_BR/ly/theory-intervals-fourths.png
|
|
share/solfege/help/pt_BR/ly/theory-intervals-seconds.png
|
|
share/solfege/help/pt_BR/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/pt_BR/ly/theory-intervals-sixths.png
|
|
share/solfege/help/pt_BR/ly/theory-intervals-thirds.png
|
|
share/solfege/help/pt_BR/melodicinterval-module.html
|
|
share/solfege/help/pt_BR/melodicinterval.html
|
|
share/solfege/help/pt_BR/midi-instrument-names.html
|
|
share/solfege/help/pt_BR/mpd-module.html
|
|
share/solfege/help/pt_BR/music-theory.html
|
|
share/solfege/help/pt_BR/nameinterval-module.html
|
|
share/solfege/help/pt_BR/nameinterval.html
|
|
share/solfege/help/pt_BR/online-resources.html
|
|
share/solfege/help/pt_BR/preferences-window.html
|
|
share/solfege/help/pt_BR/profile-manager.html
|
|
share/solfege/help/pt_BR/rhythm-module.html
|
|
share/solfege/help/pt_BR/rhythm.html
|
|
share/solfege/help/pt_BR/rhythmdictation-module.html
|
|
share/solfege/help/pt_BR/rhythmdictation2-module.html
|
|
share/solfege/help/pt_BR/rhythmtapping-module.html
|
|
share/solfege/help/pt_BR/rhythmtapping2-module.html
|
|
share/solfege/help/pt_BR/rhythmtapping2.html
|
|
share/solfege/help/pt_BR/scales.html
|
|
share/solfege/help/pt_BR/selecting-exercises.html
|
|
share/solfege/help/pt_BR/singanswer-module.html
|
|
share/solfege/help/pt_BR/singchord-module.html
|
|
share/solfege/help/pt_BR/singchord.html
|
|
share/solfege/help/pt_BR/singinterval-module.html
|
|
share/solfege/help/pt_BR/singinterval.html
|
|
share/solfege/help/pt_BR/solfege-exercise-helps.html
|
|
share/solfege/help/pt_BR/solfege-intro.html
|
|
share/solfege/help/pt_BR/theory-intervals.html
|
|
share/solfege/help/pt_BR/tone-in-context.html
|
|
share/solfege/help/pt_BR/toneincontext-module.html
|
|
share/solfege/help/pt_BR/trainingset-editor.html
|
|
share/solfege/help/pt_BR/twelvetone-module.html
|
|
share/solfege/help/pt_BR/twelvetone.html
|
|
share/solfege/help/pt_BR/user-modules.html
|
|
share/solfege/help/ru/about-statistics.html
|
|
share/solfege/help/ru/bug-reporting.html
|
|
share/solfege/help/ru/chordvoicing-module.html
|
|
share/solfege/help/ru/compareintervals-module.html
|
|
share/solfege/help/ru/dictation-module.html
|
|
share/solfege/help/ru/dictation.html
|
|
share/solfege/help/ru/ear-training-test-printout-editor.html
|
|
share/solfege/help/ru/elembuilder-module.html
|
|
share/solfege/help/ru/elembuilder.html
|
|
share/solfege/help/ru/extending-solfege.html
|
|
share/solfege/help/ru/gpl.html
|
|
share/solfege/help/ru/harmonicinterval-module.html
|
|
share/solfege/help/ru/harmonicinterval.html
|
|
share/solfege/help/ru/idbyname-cadences.html
|
|
share/solfege/help/ru/idbyname-chords.html
|
|
share/solfege/help/ru/idbyname-intonation.html
|
|
share/solfege/help/ru/idbyname-module.html
|
|
share/solfege/help/ru/idbyname.html
|
|
share/solfege/help/ru/identifybpm-module.html
|
|
share/solfege/help/ru/identifybpm.html
|
|
share/solfege/help/ru/idproperty-module.html
|
|
share/solfege/help/ru/idproperty.html
|
|
share/solfege/help/ru/idtone-module.html
|
|
share/solfege/help/ru/idtone.html
|
|
share/solfege/help/ru/index.html
|
|
share/solfege/help/ru/inverting-intervals.html
|
|
share/solfege/help/ru/lesson-file-locations-details.html
|
|
share/solfege/help/ru/lesson-files.html
|
|
share/solfege/help/ru/ly/inverting-intervals.png
|
|
share/solfege/help/ru/ly/theory-intervals-1.png
|
|
share/solfege/help/ru/ly/theory-intervals-fifths.png
|
|
share/solfege/help/ru/ly/theory-intervals-fourths.png
|
|
share/solfege/help/ru/ly/theory-intervals-seconds.png
|
|
share/solfege/help/ru/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/ru/ly/theory-intervals-sixths.png
|
|
share/solfege/help/ru/ly/theory-intervals-thirds.png
|
|
share/solfege/help/ru/melodicinterval-module.html
|
|
share/solfege/help/ru/melodicinterval.html
|
|
share/solfege/help/ru/midi-instrument-names.html
|
|
share/solfege/help/ru/mpd-module.html
|
|
share/solfege/help/ru/music-theory.html
|
|
share/solfege/help/ru/nameinterval-module.html
|
|
share/solfege/help/ru/nameinterval.html
|
|
share/solfege/help/ru/online-resources.html
|
|
share/solfege/help/ru/preferences-window.html
|
|
share/solfege/help/ru/profile-manager.html
|
|
share/solfege/help/ru/rhythm-module.html
|
|
share/solfege/help/ru/rhythm.html
|
|
share/solfege/help/ru/rhythmdictation-module.html
|
|
share/solfege/help/ru/rhythmdictation2-module.html
|
|
share/solfege/help/ru/rhythmtapping-module.html
|
|
share/solfege/help/ru/rhythmtapping2-module.html
|
|
share/solfege/help/ru/rhythmtapping2.html
|
|
share/solfege/help/ru/scales.html
|
|
share/solfege/help/ru/selecting-exercises.html
|
|
share/solfege/help/ru/singanswer-module.html
|
|
share/solfege/help/ru/singchord-module.html
|
|
share/solfege/help/ru/singchord.html
|
|
share/solfege/help/ru/singinterval-module.html
|
|
share/solfege/help/ru/singinterval.html
|
|
share/solfege/help/ru/solfege-exercise-helps.html
|
|
share/solfege/help/ru/solfege-intro.html
|
|
share/solfege/help/ru/theory-intervals.html
|
|
share/solfege/help/ru/tone-in-context.html
|
|
share/solfege/help/ru/toneincontext-module.html
|
|
share/solfege/help/ru/trainingset-editor.html
|
|
share/solfege/help/ru/twelvetone-module.html
|
|
share/solfege/help/ru/twelvetone.html
|
|
share/solfege/help/ru/user-modules.html
|
|
share/solfege/help/style.css
|
|
share/solfege/help/tr/about-statistics.html
|
|
share/solfege/help/tr/bug-reporting.html
|
|
share/solfege/help/tr/chordvoicing-module.html
|
|
share/solfege/help/tr/compareintervals-module.html
|
|
share/solfege/help/tr/dictation-module.html
|
|
share/solfege/help/tr/dictation.html
|
|
share/solfege/help/tr/ear-training-test-printout-editor.html
|
|
share/solfege/help/tr/elembuilder-module.html
|
|
share/solfege/help/tr/elembuilder.html
|
|
share/solfege/help/tr/extending-solfege.html
|
|
share/solfege/help/tr/figures/chord.png
|
|
share/solfege/help/tr/figures/dictation.png
|
|
share/solfege/help/tr/figures/ear-training-test-printout-editor.png
|
|
share/solfege/help/tr/figures/elembuilder-harmonic-progressions.png
|
|
share/solfege/help/tr/figures/id-interval-buttons-thirds.png
|
|
share/solfege/help/tr/figures/id-interval-piano.png
|
|
share/solfege/help/tr/figures/idbyname-chords.png
|
|
share/solfege/help/tr/figures/idbyname-intonation.png
|
|
share/solfege/help/tr/figures/identifybpm.png
|
|
share/solfege/help/tr/figures/idtone.png
|
|
share/solfege/help/tr/figures/melodicinterval-buttons.png
|
|
share/solfege/help/tr/figures/nameinterval.png
|
|
share/solfege/help/tr/figures/preferences-external-programs.png
|
|
share/solfege/help/tr/figures/preferences-gui-idtone.png
|
|
share/solfege/help/tr/figures/preferences-gui-interval.png
|
|
share/solfege/help/tr/figures/preferences-gui.png
|
|
share/solfege/help/tr/figures/preferences-midi.png
|
|
share/solfege/help/tr/figures/preferences-practise.png
|
|
share/solfege/help/tr/figures/preferences-sound-setup.png
|
|
share/solfege/help/tr/figures/preferences-statistics.png
|
|
share/solfege/help/tr/figures/preferences-user.png
|
|
share/solfege/help/tr/figures/profile-manager.png
|
|
share/solfege/help/tr/figures/rhythm.png
|
|
share/solfege/help/tr/figures/rhythmtapping2.png
|
|
share/solfege/help/tr/figures/singchord.png
|
|
share/solfege/help/tr/figures/singinterval.png
|
|
share/solfege/help/tr/figures/statistics.png
|
|
share/solfege/help/tr/figures/trainingset-editor.png
|
|
share/solfege/help/tr/figures/twelvetone.png
|
|
share/solfege/help/tr/gpl.html
|
|
share/solfege/help/tr/harmonicinterval-module.html
|
|
share/solfege/help/tr/harmonicinterval.html
|
|
share/solfege/help/tr/idbyname-cadences.html
|
|
share/solfege/help/tr/idbyname-chords.html
|
|
share/solfege/help/tr/idbyname-intonation.html
|
|
share/solfege/help/tr/idbyname-module.html
|
|
share/solfege/help/tr/idbyname.html
|
|
share/solfege/help/tr/identifybpm-module.html
|
|
share/solfege/help/tr/identifybpm.html
|
|
share/solfege/help/tr/idproperty-module.html
|
|
share/solfege/help/tr/idproperty.html
|
|
share/solfege/help/tr/idtone-module.html
|
|
share/solfege/help/tr/idtone.html
|
|
share/solfege/help/tr/index.html
|
|
share/solfege/help/tr/inverting-intervals.html
|
|
share/solfege/help/tr/lesson-file-locations-details.html
|
|
share/solfege/help/tr/lesson-files.html
|
|
share/solfege/help/tr/ly/inverting-intervals.png
|
|
share/solfege/help/tr/ly/theory-intervals-1.png
|
|
share/solfege/help/tr/ly/theory-intervals-fifths.png
|
|
share/solfege/help/tr/ly/theory-intervals-fourths.png
|
|
share/solfege/help/tr/ly/theory-intervals-seconds.png
|
|
share/solfege/help/tr/ly/theory-intervals-sevenths.png
|
|
share/solfege/help/tr/ly/theory-intervals-sixths.png
|
|
share/solfege/help/tr/ly/theory-intervals-thirds.png
|
|
share/solfege/help/tr/melodicinterval-module.html
|
|
share/solfege/help/tr/melodicinterval.html
|
|
share/solfege/help/tr/midi-instrument-names.html
|
|
share/solfege/help/tr/mpd-module.html
|
|
share/solfege/help/tr/music-theory.html
|
|
share/solfege/help/tr/nameinterval-module.html
|
|
share/solfege/help/tr/nameinterval.html
|
|
share/solfege/help/tr/online-resources.html
|
|
share/solfege/help/tr/preferences-window.html
|
|
share/solfege/help/tr/profile-manager.html
|
|
share/solfege/help/tr/rhythm-module.html
|
|
share/solfege/help/tr/rhythm.html
|
|
share/solfege/help/tr/rhythmdictation-module.html
|
|
share/solfege/help/tr/rhythmdictation2-module.html
|
|
share/solfege/help/tr/rhythmtapping-module.html
|
|
share/solfege/help/tr/rhythmtapping2-module.html
|
|
share/solfege/help/tr/rhythmtapping2.html
|
|
share/solfege/help/tr/scales.html
|
|
share/solfege/help/tr/selecting-exercises.html
|
|
share/solfege/help/tr/singanswer-module.html
|
|
share/solfege/help/tr/singchord-module.html
|
|
share/solfege/help/tr/singchord.html
|
|
share/solfege/help/tr/singinterval-module.html
|
|
share/solfege/help/tr/singinterval.html
|
|
share/solfege/help/tr/solfege-exercise-helps.html
|
|
share/solfege/help/tr/solfege-intro.html
|
|
share/solfege/help/tr/theory-intervals.html
|
|
share/solfege/help/tr/tone-in-context.html
|
|
share/solfege/help/tr/toneincontext-module.html
|
|
share/solfege/help/tr/trainingset-editor.html
|
|
share/solfege/help/tr/twelvetone-module.html
|
|
share/solfege/help/tr/twelvetone.html
|
|
share/solfege/help/tr/user-modules.html
|
|
share/solfege/solfege.gtkrc
|
|
share/solfege/solfege/__init__.py
|
|
share/solfege/solfege/__init__.pyc
|
|
share/solfege/solfege/_version.py
|
|
share/solfege/solfege/_version.pyc
|
|
share/solfege/solfege/abstract.py
|
|
share/solfege/solfege/abstract.pyc
|
|
share/solfege/solfege/abstract_solmisation_addon.py
|
|
share/solfege/solfege/abstract_solmisation_addon.pyc
|
|
share/solfege/solfege/application.py
|
|
share/solfege/solfege/application.pyc
|
|
share/solfege/solfege/buildinfo.py
|
|
share/solfege/solfege/buildinfo.pyc
|
|
share/solfege/solfege/cfg.py
|
|
share/solfege/solfege/cfg.pyc
|
|
share/solfege/solfege/configwindow.py
|
|
share/solfege/solfege/configwindow.pyc
|
|
share/solfege/solfege/const.py
|
|
share/solfege/solfege/const.pyc
|
|
share/solfege/solfege/dataparser.py
|
|
share/solfege/solfege/dataparser.pyc
|
|
share/solfege/solfege/download_pyalsa.py
|
|
share/solfege/solfege/download_pyalsa.pyc
|
|
share/solfege/solfege/esel.py
|
|
share/solfege/solfege/esel.pyc
|
|
share/solfege/solfege/exercises/__init__.py
|
|
share/solfege/solfege/exercises/__init__.pyc
|
|
share/solfege/solfege/exercises/chord.py
|
|
share/solfege/solfege/exercises/chord.pyc
|
|
share/solfege/solfege/exercises/chordvoicing.py
|
|
share/solfege/solfege/exercises/chordvoicing.pyc
|
|
share/solfege/solfege/exercises/compareintervals.py
|
|
share/solfege/solfege/exercises/compareintervals.pyc
|
|
share/solfege/solfege/exercises/dictation.py
|
|
share/solfege/solfege/exercises/dictation.pyc
|
|
share/solfege/solfege/exercises/elembuilder.py
|
|
share/solfege/solfege/exercises/elembuilder.pyc
|
|
share/solfege/solfege/exercises/harmonicinterval.py
|
|
share/solfege/solfege/exercises/harmonicinterval.pyc
|
|
share/solfege/solfege/exercises/harmonicprogressiondictation.py
|
|
share/solfege/solfege/exercises/harmonicprogressiondictation.pyc
|
|
share/solfege/solfege/exercises/idbyname.py
|
|
share/solfege/solfege/exercises/idbyname.pyc
|
|
share/solfege/solfege/exercises/identifybpm.py
|
|
share/solfege/solfege/exercises/identifybpm.pyc
|
|
share/solfege/solfege/exercises/idproperty.py
|
|
share/solfege/solfege/exercises/idproperty.pyc
|
|
share/solfege/solfege/exercises/idtone.py
|
|
share/solfege/solfege/exercises/idtone.pyc
|
|
share/solfege/solfege/exercises/melodicinterval.py
|
|
share/solfege/solfege/exercises/melodicinterval.pyc
|
|
share/solfege/solfege/exercises/nameinterval.py
|
|
share/solfege/solfege/exercises/nameinterval.pyc
|
|
share/solfege/solfege/exercises/rhythm.py
|
|
share/solfege/solfege/exercises/rhythm.pyc
|
|
share/solfege/solfege/exercises/rhythmdictation.py
|
|
share/solfege/solfege/exercises/rhythmdictation.pyc
|
|
share/solfege/solfege/exercises/rhythmdictation2.py
|
|
share/solfege/solfege/exercises/rhythmdictation2.pyc
|
|
share/solfege/solfege/exercises/rhythmtapping.py
|
|
share/solfege/solfege/exercises/rhythmtapping.pyc
|
|
share/solfege/solfege/exercises/rhythmtapping2.py
|
|
share/solfege/solfege/exercises/rhythmtapping2.pyc
|
|
share/solfege/solfege/exercises/singanswer.py
|
|
share/solfege/solfege/exercises/singanswer.pyc
|
|
share/solfege/solfege/exercises/singchord.py
|
|
share/solfege/solfege/exercises/singchord.pyc
|
|
share/solfege/solfege/exercises/singinterval.py
|
|
share/solfege/solfege/exercises/singinterval.pyc
|
|
share/solfege/solfege/exercises/solmisation.py
|
|
share/solfege/solfege/exercises/solmisation.pyc
|
|
share/solfege/solfege/exercises/toneincontext.py
|
|
share/solfege/solfege/exercises/toneincontext.pyc
|
|
share/solfege/solfege/exercises/tuner.py
|
|
share/solfege/solfege/exercises/tuner.pyc
|
|
share/solfege/solfege/exercises/twelvetone.py
|
|
share/solfege/solfege/exercises/twelvetone.pyc
|
|
share/solfege/solfege/filesystem.py
|
|
share/solfege/solfege/filesystem.pyc
|
|
share/solfege/solfege/fpeditor.py
|
|
share/solfege/solfege/fpeditor.pyc
|
|
share/solfege/solfege/frontpage.py
|
|
share/solfege/solfege/frontpage.pyc
|
|
share/solfege/solfege/gu.py
|
|
share/solfege/solfege/gu.pyc
|
|
share/solfege/solfege/history.py
|
|
share/solfege/solfege/history.pyc
|
|
share/solfege/solfege/i18n.py
|
|
share/solfege/solfege/i18n.pyc
|
|
share/solfege/solfege/inputwidgets.py
|
|
share/solfege/solfege/inputwidgets.pyc
|
|
share/solfege/solfege/instrumentselector.py
|
|
share/solfege/solfege/instrumentselector.pyc
|
|
share/solfege/solfege/languages.py
|
|
share/solfege/solfege/languages.pyc
|
|
share/solfege/solfege/lessonfile.py
|
|
share/solfege/solfege/lessonfile.pyc
|
|
share/solfege/solfege/lessonfile_editor_main.py
|
|
share/solfege/solfege/lessonfile_editor_main.pyc
|
|
share/solfege/solfege/lessonfilegui.py
|
|
share/solfege/solfege/lessonfilegui.pyc
|
|
share/solfege/solfege/lfmod.py
|
|
share/solfege/solfege/lfmod.pyc
|
|
share/solfege/solfege/mainwin.py
|
|
share/solfege/solfege/mainwin.pyc
|
|
share/solfege/solfege/make_screenshots.py
|
|
share/solfege/solfege/make_screenshots.pyc
|
|
share/solfege/solfege/mpd/__init__.py
|
|
share/solfege/solfege/mpd/__init__.pyc
|
|
share/solfege/solfege/mpd/_exceptions.py
|
|
share/solfege/solfege/mpd/_exceptions.pyc
|
|
share/solfege/solfege/mpd/const.py
|
|
share/solfege/solfege/mpd/const.pyc
|
|
share/solfege/solfege/mpd/duration.py
|
|
share/solfege/solfege/mpd/duration.pyc
|
|
share/solfege/solfege/mpd/elems.py
|
|
share/solfege/solfege/mpd/elems.pyc
|
|
share/solfege/solfege/mpd/engravers.py
|
|
share/solfege/solfege/mpd/engravers.pyc
|
|
share/solfege/solfege/mpd/interval.py
|
|
share/solfege/solfege/mpd/interval.pyc
|
|
share/solfege/solfege/mpd/lexer.py
|
|
share/solfege/solfege/mpd/lexer.pyc
|
|
share/solfege/solfege/mpd/mfutils.py
|
|
share/solfege/solfege/mpd/mfutils.pyc
|
|
share/solfege/solfege/mpd/mpdutils.py
|
|
share/solfege/solfege/mpd/mpdutils.pyc
|
|
share/solfege/solfege/mpd/musicalpitch.py
|
|
share/solfege/solfege/mpd/musicalpitch.pyc
|
|
share/solfege/solfege/mpd/musicdisplayer.py
|
|
share/solfege/solfege/mpd/musicdisplayer.pyc
|
|
share/solfege/solfege/mpd/parser.py
|
|
share/solfege/solfege/mpd/parser.pyc
|
|
share/solfege/solfege/mpd/performer.py
|
|
share/solfege/solfege/mpd/performer.pyc
|
|
share/solfege/solfege/mpd/rat.py
|
|
share/solfege/solfege/mpd/rat.pyc
|
|
share/solfege/solfege/mpd/requests.py
|
|
share/solfege/solfege/mpd/requests.pyc
|
|
share/solfege/solfege/mpd/rhythmwidget.py
|
|
share/solfege/solfege/mpd/rhythmwidget.pyc
|
|
share/solfege/solfege/mpd/track.py
|
|
share/solfege/solfege/mpd/track.pyc
|
|
share/solfege/solfege/multipleintervalconfigwidget.py
|
|
share/solfege/solfege/multipleintervalconfigwidget.pyc
|
|
share/solfege/solfege/notenamespinbutton.py
|
|
share/solfege/solfege/notenamespinbutton.pyc
|
|
share/solfege/solfege/optionparser.py
|
|
share/solfege/solfege/optionparser.pyc
|
|
share/solfege/solfege/osutils.py
|
|
share/solfege/solfege/osutils.pyc
|
|
share/solfege/solfege/parsetree.py
|
|
share/solfege/solfege/parsetree.pyc
|
|
share/solfege/solfege/practisesheetdlg.py
|
|
share/solfege/solfege/practisesheetdlg.pyc
|
|
share/solfege/solfege/presetup.py
|
|
share/solfege/solfege/presetup.pyc
|
|
share/solfege/solfege/profilemanager.py
|
|
share/solfege/solfege/profilemanager.pyc
|
|
share/solfege/solfege/reportbug.py
|
|
share/solfege/solfege/reportbug.pyc
|
|
share/solfege/solfege/reportlib.py
|
|
share/solfege/solfege/reportlib.pyc
|
|
share/solfege/solfege/runtime.py
|
|
share/solfege/solfege/runtime.pyc
|
|
share/solfege/solfege/soundcard/__init__.py
|
|
share/solfege/solfege/soundcard/__init__.pyc
|
|
share/solfege/solfege/soundcard/alsa_sequencer.py
|
|
share/solfege/solfege/soundcard/alsa_sequencer.pyc
|
|
share/solfege/solfege/soundcard/exporter.py
|
|
share/solfege/solfege/soundcard/exporter.pyc
|
|
share/solfege/solfege/soundcard/fakesynth.py
|
|
share/solfege/solfege/soundcard/fakesynth.pyc
|
|
share/solfege/solfege/soundcard/midifilesynth.py
|
|
share/solfege/solfege/soundcard/midifilesynth.pyc
|
|
share/solfege/solfege/soundcard/oss_common.py
|
|
share/solfege/solfege/soundcard/oss_common.pyc
|
|
share/solfege/solfege/soundcard/oss_sequencer.py
|
|
share/solfege/solfege/soundcard/oss_sequencer.pyc
|
|
share/solfege/solfege/soundcard/oss_sequencer2.py
|
|
share/solfege/solfege/soundcard/oss_sequencer2.pyc
|
|
share/solfege/solfege/soundcard/solfege_c_midi.py
|
|
share/solfege/solfege/soundcard/solfege_c_midi.pyc
|
|
share/solfege/solfege/soundcard/soundcardexceptions.py
|
|
share/solfege/solfege/soundcard/soundcardexceptions.pyc
|
|
share/solfege/solfege/soundcard/synth_common.py
|
|
share/solfege/solfege/soundcard/synth_common.pyc
|
|
share/solfege/solfege/soundcard/winsynth.py
|
|
share/solfege/solfege/soundcard/winsynth.pyc
|
|
share/solfege/solfege/specialwidgets.py
|
|
share/solfege/solfege/specialwidgets.pyc
|
|
share/solfege/solfege/startup.py
|
|
share/solfege/solfege/startup.pyc
|
|
share/solfege/solfege/statistics.py
|
|
share/solfege/solfege/statistics.pyc
|
|
share/solfege/solfege/statisticsviewer.py
|
|
share/solfege/solfege/statisticsviewer.pyc
|
|
share/solfege/solfege/stock.py
|
|
share/solfege/solfege/stock.pyc
|
|
share/solfege/solfege/testlib.py
|
|
share/solfege/solfege/testlib.pyc
|
|
share/solfege/solfege/tracebackwindow.py
|
|
share/solfege/solfege/tracebackwindow.pyc
|
|
share/solfege/solfege/trainingsetdlg.py
|
|
share/solfege/solfege/trainingsetdlg.pyc
|
|
share/solfege/solfege/utils.py
|
|
share/solfege/solfege/utils.pyc
|
|
share/solfege/solfege/uuid.py
|
|
share/solfege/solfege/uuid.pyc
|
|
share/solfege/solfege/winlang.py
|
|
share/solfege/solfege/winlang.pyc
|
|
share/solfege/solfege/winreg.py
|
|
share/solfege/solfege/winreg.pyc
|
|
share/solfege/solfege/xrandom.py
|
|
share/solfege/solfege/xrandom.pyc
|
|
share/solfege/ui.xml
|