pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/solfege



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jan 16 19:45:27 UTC 2023

Modified Files:
        pkgsrc/audio/solfege: Makefile PLIST distinfo
        pkgsrc/audio/solfege/patches: patch-po_Makefile
Added Files:
        pkgsrc/audio/solfege/patches: patch-run-solfege.py.in
            patch-solfege_mainwin.py patch-solfege_mpd_lexer.py

Log Message:
Update to 3.23.4 (from 3.22.2). From the changelog:

- fix F9 listing user lesson files
- toneincontext: let the user compare and practise when answering wrong
- toneincontext: remove Give up button
- port exporting exercises to audio files and creating ear training test
  printouts to python3/gtk3
- download ALSA: reload moved to importlib
- toneincontext: select between number and solfa buttons
- toneincontext in minor: ask for correct tones
- toneincontext: clear flashbar after we give up
- toneincontext: statistics for x last question
- .solfegerc: sort sections and variable on save
- toneincontext: let the user set the tempo
- Fix bug #48079: label for interval accels
- Bug fixes to ExceptionDialog
- More python3 fixes, encoding
- Removed deprecated modules: chord and harmonicprogressiondictation
- Bugfix: search:modulename
- Handle lesson files where the module is not found
- idproperty: define horiz and vertic. They were missing
- uuid.py: removed. We don't use it any more
- Flashbar: bug in display caused warnings
- Removed support for some very old (8 years) file locations
- Tweaks and fixes to the exercise view
- TracebackWindows: added Clear button
- import of user exercise modules now works
- Ctrl-F in search view should scroll to top and grab focus
- Some changes from deprecated to new gtk api
- Added --run-lessonfile command line option
- Added Track.__add__
- Bugfix to lesson file header default value handling
- Front page editor bugfixes
- Modernize toneincontext module. Not finished yet.
- Port to Python 3


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/audio/solfege/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/solfege/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/solfege/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/solfege/patches/patch-po_Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/solfege/patches/patch-run-solfege.py.in \
    pkgsrc/audio/solfege/patches/patch-solfege_mainwin.py \
    pkgsrc/audio/solfege/patches/patch-solfege_mpd_lexer.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/solfege/Makefile
diff -u pkgsrc/audio/solfege/Makefile:1.86 pkgsrc/audio/solfege/Makefile:1.87
--- pkgsrc/audio/solfege/Makefile:1.86  Tue Jan  3 17:36:47 2023
+++ pkgsrc/audio/solfege/Makefile       Mon Jan 16 19:45:27 2023
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.86 2023/01/03 17:36:47 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2023/01/16 19:45:27 schmonz Exp $
 
-DISTNAME=              solfege-3.22.2
-PKGREVISION=           15
+DISTNAME=              solfege-3.23.4
 CATEGORIES=            audio
-MASTER_SITES=          ${MASTER_SITE_GNU:=solfege/}
-EXTRACT_SUFX=          .tar.xz
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=solfege/}
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              https://www.gnu.org/software/solfege/
@@ -12,8 +10,10 @@ COMMENT=             Practice several musical ear t
 LICENSE=               gnu-gpl-v3
 
 DEPENDS+=              ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+DEPENDS+=              ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
 BUILD_DEPENDS+=                docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+BUILD_DEPENDS+=                lilypond-[0-9]*:../../print/lilypond
 BUILD_DEPENDS+=                txt2man-[0-9]*:../../converters/txt2man
 
 USE_PKGLOCALEDIR=      yes
@@ -21,16 +21,15 @@ GNU_CONFIGURE=              yes
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q} ac_cv_path_MSGGREP=true
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --disable-oss-sound
-CONFIGURE_ARGS+=       --disable-pygtk-test
 CONFIGURE_ARGS+=       --enable-docbook-stylesheet=${PREFIX}/share/xsl/docbook/html/chunk.xsl
 CONFIGURE_ARGS+=       --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 
 USE_TOOLS+=            gmake gm4 makeinfo pkg-config msgfmt bash:run
 
-REPLACE_BASH=          lesson-files/bin/csound-play-harmonic-interval.sh
+REPLACE_BASH=          exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh
 
-REPLACE_PYTHON=        *.py *.py.in */*.py */*.py.in
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
+REPLACE_PYTHON=        *.py */*.py */*/*.py *.py.in */*.py.in */*/*.py.in
+PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 SUBST_CLASSES+=                sound
 SUBST_STAGE.sound=     do-configure
@@ -41,6 +40,15 @@ SUBST_VARS.sound+=   MP3PLAYER
 SUBST_VARS.sound+=     OGGPLAYER
 SUBST_MESSAGE.sound=   Setting default audio players.
 
+SUBST_CLASSES+=                sysconfdir
+SUBST_STAGE.sysconfdir=        do-configure
+SUBST_FILES.sysconfdir=        run-solfege.py
+SUBST_VARS.sysconfdir= PKG_SYSCONFDIR
+
+PKG_SYSCONFSUBDIR=     solfege
+
+BUILD_TARGET=          genfiles
+
 EGDIR=                 ${PREFIX}/share/examples/solfege
 CONF_FILES+=           ${EGDIR}/solfege ${PKG_SYSCONFDIR}/solfege
 INSTALL_MAKE_FLAGS+=   ${MAKE_FLAGS} sysconfdir=${EGDIR:Q}
@@ -63,14 +71,10 @@ OGGPLAYER=  ${PREFIX}/bin/ogg123
 .endif
 
 post-install:
-       ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/share/solfege/mpd \
-               ${DESTDIR}${PREFIX}/share/solfege/soundcard \
-               ${DESTDIR}${PREFIX}/share/solfege/src
+       find ${DESTDIR}${PREFIX} -type d -name __pycache__ | xargs rm -rf
 
 .include "../../lang/python/application.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.14
-.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/solfege/PLIST
diff -u pkgsrc/audio/solfege/PLIST:1.12 pkgsrc/audio/solfege/PLIST:1.13
--- pkgsrc/audio/solfege/PLIST:1.12     Thu Jul 11 04:45:53 2019
+++ pkgsrc/audio/solfege/PLIST  Mon Jan 16 19:45:27 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/07/11 04:45:53 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/01/16 19:45:27 schmonz Exp $
 bin/solfege
 man/man1/solfege.1
 share/applications/solfege.desktop
@@ -52,8 +52,10 @@ share/solfege/exercises/standard/lesson-
 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-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-4-5~
 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
@@ -309,6 +311,7 @@ share/solfege/exercises/standard/lesson-
 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/example-lesson-file
 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
@@ -615,22 +618,40 @@ share/solfege/exercises/standard/lesson-
 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-cr-notC
+share/solfege/exercises/standard/lesson-files/toneincontext-major-cr-notC-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-major-cr-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-major-cr-random
+share/solfege/exercises/standard/lesson-files/toneincontext-major-cr-random-octaves
 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-major-notC
+share/solfege/exercises/standard/lesson-files/toneincontext-major-notC-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-major-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-major-random
+share/solfege/exercises/standard/lesson-files/toneincontext-major-random-octaves
 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-cr-notC
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-cr-notC-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-cr-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-cr-random
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-cr-random-octaves
 share/solfege/exercises/standard/lesson-files/toneincontext-minor-f4
 share/solfege/exercises/standard/lesson-files/toneincontext-minor-l4
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-notC
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-notC-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-octaves
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-random
+share/solfege/exercises/standard/lesson-files/toneincontext-minor-random-octaves
 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
@@ -645,7 +666,6 @@ share/solfege/exercises/standard/regress
 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
@@ -676,59 +696,57 @@ share/solfege/exercises/standard/regress
 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/feta/feta20-accidentals--1.png
+share/solfege/feta/feta20-accidentals--2.png
+share/solfege/feta/feta20-accidentals-0.png
+share/solfege/feta/feta20-accidentals-1.png
+share/solfege/feta/feta20-accidentals-2.png
+share/solfege/feta/feta20-clefs-C.png
+share/solfege/feta/feta20-clefs-F.png
+share/solfege/feta/feta20-clefs-G.png
+share/solfege/feta/feta20-dots-dot.png
+share/solfege/feta/feta20-flags-d3.png
+share/solfege/feta/feta20-flags-d4.png
+share/solfege/feta/feta20-flags-d5.png
+share/solfege/feta/feta20-flags-d6.png
+share/solfege/feta/feta20-flags-u3.png
+share/solfege/feta/feta20-flags-u4.png
+share/solfege/feta/feta20-flags-u5.png
+share/solfege/feta/feta20-flags-u6.png
+share/solfege/feta/feta20-noteheads-0.png
+share/solfege/feta/feta20-noteheads-1.png
+share/solfege/feta/feta20-noteheads-2.png
+share/solfege/feta/feta20-number-0.png
+share/solfege/feta/feta20-number-1.png
+share/solfege/feta/feta20-number-2.png
+share/solfege/feta/feta20-number-3.png
+share/solfege/feta/feta20-number-4.png
+share/solfege/feta/feta20-number-5.png
+share/solfege/feta/feta20-number-6.png
+share/solfege/feta/feta20-number-7.png
+share/solfege/feta/feta20-number-8.png
+share/solfege/feta/feta20-number-9.png
+share/solfege/feta/feta20-rests--1.png
+share/solfege/feta/feta20-rests--2.png
+share/solfege/feta/feta20-rests--4.png
+share/solfege/feta/feta20-rests-0.png
+share/solfege/feta/feta20-rests-0o.png
+share/solfege/feta/feta20-rests-1.png
+share/solfege/feta/feta20-rests-1o.png
+share/solfege/feta/feta20-rests-2.png
+share/solfege/feta/feta20-rests-3.png
+share/solfege/feta/feta20-rests-4.png
+share/solfege/feta/feta20-rests-5.png
+share/solfege/feta/feta20-rests-6.png
+share/solfege/feta/feta20-rests-7.png
 share/solfege/graphics/add-dot.svg
 share/solfege/graphics/applications-system.svg
 share/solfege/graphics/dot-mode.svg
@@ -736,7 +754,6 @@ 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
@@ -792,23 +809,12 @@ share/solfege/graphics/rhythm-r8c16c16.p
 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
@@ -843,24 +849,6 @@ share/solfege/help/C/figures/statistics.
 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
@@ -874,24 +862,6 @@ share/solfege/help/C/ly/theory-intervals
 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
@@ -1151,49 +1121,6 @@ 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
@@ -1202,49 +1129,6 @@ share/solfege/help/de/ly/theory-interval
 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
@@ -1274,24 +1158,6 @@ share/solfege/help/eo/figures/singinterv
 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
@@ -1300,67 +1166,6 @@ share/solfege/help/eo/ly/theory-interval
 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
@@ -1369,49 +1174,6 @@ share/solfege/help/es/ly/theory-interval
 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
@@ -1441,24 +1203,6 @@ share/solfege/help/et/figures/singinterv
 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
@@ -1467,49 +1211,6 @@ share/solfege/help/et/ly/theory-interval
 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
@@ -1539,24 +1240,6 @@ share/solfege/help/fr/figures/singinterv
 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
@@ -1565,67 +1248,6 @@ share/solfege/help/fr/ly/theory-interval
 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
@@ -1634,49 +1256,6 @@ share/solfege/help/gl/ly/theory-interval
 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
@@ -1707,24 +1286,6 @@ share/solfege/help/nb/figures/singinterv
 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
@@ -1733,49 +1294,6 @@ share/solfege/help/nb/ly/theory-interval
 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
@@ -1805,24 +1323,6 @@ share/solfege/help/nl/figures/singinterv
 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
@@ -1831,49 +1331,6 @@ share/solfege/help/nl/ly/theory-interval
 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
@@ -1903,24 +1360,6 @@ share/solfege/help/pl/figures/singinterv
 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
@@ -1929,49 +1368,6 @@ share/solfege/help/pl/ly/theory-interval
 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
@@ -2001,24 +1397,6 @@ share/solfege/help/pt_BR/figures/singint
 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
@@ -2027,67 +1405,6 @@ share/solfege/help/pt_BR/ly/theory-inter
 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
@@ -2096,50 +1413,7 @@ share/solfege/help/ru/ly/theory-interval
 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
@@ -2169,24 +1443,6 @@ share/solfege/help/tr/figures/singinterv
 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
@@ -2195,252 +1451,108 @@ share/solfege/help/tr/ly/theory-interval
 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.css
 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/exampleexercise.py
 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/mywinreg.py
 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

Index: pkgsrc/audio/solfege/distinfo
diff -u pkgsrc/audio/solfege/distinfo:1.14 pkgsrc/audio/solfege/distinfo:1.15
--- pkgsrc/audio/solfege/distinfo:1.14  Tue Oct 26 09:59:29 2021
+++ pkgsrc/audio/solfege/distinfo       Mon Jan 16 19:45:27 2023
@@ -1,10 +1,13 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 09:59:29 nia Exp $
+$NetBSD: distinfo,v 1.15 2023/01/16 19:45:27 schmonz Exp $
 
-BLAKE2s (solfege-3.22.2.tar.xz) = 644bd4b8ce740156b37e1eb9943e506671859f91e531e37de0b67f7d02fafea6
-SHA512 (solfege-3.22.2.tar.xz) = 475d2eea54d0c6b2cb11a5271a02ca64e79c45fb6155d87a01b16e826669a07cca0b4c2543cbbb1ce8d36412ccfd64e8052de1efad3db19f34d7e0a984d7459a
-Size (solfege-3.22.2.tar.xz) = 4107232 bytes
+BLAKE2s (solfege-3.23.4.tar.gz) = 68cbbccfa9d01c1fd848ade293be5e4c9ff2aab3fb32f6d68a44370c6d5825eb
+SHA512 (solfege-3.23.4.tar.gz) = e489dec514b4f387ebac7627d83d1a7766718d10a26c3ec6257d3f4b27a082501df16a27c8a16023b34a06cd4832fabaa1c73bcded52c502fc68ab57b303eeea
+Size (solfege-3.23.4.tar.gz) = 5148412 bytes
 SHA1 (patch-Makefile.in) = 24cf0755877f53bef9687019e6b493d115709347
 SHA1 (patch-default.config) = b8cb381b348b4e2c2201e7ab9666006b40cbd4ce
-SHA1 (patch-po_Makefile) = 5c7ceec962593afc80f23aa8059c32642a456be3
+SHA1 (patch-po_Makefile) = c7e405b9a694eee4030a0433eb29589be56d9310
+SHA1 (patch-run-solfege.py.in) = c1481f2db335a8d0207ee8fd3db0e50dae5021c4
+SHA1 (patch-solfege_mainwin.py) = 7badf51679af92e75e7ef2613fed4839f8f9387a
+SHA1 (patch-solfege_mpd_lexer.py) = 18f3bf1295a03ff37b7ec27cf39fa4d830f47542
 SHA1 (patch-topdocs_AUTHORS.texi) = f4c29b218a60c5dbf3d90c4bf01f7f547b6c97eb
 SHA1 (patch-topdocs_README.texi) = f2048b20e00bc47e4401d5bdb68a46f340788193

Index: pkgsrc/audio/solfege/patches/patch-po_Makefile
diff -u pkgsrc/audio/solfege/patches/patch-po_Makefile:1.1 pkgsrc/audio/solfege/patches/patch-po_Makefile:1.2
--- pkgsrc/audio/solfege/patches/patch-po_Makefile:1.1  Thu Jul 11 04:51:14 2019
+++ pkgsrc/audio/solfege/patches/patch-po_Makefile      Mon Jan 16 19:45:27 2023
@@ -1,12 +1,12 @@
-$NetBSD: patch-po_Makefile,v 1.1 2019/07/11 04:51:14 schmonz Exp $
+$NetBSD: patch-po_Makefile,v 1.2 2023/01/16 19:45:27 schmonz Exp $
 
 Respect PKGLOCALEDIR.
 
---- po/Makefile.orig   2013-10-05 20:57:48.000000000 +0000
+--- po/Makefile.orig   2016-06-24 20:18:29.000000000 +0000
 +++ po/Makefile
-@@ -42,8 +42,8 @@ run-from-srcdir: $(MOFILES)
+@@ -41,8 +41,8 @@ run-from-srcdir: $(MOFILES)
+ 
  install-po:
-       echo $(POLANGUAGES)
        for lang in $(POLANGUAGES); do \
 -        mkdir -p $(DESTDIR)/$(datadir)/locale/$$lang/LC_MESSAGES; \
 -        $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)/$(datadir)/locale/$$lang/LC_MESSAGES/$(PACKAGE).mo; \

Added files:

Index: pkgsrc/audio/solfege/patches/patch-run-solfege.py.in
diff -u /dev/null pkgsrc/audio/solfege/patches/patch-run-solfege.py.in:1.1
--- /dev/null   Mon Jan 16 19:45:27 2023
+++ pkgsrc/audio/solfege/patches/patch-run-solfege.py.in        Mon Jan 16 19:45:27 2023
@@ -0,0 +1,18 @@
+$NetBSD: patch-run-solfege.py.in,v 1.1 2023/01/16 19:45:27 schmonz Exp $
+
+Respect PKG_SYSCONFDIR.
+
+--- run-solfege.py.in.orig     2016-06-24 20:18:29.000000000 +0000
++++ run-solfege.py.in
+@@ -41,10 +41,7 @@ from solfege import filesystem
+ # solfege.py is not necessary here because this file is only used on
+ # linux.
+ 
+-if prefix == "/usr":
+-    sysconf = "/etc/solfege"
+-else:
+-    sysconf = os.path.join(prefix, "etc", "solfege")
++sysconf = "@PKG_SYSCONFDIR@"
+ 
+ from solfege import presetup
+ presetup.presetup(os.path.join(prefix, "share", "solfege", "default.config"),
Index: pkgsrc/audio/solfege/patches/patch-solfege_mainwin.py
diff -u /dev/null pkgsrc/audio/solfege/patches/patch-solfege_mainwin.py:1.1
--- /dev/null   Mon Jan 16 19:45:27 2023
+++ pkgsrc/audio/solfege/patches/patch-solfege_mainwin.py       Mon Jan 16 19:45:27 2023
@@ -0,0 +1,25 @@
+$NetBSD: patch-solfege_mainwin.py,v 1.1 2023/01/16 19:45:27 schmonz Exp $
+
+Omit platform-specific workaround.
+
+--- solfege/mainwin.py.orig    2016-06-24 20:18:29.000000000 +0000
++++ solfege/mainwin.py
+@@ -24,12 +24,12 @@ import textwrap
+ # We move x-www-browser to the end of the list because on my
+ # debian etch system, the browser does will freeze solfege until
+ # I close the browser window.
+-try:
+-    i = webbrowser._tryorder.index("x-www-browser")
+-    webbrowser._tryorder.append(webbrowser._tryorder[i])
+-    del webbrowser._tryorder[i]
+-except ValueError:
+-    pass
++#try:
++#    i = webbrowser._tryorder.index("x-www-browser")
++#    webbrowser._tryorder.append(webbrowser._tryorder[i])
++#    del webbrowser._tryorder[i]
++#except ValueError:
++#    pass
+ 
+ import sys
+ import traceback
Index: pkgsrc/audio/solfege/patches/patch-solfege_mpd_lexer.py
diff -u /dev/null pkgsrc/audio/solfege/patches/patch-solfege_mpd_lexer.py:1.1
--- /dev/null   Mon Jan 16 19:45:27 2023
+++ pkgsrc/audio/solfege/patches/patch-solfege_mpd_lexer.py     Mon Jan 16 19:45:27 2023
@@ -0,0 +1,24 @@
+$NetBSD: patch-solfege_mpd_lexer.py,v 1.1 2023/01/16 19:45:27 schmonz Exp $
+
+Fix Python 3 warnings.
+
+--- solfege/mpd/lexer.py.orig  2016-06-24 20:18:29.000000000 +0000
++++ solfege/mpd/lexer.py
+@@ -163,7 +163,7 @@ class Lexer:
+                         'goodcode': '%s%i%s' % (resttype, self.m_notelen.m_nh, dots)
+                         },
+                         self)
+-            if notelen is 0:
++            if notelen == 0:
+                 return self.REST, RestRequest(None, None)
+             else:
+                 self.m_notelen = Duration(notelen, numdots)
+@@ -183,7 +183,7 @@ class Lexer:
+                         'badcode': m.group().strip(),
+                         'goodcode': 's%i%s' % (self.m_notelen.m_nh, dots)
+                         }, self)
+-            if skiplen is 0:
++            if skiplen == 0:
+                 return self.SKIP, SkipRequest(skiplen, numdots)
+             else:
+                 self.m_notelen = Duration(skiplen, numdots)



Home | Main Index | Thread Index | Old Index