Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/solfege/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 15 Feb 2008 13:14:37 -0000 1.40 +++ Makefile 19 Mar 2008 22:49:07 -0000 @@ -8,12 +8,11 @@ # PORTNAME= solfege -PORTVERSION= 3.10.2 +PORTVERSION= 3.10.3 CATEGORIES= audio MASTER_SITES= SF -PKGNAMESUFFIX= -nosound -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= Free eartraining software BUILD_DEPENDS= ${STYLESHEET}:${PORTSDIR}/textproc/docbook-xsl @@ -21,14 +20,11 @@ USE_GNOME= gnomehack gnometarget libxslt pygtk2 WANT_GNOME= yes USE_PYTHON= yes -USE_GETTEXT= yes USE_GMAKE= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_XML2PO="" -CONFIGURE_ARGS= --disable-oss-sound \ - --enable-docbook-stylesheet=${STYLESHEET} +CONFIGURE_ARGS= --enable-docbook-stylesheet=${STYLESHEET} MAKE_ARGS= skipmanual=yes -USE_DISPLAY= yes MAN1= lessonfile_editor.1 solfege.1 @@ -39,6 +35,13 @@ .include +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB= NLS="" +.else +PLIST_SUB= NLS="@comment " +.endif + .if ${HAVE_GNOME:Mpygnomeextras}!="" USE_GNOME+= pygnomeextras .endif @@ -52,5 +55,11 @@ ${WRKSRC}/po/Makefile @${REINPLACE_CMD} -i '' -e 's|/bin/bash|/bin/sh|g' \ ${WRKSRC}/lesson-files/bin/csound-play-harmonic-interval.sh +.if defined(WITHOUT_NLS) + ${REINPLACE_CMD} -e 's|install-po||; s|uninstall-po||' ${WRKSRC}/Makefile.in +.endif +.if defined(NOPORTEXAMPLES) + ${REINPLACE_CMD} -e '72s|example-lesson-files||' ${WRKSRC}/Makefile.in +.endif .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/audio/solfege/distinfo,v retrieving revision 1.27 diff -u -r1.27 distinfo --- distinfo 15 Feb 2008 13:14:37 -0000 1.27 +++ distinfo 19 Mar 2008 20:58:06 -0000 @@ -1,3 +1,3 @@ -MD5 (solfege-3.10.2.tar.gz) = ec75f89ff23d9af51a17e169c14b9212 -SHA256 (solfege-3.10.2.tar.gz) = 716f0d2e307fdeccdd3d89a001db224ff5c493d134c900de061bebe627d9a610 -SIZE (solfege-3.10.2.tar.gz) = 3027839 +MD5 (solfege-3.10.3.tar.gz) = 38ff4b062e1598485eade85ee9f86b72 +SHA256 (solfege-3.10.3.tar.gz) = 6a8fb7a3434f88fb4c9204be1fe1098b0e25adaed29c3f28c001ae10caf0ba7f +SIZE (solfege-3.10.3.tar.gz) = 3039116 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/audio/solfege/pkg-plist,v retrieving revision 1.23 diff -u -r1.23 pkg-plist --- pkg-plist 15 Feb 2008 13:14:37 -0000 1.23 +++ pkg-plist 19 Mar 2008 22:48:58 -0000 @@ -1,35 +1,36 @@ bin/lessonfile_editor bin/solfege etc/solfege +lib/solfege/_solfege_c_midi.so share/applications/solfege.desktop -share/locale/cs/LC_MESSAGES/solfege.mo -share/locale/da/LC_MESSAGES/solfege.mo -share/locale/de/LC_MESSAGES/solfege.mo -share/locale/es/LC_MESSAGES/solfege.mo -share/locale/fr/LC_MESSAGES/solfege.mo -share/locale/hu/LC_MESSAGES/solfege.mo -share/locale/it/LC_MESSAGES/solfege.mo -share/locale/nb/LC_MESSAGES/solfege.mo -share/locale/nl/LC_MESSAGES/solfege.mo -share/locale/pt_BR/LC_MESSAGES/solfege.mo -share/locale/ru/LC_MESSAGES/solfege.mo -share/locale/sv/LC_MESSAGES/solfege.mo -share/locale/tr/LC_MESSAGES/solfege.mo -share/locale/vi/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/cs/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/da/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/de/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/es/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/fr/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/hu/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/it/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/nb/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/nl/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/ru/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/sv/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/tr/LC_MESSAGES/solfege.mo +%%NLS%%share/locale/vi/LC_MESSAGES/solfege.mo share/pixmaps/solfege.png %%DATADIR%%/debugtree.txt %%DATADIR%%/default.config -%%DATADIR%%/example-lesson-files/chord-satb -%%DATADIR%%/example-lesson-files/example-1 -%%DATADIR%%/example-lesson-files/harmonic-progression-dictation -%%DATADIR%%/example-lesson-files/id-by-name-1 -%%DATADIR%%/example-lesson-files/id-by-name-2 -%%DATADIR%%/example-lesson-files/learn-min-major-1 -%%DATADIR%%/example-lesson-files/learn-min-major-2 -%%DATADIR%%/example-lesson-files/learn-min-major-3 -%%DATADIR%%/example-lesson-files/sing-chord -%%DATADIR%%/example-lesson-files/very-easy-scale -%%DATADIR%%/example-lesson-files/very-easy-scale2 +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/chord-satb +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/example-1 +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/harmonic-progression-dictation +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/id-by-name-1 +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/id-by-name-2 +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/learn-min-major-1 +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/learn-min-major-2 +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/learn-min-major-3 +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/sing-chord +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/very-easy-scale +%%PORTEXAMPLES%%%%DATADIR%%/example-lesson-files/very-easy-scale2 %%DATADIR%%/feta/feta20-accidentals--1.xpm %%DATADIR%%/feta/feta20-accidentals--2.xpm %%DATADIR%%/feta/feta20-accidentals-0.xpm @@ -147,617 +148,617 @@ %%DATADIR%%/graphics/solfege.xpm %%DATADIR%%/graphics/test-sound.png %%DATADIR%%/graphics/twelve-tone.png -%%DATADIR%%/help/C/appendix-not-documentation.html -%%DATADIR%%/help/C/bug-reporting.html -%%DATADIR%%/help/C/chord-module.html -%%DATADIR%%/help/C/chord.html -%%DATADIR%%/help/C/compareintervals-module.html -%%DATADIR%%/help/C/dictation-module.html -%%DATADIR%%/help/C/dictation.html -%%DATADIR%%/help/C/ear-training-test-printout-editor.html -%%DATADIR%%/help/C/elembuilder-module.html -%%DATADIR%%/help/C/elembuilder.html -%%DATADIR%%/help/C/extending-solfege.html -%%DATADIR%%/help/C/figures/chord.png -%%DATADIR%%/help/C/figures/dictation.png -%%DATADIR%%/help/C/figures/elembuilder-harmonic-progressions.png -%%DATADIR%%/help/C/figures/id-interval-buttons-thirds.png -%%DATADIR%%/help/C/figures/id-interval-piano.png -%%DATADIR%%/help/C/figures/idbyname-chords.png -%%DATADIR%%/help/C/figures/idbyname-intonation.png -%%DATADIR%%/help/C/figures/identifybpm.png -%%DATADIR%%/help/C/figures/idtone.png -%%DATADIR%%/help/C/figures/nameinterval.png -%%DATADIR%%/help/C/figures/preferences-external-programs.png -%%DATADIR%%/help/C/figures/preferences-gui.png -%%DATADIR%%/help/C/figures/preferences-midi.png -%%DATADIR%%/help/C/figures/preferences-practise.png -%%DATADIR%%/help/C/figures/preferences-sound-setup.png -%%DATADIR%%/help/C/figures/preferences-user.png -%%DATADIR%%/help/C/figures/rhythm.png -%%DATADIR%%/help/C/figures/singchord.png -%%DATADIR%%/help/C/figures/singinterval.png -%%DATADIR%%/help/C/figures/trainingset-editor.png -%%DATADIR%%/help/C/figures/twelvetone.png -%%DATADIR%%/help/C/gpl.html -%%DATADIR%%/help/C/harmonicinterval-module.html -%%DATADIR%%/help/C/harmonicinterval.html -%%DATADIR%%/help/C/idbyname-chords.html -%%DATADIR%%/help/C/idbyname-intonation.html -%%DATADIR%%/help/C/idbyname-module.html -%%DATADIR%%/help/C/identifybpm.html -%%DATADIR%%/help/C/idproperty-module.html -%%DATADIR%%/help/C/idproperty.html -%%DATADIR%%/help/C/idtone-module.html -%%DATADIR%%/help/C/idtone.html -%%DATADIR%%/help/C/index.html -%%DATADIR%%/help/C/inverting-intervals.html -%%DATADIR%%/help/C/lesson-files.html -%%DATADIR%%/help/C/ly/inverting-intervals.png -%%DATADIR%%/help/C/ly/theory-intervals-1.png -%%DATADIR%%/help/C/ly/theory-intervals-fifths-1.png -%%DATADIR%%/help/C/ly/theory-intervals-fifths-2.png -%%DATADIR%%/help/C/ly/theory-intervals-fifths.png -%%DATADIR%%/help/C/ly/theory-intervals-fourths.png -%%DATADIR%%/help/C/ly/theory-intervals-seconds-1.png -%%DATADIR%%/help/C/ly/theory-intervals-seconds-2.png -%%DATADIR%%/help/C/ly/theory-intervals-seconds-3.png -%%DATADIR%%/help/C/ly/theory-intervals-seconds.png -%%DATADIR%%/help/C/ly/theory-intervals-sevenths.png -%%DATADIR%%/help/C/ly/theory-intervals-sixths.png -%%DATADIR%%/help/C/ly/theory-intervals-thirds.png -%%DATADIR%%/help/C/melodicinterval-module.html -%%DATADIR%%/help/C/melodicinterval.html -%%DATADIR%%/help/C/midi-instrument-names.html -%%DATADIR%%/help/C/music-theory.html -%%DATADIR%%/help/C/nameinterval-module.html -%%DATADIR%%/help/C/nameinterval.html -%%DATADIR%%/help/C/online-resources.html -%%DATADIR%%/help/C/preferences-window.html -%%DATADIR%%/help/C/rhythm-module.html -%%DATADIR%%/help/C/rhythm.html -%%DATADIR%%/help/C/rhythmtapping-module.html -%%DATADIR%%/help/C/rhythmtapping2-module.html -%%DATADIR%%/help/C/rhythmtapping2.html -%%DATADIR%%/help/C/scales/aug.html -%%DATADIR%%/help/C/scales/beb.html -%%DATADIR%%/help/C/scales/blu.html -%%DATADIR%%/help/C/scales/dha.html -%%DATADIR%%/help/C/scales/dim.html -%%DATADIR%%/help/C/scales/ham.html -%%DATADIR%%/help/C/scales/har.html -%%DATADIR%%/help/C/scales/hun.html -%%DATADIR%%/help/C/scales/images/modes/chords/dha1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/dha2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/dha4c.png -%%DATADIR%%/help/C/scales/images/modes/chords/dha5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/dha6c.png -%%DATADIR%%/help/C/scales/images/modes/chords/dim2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/ham1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/ham2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/ham3c2.png -%%DATADIR%%/help/C/scales/images/modes/chords/ham4c.png -%%DATADIR%%/help/C/scales/images/modes/chords/ham5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/ham6c.png -%%DATADIR%%/help/C/scales/images/modes/chords/ham7c.png -%%DATADIR%%/help/C/scales/images/modes/chords/har1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/har2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/har3c.png -%%DATADIR%%/help/C/scales/images/modes/chords/har4c.png -%%DATADIR%%/help/C/scales/images/modes/chords/har5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/har6c.png -%%DATADIR%%/help/C/scales/images/modes/chords/har7c.png -%%DATADIR%%/help/C/scales/images/modes/chords/hun1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/hun3c.png -%%DATADIR%%/help/C/scales/images/modes/chords/hun5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/hun6c.png -%%DATADIR%%/help/C/scales/images/modes/chords/maj1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/maj2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/maj3c.png -%%DATADIR%%/help/C/scales/images/modes/chords/maj4c.png -%%DATADIR%%/help/C/scales/images/modes/chords/maj5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/maj6c.png -%%DATADIR%%/help/C/scales/images/modes/chords/maj7c.png -%%DATADIR%%/help/C/scales/images/modes/chords/mel1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/mel2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/mel3c.png -%%DATADIR%%/help/C/scales/images/modes/chords/mel4c.png -%%DATADIR%%/help/C/scales/images/modes/chords/mel5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/mel6c.png -%%DATADIR%%/help/C/scales/images/modes/chords/mel7c2.png -%%DATADIR%%/help/C/scales/images/modes/chords/nea1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nea2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nea3c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nea4c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nea5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nea6c2.png -%%DATADIR%%/help/C/scales/images/modes/chords/nea7c2.png -%%DATADIR%%/help/C/scales/images/modes/chords/nem1c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nem2c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nem3c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nem4c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nem5c.png -%%DATADIR%%/help/C/scales/images/modes/chords/nem6c.png -%%DATADIR%%/help/C/scales/images/modes/chords/who1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug1d.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug1db.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug1eb.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug2cd.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug2d.png -%%DATADIR%%/help/C/scales/images/modes/scales/aug2dd.png -%%DATADIR%%/help/C/scales/images/modes/scales/beb1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/beb2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/beb3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/beb4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/beb5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/blu1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha2db.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha3c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha3e.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha4f.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha6ab.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha7b.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dha7c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/dim1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dim1d.png -%%DATADIR%%/help/C/scales/images/modes/scales/dim1db.png -%%DATADIR%%/help/C/scales/images/modes/scales/dim2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/dim2cd.png -%%DATADIR%%/help/C/scales/images/modes/scales/dim2d.png -%%DATADIR%%/help/C/scales/images/modes/scales/eni1c-d.png -%%DATADIR%%/help/C/scales/images/modes/scales/eni1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham2d.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham3c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham3e.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham4f.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham6ab.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham7b.png -%%DATADIR%%/help/C/scales/images/modes/scales/ham7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/har1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/har2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/har2d.png -%%DATADIR%%/help/C/scales/images/modes/scales/har3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/har3eb.png -%%DATADIR%%/help/C/scales/images/modes/scales/har4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/har4f.png -%%DATADIR%%/help/C/scales/images/modes/scales/har5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/har5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/har6ab.png -%%DATADIR%%/help/C/scales/images/modes/scales/har6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/har7b.png -%%DATADIR%%/help/C/scales/images/modes/scales/har7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun2c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun2dd.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun3e.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun4c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun4fd.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun6a.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun7bb.png -%%DATADIR%%/help/C/scales/images/modes/scales/hun7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj2d.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj3e.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj4f.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj6a.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj7b.png -%%DATADIR%%/help/C/scales/images/modes/scales/maj7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel1c-d.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel2d.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel3eb.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel4f.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel6a.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel7b.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/mel7c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea2db.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea3eb.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea4f.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea6a.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea6c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea7b.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nea7c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem2db.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem3eb.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem4f.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem5g.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem6ab.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem6c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem7b.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem7c.png -%%DATADIR%%/help/C/scales/images/modes/scales/nem7c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen2c.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen2d.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen3c.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen3e.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen4c.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen4g.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen5a.png -%%DATADIR%%/help/C/scales/images/modes/scales/pen5c.png -%%DATADIR%%/help/C/scales/images/modes/scales/who1c.png -%%DATADIR%%/help/C/scales/images/modes/scales/who1c2.png -%%DATADIR%%/help/C/scales/images/modes/scales/who1db.png -%%DATADIR%%/help/C/scales/images/quadriads/c7+5.png -%%DATADIR%%/help/C/scales/images/quadriads/c7-5.png -%%DATADIR%%/help/C/scales/images/quadriads/c7.png -%%DATADIR%%/help/C/scales/images/quadriads/c^+5.png -%%DATADIR%%/help/C/scales/images/quadriads/c^-5.png -%%DATADIR%%/help/C/scales/images/quadriads/c^.png -%%DATADIR%%/help/C/scales/images/quadriads/cdim.png -%%DATADIR%%/help/C/scales/images/quadriads/cm7+5.png -%%DATADIR%%/help/C/scales/images/quadriads/cm7-5.png -%%DATADIR%%/help/C/scales/images/quadriads/cm7.png -%%DATADIR%%/help/C/scales/images/quadriads/cm^+5.png -%%DATADIR%%/help/C/scales/images/quadriads/cm^-5.png -%%DATADIR%%/help/C/scales/images/quadriads/cm^.png -%%DATADIR%%/help/C/scales/images/triads/abau.png -%%DATADIR%%/help/C/scales/images/triads/cau.png -%%DATADIR%%/help/C/scales/images/triads/cau1.png -%%DATADIR%%/help/C/scales/images/triads/cau1o.png -%%DATADIR%%/help/C/scales/images/triads/cau2.png -%%DATADIR%%/help/C/scales/images/triads/cau2o.png -%%DATADIR%%/help/C/scales/images/triads/cauo.png -%%DATADIR%%/help/C/scales/images/triads/cdi-fs8.png -%%DATADIR%%/help/C/scales/images/triads/cdi.png -%%DATADIR%%/help/C/scales/images/triads/cdi1.png -%%DATADIR%%/help/C/scales/images/triads/cdi1o.png -%%DATADIR%%/help/C/scales/images/triads/cdi2.png -%%DATADIR%%/help/C/scales/images/triads/cdi2o.png -%%DATADIR%%/help/C/scales/images/triads/cdio.png -%%DATADIR%%/help/C/scales/images/triads/cma.png -%%DATADIR%%/help/C/scales/images/triads/cma1.png -%%DATADIR%%/help/C/scales/images/triads/cma1o.png -%%DATADIR%%/help/C/scales/images/triads/cma2.png -%%DATADIR%%/help/C/scales/images/triads/cma2o.png -%%DATADIR%%/help/C/scales/images/triads/cmao.png -%%DATADIR%%/help/C/scales/images/triads/cmi.png -%%DATADIR%%/help/C/scales/images/triads/cmi1.png -%%DATADIR%%/help/C/scales/images/triads/cmi1o.png -%%DATADIR%%/help/C/scales/images/triads/cmi2.png -%%DATADIR%%/help/C/scales/images/triads/cmi2o.png -%%DATADIR%%/help/C/scales/images/triads/cmio.png -%%DATADIR%%/help/C/scales/images/triads/dau.png -%%DATADIR%%/help/C/scales/images/triads/dbau.png -%%DATADIR%%/help/C/scales/images/triads/eau.png -%%DATADIR%%/help/C/scales/images/triads/ebau.png -%%DATADIR%%/help/C/scales/maj.html -%%DATADIR%%/help/C/scales/mel.html -%%DATADIR%%/help/C/scales/modes.html -%%DATADIR%%/help/C/scales/nea.html -%%DATADIR%%/help/C/scales/nem.html -%%DATADIR%%/help/C/scales/pen.html -%%DATADIR%%/help/C/scales/sim.html -%%DATADIR%%/help/C/scales/who.html -%%DATADIR%%/help/C/scales.html -%%DATADIR%%/help/C/singanswer-module.html -%%DATADIR%%/help/C/singchord-module.html -%%DATADIR%%/help/C/singchord.html -%%DATADIR%%/help/C/singinterval-module.html -%%DATADIR%%/help/C/singinterval.html -%%DATADIR%%/help/C/solfege-exercise-helps.html -%%DATADIR%%/help/C/solfege-intro.html -%%DATADIR%%/help/C/theory-intervals.html -%%DATADIR%%/help/C/trainingset-editor.html -%%DATADIR%%/help/C/twelvetone.html -%%DATADIR%%/help/C/welcome.html -%%DATADIR%%/help/fr/appendix-not-documentation.html -%%DATADIR%%/help/fr/bug-reporting.html -%%DATADIR%%/help/fr/chord-module.html -%%DATADIR%%/help/fr/chord.html -%%DATADIR%%/help/fr/compareintervals-module.html -%%DATADIR%%/help/fr/dictation-module.html -%%DATADIR%%/help/fr/dictation.html -%%DATADIR%%/help/fr/ear-training-test-printout-editor.html -%%DATADIR%%/help/fr/elembuilder-module.html -%%DATADIR%%/help/fr/elembuilder.html -%%DATADIR%%/help/fr/extending-solfege.html -%%DATADIR%%/help/fr/figures/chord.png -%%DATADIR%%/help/fr/figures/dictation.png -%%DATADIR%%/help/fr/figures/id-interval-buttons-thirds.png -%%DATADIR%%/help/fr/figures/id-interval-piano.png -%%DATADIR%%/help/fr/figures/idbyname-chords.png -%%DATADIR%%/help/fr/figures/idbyname-intonation.png -%%DATADIR%%/help/fr/figures/identifybpm.png -%%DATADIR%%/help/fr/figures/idtone.png -%%DATADIR%%/help/fr/figures/preferences-gui.png -%%DATADIR%%/help/fr/figures/preferences-midi.png -%%DATADIR%%/help/fr/figures/preferences-practise.png -%%DATADIR%%/help/fr/figures/preferences-sound-setup.png -%%DATADIR%%/help/fr/figures/preferences-user.png -%%DATADIR%%/help/fr/figures/rhythm.png -%%DATADIR%%/help/fr/figures/singchord.png -%%DATADIR%%/help/fr/figures/singinterval.png -%%DATADIR%%/help/fr/figures/twelvetone.png -%%DATADIR%%/help/fr/gpl.html -%%DATADIR%%/help/fr/harmonicinterval-module.html -%%DATADIR%%/help/fr/harmonicinterval.html -%%DATADIR%%/help/fr/idbyname-chords.html -%%DATADIR%%/help/fr/idbyname-intonation.html -%%DATADIR%%/help/fr/idbyname-module.html -%%DATADIR%%/help/fr/identifybpm.html -%%DATADIR%%/help/fr/idproperty-module.html -%%DATADIR%%/help/fr/idproperty.html -%%DATADIR%%/help/fr/idtone-module.html -%%DATADIR%%/help/fr/idtone.html -%%DATADIR%%/help/fr/index.html -%%DATADIR%%/help/fr/inverting-intervals.html -%%DATADIR%%/help/fr/lesson-files.html -%%DATADIR%%/help/fr/melodicinterval-module.html -%%DATADIR%%/help/fr/melodicinterval.html -%%DATADIR%%/help/fr/midi-instrument-names.html -%%DATADIR%%/help/fr/music-theory.html -%%DATADIR%%/help/fr/nameinterval-module.html -%%DATADIR%%/help/fr/nameinterval.html -%%DATADIR%%/help/fr/online-resources.html -%%DATADIR%%/help/fr/preferences-window.html -%%DATADIR%%/help/fr/rhythm-module.html -%%DATADIR%%/help/fr/rhythm.html -%%DATADIR%%/help/fr/rhythmtapping-module.html -%%DATADIR%%/help/fr/rhythmtapping2-module.html -%%DATADIR%%/help/fr/rhythmtapping2.html -%%DATADIR%%/help/fr/scales.html -%%DATADIR%%/help/fr/singanswer-module.html -%%DATADIR%%/help/fr/singchord-module.html -%%DATADIR%%/help/fr/singchord.html -%%DATADIR%%/help/fr/singinterval-module.html -%%DATADIR%%/help/fr/singinterval.html -%%DATADIR%%/help/fr/solfege-exercise-helps.html -%%DATADIR%%/help/fr/solfege-intro.html -%%DATADIR%%/help/fr/theory-intervals.html -%%DATADIR%%/help/fr/trainingset-editor.html -%%DATADIR%%/help/fr/twelvetone.html -%%DATADIR%%/help/fr/welcome.html -%%DATADIR%%/help/nb/appendix-not-documentation.html -%%DATADIR%%/help/nb/bug-reporting.html -%%DATADIR%%/help/nb/chord-module.html -%%DATADIR%%/help/nb/chord.html -%%DATADIR%%/help/nb/compareintervals-module.html -%%DATADIR%%/help/nb/dictation-module.html -%%DATADIR%%/help/nb/dictation.html -%%DATADIR%%/help/nb/ear-training-test-printout-editor.html -%%DATADIR%%/help/nb/elembuilder-module.html -%%DATADIR%%/help/nb/elembuilder.html -%%DATADIR%%/help/nb/extending-solfege.html -%%DATADIR%%/help/nb/figures/chord.png -%%DATADIR%%/help/nb/figures/dictation.png -%%DATADIR%%/help/nb/figures/id-interval-buttons-thirds.png -%%DATADIR%%/help/nb/figures/id-interval-piano.png -%%DATADIR%%/help/nb/figures/idbyname-chords.png -%%DATADIR%%/help/nb/figures/idbyname-intonation.png -%%DATADIR%%/help/nb/figures/identifybpm.png -%%DATADIR%%/help/nb/figures/idtone.png -%%DATADIR%%/help/nb/figures/preferences-gui.png -%%DATADIR%%/help/nb/figures/preferences-midi.png -%%DATADIR%%/help/nb/figures/preferences-practise.png -%%DATADIR%%/help/nb/figures/preferences-sound-setup.png -%%DATADIR%%/help/nb/figures/preferences-user.png -%%DATADIR%%/help/nb/figures/rhythm.png -%%DATADIR%%/help/nb/figures/singchord.png -%%DATADIR%%/help/nb/figures/singinterval.png -%%DATADIR%%/help/nb/figures/twelvetone.png -%%DATADIR%%/help/nb/gpl.html -%%DATADIR%%/help/nb/harmonicinterval-module.html -%%DATADIR%%/help/nb/harmonicinterval.html -%%DATADIR%%/help/nb/idbyname-chords.html -%%DATADIR%%/help/nb/idbyname-intonation.html -%%DATADIR%%/help/nb/idbyname-module.html -%%DATADIR%%/help/nb/identifybpm.html -%%DATADIR%%/help/nb/idproperty-module.html -%%DATADIR%%/help/nb/idproperty.html -%%DATADIR%%/help/nb/idtone-module.html -%%DATADIR%%/help/nb/idtone.html -%%DATADIR%%/help/nb/index.html -%%DATADIR%%/help/nb/inverting-intervals.html -%%DATADIR%%/help/nb/lesson-files.html -%%DATADIR%%/help/nb/melodicinterval-module.html -%%DATADIR%%/help/nb/melodicinterval.html -%%DATADIR%%/help/nb/midi-instrument-names.html -%%DATADIR%%/help/nb/music-theory.html -%%DATADIR%%/help/nb/nameinterval-module.html -%%DATADIR%%/help/nb/nameinterval.html -%%DATADIR%%/help/nb/online-resources.html -%%DATADIR%%/help/nb/preferences-window.html -%%DATADIR%%/help/nb/rhythm-module.html -%%DATADIR%%/help/nb/rhythm.html -%%DATADIR%%/help/nb/rhythmtapping-module.html -%%DATADIR%%/help/nb/rhythmtapping2-module.html -%%DATADIR%%/help/nb/rhythmtapping2.html -%%DATADIR%%/help/nb/scales.html -%%DATADIR%%/help/nb/singanswer-module.html -%%DATADIR%%/help/nb/singchord-module.html -%%DATADIR%%/help/nb/singchord.html -%%DATADIR%%/help/nb/singinterval-module.html -%%DATADIR%%/help/nb/singinterval.html -%%DATADIR%%/help/nb/solfege-exercise-helps.html -%%DATADIR%%/help/nb/solfege-intro.html -%%DATADIR%%/help/nb/theory-intervals.html -%%DATADIR%%/help/nb/trainingset-editor.html -%%DATADIR%%/help/nb/twelvetone.html -%%DATADIR%%/help/nb/welcome.html -%%DATADIR%%/help/pt_BR/appendix-not-documentation.html -%%DATADIR%%/help/pt_BR/bug-reporting.html -%%DATADIR%%/help/pt_BR/chord-module.html -%%DATADIR%%/help/pt_BR/chord.html -%%DATADIR%%/help/pt_BR/compareintervals-module.html -%%DATADIR%%/help/pt_BR/dictation-module.html -%%DATADIR%%/help/pt_BR/dictation.html -%%DATADIR%%/help/pt_BR/ear-training-test-printout-editor.html -%%DATADIR%%/help/pt_BR/elembuilder-module.html -%%DATADIR%%/help/pt_BR/elembuilder.html -%%DATADIR%%/help/pt_BR/extending-solfege.html -%%DATADIR%%/help/pt_BR/figures/chord.png -%%DATADIR%%/help/pt_BR/figures/dictation.png -%%DATADIR%%/help/pt_BR/figures/id-interval-buttons-thirds.png -%%DATADIR%%/help/pt_BR/figures/id-interval-piano.png -%%DATADIR%%/help/pt_BR/figures/idbyname-chords.png -%%DATADIR%%/help/pt_BR/figures/identifybpm.png -%%DATADIR%%/help/pt_BR/figures/idtone.png -%%DATADIR%%/help/pt_BR/figures/preferences-gui.png -%%DATADIR%%/help/pt_BR/figures/preferences-midi.png -%%DATADIR%%/help/pt_BR/figures/preferences-practise.png -%%DATADIR%%/help/pt_BR/figures/preferences-sound-setup.png -%%DATADIR%%/help/pt_BR/figures/preferences-user.png -%%DATADIR%%/help/pt_BR/figures/rhythm.png -%%DATADIR%%/help/pt_BR/figures/singchord.png -%%DATADIR%%/help/pt_BR/figures/singinterval.png -%%DATADIR%%/help/pt_BR/figures/twelvetone.png -%%DATADIR%%/help/pt_BR/gpl.html -%%DATADIR%%/help/pt_BR/harmonicinterval-module.html -%%DATADIR%%/help/pt_BR/harmonicinterval.html -%%DATADIR%%/help/pt_BR/idbyname-chords.html -%%DATADIR%%/help/pt_BR/idbyname-intonation.html -%%DATADIR%%/help/pt_BR/idbyname-module.html -%%DATADIR%%/help/pt_BR/identifybpm.html -%%DATADIR%%/help/pt_BR/idproperty-module.html -%%DATADIR%%/help/pt_BR/idproperty.html -%%DATADIR%%/help/pt_BR/idtone-module.html -%%DATADIR%%/help/pt_BR/idtone.html -%%DATADIR%%/help/pt_BR/index.html -%%DATADIR%%/help/pt_BR/inverting-intervals.html -%%DATADIR%%/help/pt_BR/lesson-files.html -%%DATADIR%%/help/pt_BR/melodicinterval-module.html -%%DATADIR%%/help/pt_BR/melodicinterval.html -%%DATADIR%%/help/pt_BR/midi-instrument-names.html -%%DATADIR%%/help/pt_BR/music-theory.html -%%DATADIR%%/help/pt_BR/nameinterval-module.html -%%DATADIR%%/help/pt_BR/nameinterval.html -%%DATADIR%%/help/pt_BR/online-resources.html -%%DATADIR%%/help/pt_BR/preferences-window.html -%%DATADIR%%/help/pt_BR/rhythm-module.html -%%DATADIR%%/help/pt_BR/rhythm.html -%%DATADIR%%/help/pt_BR/rhythmtapping-module.html -%%DATADIR%%/help/pt_BR/rhythmtapping2-module.html -%%DATADIR%%/help/pt_BR/rhythmtapping2.html -%%DATADIR%%/help/pt_BR/scales.html -%%DATADIR%%/help/pt_BR/singanswer-module.html -%%DATADIR%%/help/pt_BR/singchord-module.html -%%DATADIR%%/help/pt_BR/singchord.html -%%DATADIR%%/help/pt_BR/singinterval-module.html -%%DATADIR%%/help/pt_BR/singinterval.html -%%DATADIR%%/help/pt_BR/solfege-exercise-helps.html -%%DATADIR%%/help/pt_BR/solfege-intro.html -%%DATADIR%%/help/pt_BR/theory-intervals.html -%%DATADIR%%/help/pt_BR/trainingset-editor.html -%%DATADIR%%/help/pt_BR/twelvetone.html -%%DATADIR%%/help/pt_BR/welcome.html -%%DATADIR%%/help/style.css -%%DATADIR%%/help/tr/appendix-not-documentation.html -%%DATADIR%%/help/tr/bug-reporting.html -%%DATADIR%%/help/tr/chord-module.html -%%DATADIR%%/help/tr/chord.html -%%DATADIR%%/help/tr/compareintervals-module.html -%%DATADIR%%/help/tr/dictation-module.html -%%DATADIR%%/help/tr/dictation.html -%%DATADIR%%/help/tr/ear-training-test-printout-editor.html -%%DATADIR%%/help/tr/elembuilder-module.html -%%DATADIR%%/help/tr/elembuilder.html -%%DATADIR%%/help/tr/extending-solfege.html -%%DATADIR%%/help/tr/figures/chord.png -%%DATADIR%%/help/tr/figures/dictation.png -%%DATADIR%%/help/tr/figures/id-interval-buttons-thirds.png -%%DATADIR%%/help/tr/figures/id-interval-piano.png -%%DATADIR%%/help/tr/figures/idbyname-chords.png -%%DATADIR%%/help/tr/figures/idbyname-intonation.png -%%DATADIR%%/help/tr/figures/identifybpm.png -%%DATADIR%%/help/tr/figures/idtone.png -%%DATADIR%%/help/tr/figures/preferences-gui.png -%%DATADIR%%/help/tr/figures/preferences-midi.png -%%DATADIR%%/help/tr/figures/preferences-practise.png -%%DATADIR%%/help/tr/figures/preferences-sound-setup.png -%%DATADIR%%/help/tr/figures/preferences-user.png -%%DATADIR%%/help/tr/figures/rhythm.png -%%DATADIR%%/help/tr/figures/singchord.png -%%DATADIR%%/help/tr/figures/singinterval.png -%%DATADIR%%/help/tr/figures/twelvetone.png -%%DATADIR%%/help/tr/gpl.html -%%DATADIR%%/help/tr/harmonicinterval-module.html -%%DATADIR%%/help/tr/harmonicinterval.html -%%DATADIR%%/help/tr/idbyname-chords.html -%%DATADIR%%/help/tr/idbyname-intonation.html -%%DATADIR%%/help/tr/idbyname-module.html -%%DATADIR%%/help/tr/identifybpm.html -%%DATADIR%%/help/tr/idproperty-module.html -%%DATADIR%%/help/tr/idproperty.html -%%DATADIR%%/help/tr/idtone-module.html -%%DATADIR%%/help/tr/idtone.html -%%DATADIR%%/help/tr/index.html -%%DATADIR%%/help/tr/inverting-intervals.html -%%DATADIR%%/help/tr/lesson-files.html -%%DATADIR%%/help/tr/melodicinterval-module.html -%%DATADIR%%/help/tr/melodicinterval.html -%%DATADIR%%/help/tr/midi-instrument-names.html -%%DATADIR%%/help/tr/music-theory.html -%%DATADIR%%/help/tr/nameinterval-module.html -%%DATADIR%%/help/tr/nameinterval.html -%%DATADIR%%/help/tr/online-resources.html -%%DATADIR%%/help/tr/preferences-window.html -%%DATADIR%%/help/tr/rhythm-module.html -%%DATADIR%%/help/tr/rhythm.html -%%DATADIR%%/help/tr/rhythmtapping-module.html -%%DATADIR%%/help/tr/rhythmtapping2-module.html -%%DATADIR%%/help/tr/rhythmtapping2.html -%%DATADIR%%/help/tr/scales.html -%%DATADIR%%/help/tr/singanswer-module.html -%%DATADIR%%/help/tr/singchord-module.html -%%DATADIR%%/help/tr/singchord.html -%%DATADIR%%/help/tr/singinterval-module.html -%%DATADIR%%/help/tr/singinterval.html -%%DATADIR%%/help/tr/solfege-exercise-helps.html -%%DATADIR%%/help/tr/solfege-intro.html -%%DATADIR%%/help/tr/theory-intervals.html -%%DATADIR%%/help/tr/trainingset-editor.html -%%DATADIR%%/help/tr/twelvetone.html -%%DATADIR%%/help/tr/welcome.html +g%%DATADIR%%/help/C/appendix-not-documentation.html +g%%DATADIR%%/help/C/bug-reporting.html +g%%DATADIR%%/help/C/chord-module.html +g%%DATADIR%%/help/C/chord.html +g%%DATADIR%%/help/C/compareintervals-module.html +g%%DATADIR%%/help/C/dictation-module.html +g%%DATADIR%%/help/C/dictation.html +g%%DATADIR%%/help/C/ear-training-test-printout-editor.html +g%%DATADIR%%/help/C/elembuilder-module.html +g%%DATADIR%%/help/C/elembuilder.html +g%%DATADIR%%/help/C/extending-solfege.html +g%%DATADIR%%/help/C/figures/chord.png +g%%DATADIR%%/help/C/figures/dictation.png +g%%DATADIR%%/help/C/figures/elembuilder-harmonic-progressions.png +g%%DATADIR%%/help/C/figures/id-interval-buttons-thirds.png +g%%DATADIR%%/help/C/figures/id-interval-piano.png +g%%DATADIR%%/help/C/figures/idbyname-chords.png +g%%DATADIR%%/help/C/figures/idbyname-intonation.png +g%%DATADIR%%/help/C/figures/identifybpm.png +g%%DATADIR%%/help/C/figures/idtone.png +g%%DATADIR%%/help/C/figures/nameinterval.png +g%%DATADIR%%/help/C/figures/preferences-external-programs.png +g%%DATADIR%%/help/C/figures/preferences-gui.png +g%%DATADIR%%/help/C/figures/preferences-midi.png +g%%DATADIR%%/help/C/figures/preferences-practise.png +g%%DATADIR%%/help/C/figures/preferences-sound-setup.png +g%%DATADIR%%/help/C/figures/preferences-user.png +g%%DATADIR%%/help/C/figures/rhythm.png +g%%DATADIR%%/help/C/figures/singchord.png +g%%DATADIR%%/help/C/figures/singinterval.png +g%%DATADIR%%/help/C/figures/trainingset-editor.png +g%%DATADIR%%/help/C/figures/twelvetone.png +g%%DATADIR%%/help/C/gpl.html +g%%DATADIR%%/help/C/harmonicinterval-module.html +g%%DATADIR%%/help/C/harmonicinterval.html +g%%DATADIR%%/help/C/idbyname-chords.html +g%%DATADIR%%/help/C/idbyname-intonation.html +g%%DATADIR%%/help/C/idbyname-module.html +g%%DATADIR%%/help/C/identifybpm.html +g%%DATADIR%%/help/C/idproperty-module.html +g%%DATADIR%%/help/C/idproperty.html +g%%DATADIR%%/help/C/idtone-module.html +g%%DATADIR%%/help/C/idtone.html +g%%DATADIR%%/help/C/index.html +g%%DATADIR%%/help/C/inverting-intervals.html +g%%DATADIR%%/help/C/lesson-files.html +g%%DATADIR%%/help/C/ly/inverting-intervals.png +g%%DATADIR%%/help/C/ly/theory-intervals-1.png +g%%DATADIR%%/help/C/ly/theory-intervals-fifths-1.png +g%%DATADIR%%/help/C/ly/theory-intervals-fifths-2.png +g%%DATADIR%%/help/C/ly/theory-intervals-fifths.png +g%%DATADIR%%/help/C/ly/theory-intervals-fourths.png +g%%DATADIR%%/help/C/ly/theory-intervals-seconds-1.png +g%%DATADIR%%/help/C/ly/theory-intervals-seconds-2.png +g%%DATADIR%%/help/C/ly/theory-intervals-seconds-3.png +g%%DATADIR%%/help/C/ly/theory-intervals-seconds.png +g%%DATADIR%%/help/C/ly/theory-intervals-sevenths.png +g%%DATADIR%%/help/C/ly/theory-intervals-sixths.png +g%%DATADIR%%/help/C/ly/theory-intervals-thirds.png +g%%DATADIR%%/help/C/melodicinterval-module.html +g%%DATADIR%%/help/C/melodicinterval.html +g%%DATADIR%%/help/C/midi-instrument-names.html +g%%DATADIR%%/help/C/music-theory.html +g%%DATADIR%%/help/C/nameinterval-module.html +g%%DATADIR%%/help/C/nameinterval.html +g%%DATADIR%%/help/C/online-resources.html +g%%DATADIR%%/help/C/preferences-window.html +g%%DATADIR%%/help/C/rhythm-module.html +g%%DATADIR%%/help/C/rhythm.html +g%%DATADIR%%/help/C/rhythmtapping-module.html +g%%DATADIR%%/help/C/rhythmtapping2-module.html +g%%DATADIR%%/help/C/rhythmtapping2.html +g%%DATADIR%%/help/C/scales/aug.html +g%%DATADIR%%/help/C/scales/beb.html +g%%DATADIR%%/help/C/scales/blu.html +g%%DATADIR%%/help/C/scales/dha.html +g%%DATADIR%%/help/C/scales/dim.html +g%%DATADIR%%/help/C/scales/ham.html +g%%DATADIR%%/help/C/scales/har.html +g%%DATADIR%%/help/C/scales/hun.html +g%%DATADIR%%/help/C/scales/images/modes/chords/dha1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/dha2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/dha4c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/dha5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/dha6c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/dim2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/ham1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/ham2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/ham3c2.png +g%%DATADIR%%/help/C/scales/images/modes/chords/ham4c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/ham5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/ham6c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/ham7c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/har1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/har2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/har3c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/har4c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/har5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/har6c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/har7c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/hun1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/hun3c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/hun5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/hun6c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/maj1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/maj2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/maj3c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/maj4c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/maj5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/maj6c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/maj7c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/mel1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/mel2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/mel3c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/mel4c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/mel5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/mel6c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/mel7c2.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nea1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nea2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nea3c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nea4c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nea5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nea6c2.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nea7c2.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nem1c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nem2c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nem3c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nem4c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nem5c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/nem6c.png +g%%DATADIR%%/help/C/scales/images/modes/chords/who1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug1d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug1db.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug1eb.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug2cd.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug2d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/aug2dd.png +g%%DATADIR%%/help/C/scales/images/modes/scales/beb1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/beb2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/beb3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/beb4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/beb5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/blu1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha2db.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha3c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha3e.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha4f.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha6ab.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha7b.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dha7c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dim1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dim1d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dim1db.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dim2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dim2cd.png +g%%DATADIR%%/help/C/scales/images/modes/scales/dim2d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/eni1c-d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/eni1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham2d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham3c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham3e.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham4f.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham6ab.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham7b.png +g%%DATADIR%%/help/C/scales/images/modes/scales/ham7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har2d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har3eb.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har4f.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har6ab.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har7b.png +g%%DATADIR%%/help/C/scales/images/modes/scales/har7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun2c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun2dd.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun3e.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun4c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun4fd.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun6a.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun7bb.png +g%%DATADIR%%/help/C/scales/images/modes/scales/hun7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj2d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj3e.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj4f.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj6a.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj7b.png +g%%DATADIR%%/help/C/scales/images/modes/scales/maj7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel1c-d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel2d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel3eb.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel4f.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel6a.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel7b.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/mel7c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea2db.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea3eb.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea4f.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea6a.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea6c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea7b.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nea7c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem2db.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem3eb.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem4f.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem5g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem6ab.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem6c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem7b.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem7c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/nem7c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen2c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen2d.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen3c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen3e.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen4c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen4g.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen5a.png +g%%DATADIR%%/help/C/scales/images/modes/scales/pen5c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/who1c.png +g%%DATADIR%%/help/C/scales/images/modes/scales/who1c2.png +g%%DATADIR%%/help/C/scales/images/modes/scales/who1db.png +g%%DATADIR%%/help/C/scales/images/quadriads/c7+5.png +g%%DATADIR%%/help/C/scales/images/quadriads/c7-5.png +g%%DATADIR%%/help/C/scales/images/quadriads/c7.png +g%%DATADIR%%/help/C/scales/images/quadriads/c^+5.png +g%%DATADIR%%/help/C/scales/images/quadriads/c^-5.png +g%%DATADIR%%/help/C/scales/images/quadriads/c^.png +g%%DATADIR%%/help/C/scales/images/quadriads/cdim.png +g%%DATADIR%%/help/C/scales/images/quadriads/cm7+5.png +g%%DATADIR%%/help/C/scales/images/quadriads/cm7-5.png +g%%DATADIR%%/help/C/scales/images/quadriads/cm7.png +g%%DATADIR%%/help/C/scales/images/quadriads/cm^+5.png +g%%DATADIR%%/help/C/scales/images/quadriads/cm^-5.png +g%%DATADIR%%/help/C/scales/images/quadriads/cm^.png +g%%DATADIR%%/help/C/scales/images/triads/abau.png +g%%DATADIR%%/help/C/scales/images/triads/cau.png +g%%DATADIR%%/help/C/scales/images/triads/cau1.png +g%%DATADIR%%/help/C/scales/images/triads/cau1o.png +g%%DATADIR%%/help/C/scales/images/triads/cau2.png +g%%DATADIR%%/help/C/scales/images/triads/cau2o.png +g%%DATADIR%%/help/C/scales/images/triads/cauo.png +g%%DATADIR%%/help/C/scales/images/triads/cdi-fs8.png +g%%DATADIR%%/help/C/scales/images/triads/cdi.png +g%%DATADIR%%/help/C/scales/images/triads/cdi1.png +g%%DATADIR%%/help/C/scales/images/triads/cdi1o.png +g%%DATADIR%%/help/C/scales/images/triads/cdi2.png +g%%DATADIR%%/help/C/scales/images/triads/cdi2o.png +g%%DATADIR%%/help/C/scales/images/triads/cdio.png +g%%DATADIR%%/help/C/scales/images/triads/cma.png +g%%DATADIR%%/help/C/scales/images/triads/cma1.png +g%%DATADIR%%/help/C/scales/images/triads/cma1o.png +g%%DATADIR%%/help/C/scales/images/triads/cma2.png +g%%DATADIR%%/help/C/scales/images/triads/cma2o.png +g%%DATADIR%%/help/C/scales/images/triads/cmao.png +g%%DATADIR%%/help/C/scales/images/triads/cmi.png +g%%DATADIR%%/help/C/scales/images/triads/cmi1.png +g%%DATADIR%%/help/C/scales/images/triads/cmi1o.png +g%%DATADIR%%/help/C/scales/images/triads/cmi2.png +g%%DATADIR%%/help/C/scales/images/triads/cmi2o.png +g%%DATADIR%%/help/C/scales/images/triads/cmio.png +g%%DATADIR%%/help/C/scales/images/triads/dau.png +g%%DATADIR%%/help/C/scales/images/triads/dbau.png +g%%DATADIR%%/help/C/scales/images/triads/eau.png +g%%DATADIR%%/help/C/scales/images/triads/ebau.png +g%%DATADIR%%/help/C/scales/maj.html +g%%DATADIR%%/help/C/scales/mel.html +g%%DATADIR%%/help/C/scales/modes.html +g%%DATADIR%%/help/C/scales/nea.html +g%%DATADIR%%/help/C/scales/nem.html +g%%DATADIR%%/help/C/scales/pen.html +g%%DATADIR%%/help/C/scales/sim.html +g%%DATADIR%%/help/C/scales/who.html +g%%DATADIR%%/help/C/scales.html +g%%DATADIR%%/help/C/singanswer-module.html +g%%DATADIR%%/help/C/singchord-module.html +g%%DATADIR%%/help/C/singchord.html +g%%DATADIR%%/help/C/singinterval-module.html +g%%DATADIR%%/help/C/singinterval.html +g%%DATADIR%%/help/C/solfege-exercise-helps.html +g%%DATADIR%%/help/C/solfege-intro.html +g%%DATADIR%%/help/C/theory-intervals.html +g%%DATADIR%%/help/C/trainingset-editor.html +g%%DATADIR%%/help/C/twelvetone.html +g%%DATADIR%%/help/C/welcome.html +g%%DATADIR%%/help/fr/appendix-not-documentation.html +g%%DATADIR%%/help/fr/bug-reporting.html +g%%DATADIR%%/help/fr/chord-module.html +g%%DATADIR%%/help/fr/chord.html +g%%DATADIR%%/help/fr/compareintervals-module.html +g%%DATADIR%%/help/fr/dictation-module.html +g%%DATADIR%%/help/fr/dictation.html +g%%DATADIR%%/help/fr/ear-training-test-printout-editor.html +g%%DATADIR%%/help/fr/elembuilder-module.html +g%%DATADIR%%/help/fr/elembuilder.html +g%%DATADIR%%/help/fr/extending-solfege.html +g%%DATADIR%%/help/fr/figures/chord.png +g%%DATADIR%%/help/fr/figures/dictation.png +g%%DATADIR%%/help/fr/figures/id-interval-buttons-thirds.png +g%%DATADIR%%/help/fr/figures/id-interval-piano.png +g%%DATADIR%%/help/fr/figures/idbyname-chords.png +g%%DATADIR%%/help/fr/figures/idbyname-intonation.png +g%%DATADIR%%/help/fr/figures/identifybpm.png +g%%DATADIR%%/help/fr/figures/idtone.png +g%%DATADIR%%/help/fr/figures/preferences-gui.png +g%%DATADIR%%/help/fr/figures/preferences-midi.png +g%%DATADIR%%/help/fr/figures/preferences-practise.png +g%%DATADIR%%/help/fr/figures/preferences-sound-setup.png +g%%DATADIR%%/help/fr/figures/preferences-user.png +g%%DATADIR%%/help/fr/figures/rhythm.png +g%%DATADIR%%/help/fr/figures/singchord.png +g%%DATADIR%%/help/fr/figures/singinterval.png +g%%DATADIR%%/help/fr/figures/twelvetone.png +g%%DATADIR%%/help/fr/gpl.html +g%%DATADIR%%/help/fr/harmonicinterval-module.html +g%%DATADIR%%/help/fr/harmonicinterval.html +g%%DATADIR%%/help/fr/idbyname-chords.html +g%%DATADIR%%/help/fr/idbyname-intonation.html +g%%DATADIR%%/help/fr/idbyname-module.html +g%%DATADIR%%/help/fr/identifybpm.html +g%%DATADIR%%/help/fr/idproperty-module.html +g%%DATADIR%%/help/fr/idproperty.html +g%%DATADIR%%/help/fr/idtone-module.html +g%%DATADIR%%/help/fr/idtone.html +g%%DATADIR%%/help/fr/index.html +g%%DATADIR%%/help/fr/inverting-intervals.html +g%%DATADIR%%/help/fr/lesson-files.html +g%%DATADIR%%/help/fr/melodicinterval-module.html +g%%DATADIR%%/help/fr/melodicinterval.html +g%%DATADIR%%/help/fr/midi-instrument-names.html +g%%DATADIR%%/help/fr/music-theory.html +g%%DATADIR%%/help/fr/nameinterval-module.html +g%%DATADIR%%/help/fr/nameinterval.html +g%%DATADIR%%/help/fr/online-resources.html +g%%DATADIR%%/help/fr/preferences-window.html +g%%DATADIR%%/help/fr/rhythm-module.html +g%%DATADIR%%/help/fr/rhythm.html +g%%DATADIR%%/help/fr/rhythmtapping-module.html +g%%DATADIR%%/help/fr/rhythmtapping2-module.html +g%%DATADIR%%/help/fr/rhythmtapping2.html +g%%DATADIR%%/help/fr/scales.html +g%%DATADIR%%/help/fr/singanswer-module.html +g%%DATADIR%%/help/fr/singchord-module.html +g%%DATADIR%%/help/fr/singchord.html +g%%DATADIR%%/help/fr/singinterval-module.html +g%%DATADIR%%/help/fr/singinterval.html +g%%DATADIR%%/help/fr/solfege-exercise-helps.html +g%%DATADIR%%/help/fr/solfege-intro.html +g%%DATADIR%%/help/fr/theory-intervals.html +g%%DATADIR%%/help/fr/trainingset-editor.html +g%%DATADIR%%/help/fr/twelvetone.html +g%%DATADIR%%/help/fr/welcome.html +g%%DATADIR%%/help/nb/appendix-not-documentation.html +g%%DATADIR%%/help/nb/bug-reporting.html +g%%DATADIR%%/help/nb/chord-module.html +g%%DATADIR%%/help/nb/chord.html +g%%DATADIR%%/help/nb/compareintervals-module.html +g%%DATADIR%%/help/nb/dictation-module.html +g%%DATADIR%%/help/nb/dictation.html +g%%DATADIR%%/help/nb/ear-training-test-printout-editor.html +g%%DATADIR%%/help/nb/elembuilder-module.html +g%%DATADIR%%/help/nb/elembuilder.html +g%%DATADIR%%/help/nb/extending-solfege.html +g%%DATADIR%%/help/nb/figures/chord.png +g%%DATADIR%%/help/nb/figures/dictation.png +g%%DATADIR%%/help/nb/figures/id-interval-buttons-thirds.png +g%%DATADIR%%/help/nb/figures/id-interval-piano.png +g%%DATADIR%%/help/nb/figures/idbyname-chords.png +g%%DATADIR%%/help/nb/figures/idbyname-intonation.png +g%%DATADIR%%/help/nb/figures/identifybpm.png +g%%DATADIR%%/help/nb/figures/idtone.png +g%%DATADIR%%/help/nb/figures/preferences-gui.png +g%%DATADIR%%/help/nb/figures/preferences-midi.png +g%%DATADIR%%/help/nb/figures/preferences-practise.png +g%%DATADIR%%/help/nb/figures/preferences-sound-setup.png +g%%DATADIR%%/help/nb/figures/preferences-user.png +g%%DATADIR%%/help/nb/figures/rhythm.png +g%%DATADIR%%/help/nb/figures/singchord.png +g%%DATADIR%%/help/nb/figures/singinterval.png +g%%DATADIR%%/help/nb/figures/twelvetone.png +g%%DATADIR%%/help/nb/gpl.html +g%%DATADIR%%/help/nb/harmonicinterval-module.html +g%%DATADIR%%/help/nb/harmonicinterval.html +g%%DATADIR%%/help/nb/idbyname-chords.html +g%%DATADIR%%/help/nb/idbyname-intonation.html +g%%DATADIR%%/help/nb/idbyname-module.html +g%%DATADIR%%/help/nb/identifybpm.html +g%%DATADIR%%/help/nb/idproperty-module.html +g%%DATADIR%%/help/nb/idproperty.html +g%%DATADIR%%/help/nb/idtone-module.html +g%%DATADIR%%/help/nb/idtone.html +g%%DATADIR%%/help/nb/index.html +g%%DATADIR%%/help/nb/inverting-intervals.html +g%%DATADIR%%/help/nb/lesson-files.html +g%%DATADIR%%/help/nb/melodicinterval-module.html +g%%DATADIR%%/help/nb/melodicinterval.html +g%%DATADIR%%/help/nb/midi-instrument-names.html +g%%DATADIR%%/help/nb/music-theory.html +g%%DATADIR%%/help/nb/nameinterval-module.html +g%%DATADIR%%/help/nb/nameinterval.html +g%%DATADIR%%/help/nb/online-resources.html +g%%DATADIR%%/help/nb/preferences-window.html +g%%DATADIR%%/help/nb/rhythm-module.html +g%%DATADIR%%/help/nb/rhythm.html +g%%DATADIR%%/help/nb/rhythmtapping-module.html +g%%DATADIR%%/help/nb/rhythmtapping2-module.html +g%%DATADIR%%/help/nb/rhythmtapping2.html +g%%DATADIR%%/help/nb/scales.html +g%%DATADIR%%/help/nb/singanswer-module.html +g%%DATADIR%%/help/nb/singchord-module.html +g%%DATADIR%%/help/nb/singchord.html +g%%DATADIR%%/help/nb/singinterval-module.html +g%%DATADIR%%/help/nb/singinterval.html +g%%DATADIR%%/help/nb/solfege-exercise-helps.html +g%%DATADIR%%/help/nb/solfege-intro.html +g%%DATADIR%%/help/nb/theory-intervals.html +g%%DATADIR%%/help/nb/trainingset-editor.html +g%%DATADIR%%/help/nb/twelvetone.html +g%%DATADIR%%/help/nb/welcome.html +g%%DATADIR%%/help/pt_BR/appendix-not-documentation.html +g%%DATADIR%%/help/pt_BR/bug-reporting.html +g%%DATADIR%%/help/pt_BR/chord-module.html +g%%DATADIR%%/help/pt_BR/chord.html +g%%DATADIR%%/help/pt_BR/compareintervals-module.html +g%%DATADIR%%/help/pt_BR/dictation-module.html +g%%DATADIR%%/help/pt_BR/dictation.html +g%%DATADIR%%/help/pt_BR/ear-training-test-printout-editor.html +g%%DATADIR%%/help/pt_BR/elembuilder-module.html +g%%DATADIR%%/help/pt_BR/elembuilder.html +g%%DATADIR%%/help/pt_BR/extending-solfege.html +g%%DATADIR%%/help/pt_BR/figures/chord.png +g%%DATADIR%%/help/pt_BR/figures/dictation.png +g%%DATADIR%%/help/pt_BR/figures/id-interval-buttons-thirds.png +g%%DATADIR%%/help/pt_BR/figures/id-interval-piano.png +g%%DATADIR%%/help/pt_BR/figures/idbyname-chords.png +g%%DATADIR%%/help/pt_BR/figures/identifybpm.png +g%%DATADIR%%/help/pt_BR/figures/idtone.png +g%%DATADIR%%/help/pt_BR/figures/preferences-gui.png +g%%DATADIR%%/help/pt_BR/figures/preferences-midi.png +g%%DATADIR%%/help/pt_BR/figures/preferences-practise.png +g%%DATADIR%%/help/pt_BR/figures/preferences-sound-setup.png +g%%DATADIR%%/help/pt_BR/figures/preferences-user.png +g%%DATADIR%%/help/pt_BR/figures/rhythm.png +g%%DATADIR%%/help/pt_BR/figures/singchord.png +g%%DATADIR%%/help/pt_BR/figures/singinterval.png +g%%DATADIR%%/help/pt_BR/figures/twelvetone.png +g%%DATADIR%%/help/pt_BR/gpl.html +g%%DATADIR%%/help/pt_BR/harmonicinterval-module.html +g%%DATADIR%%/help/pt_BR/harmonicinterval.html +g%%DATADIR%%/help/pt_BR/idbyname-chords.html +g%%DATADIR%%/help/pt_BR/idbyname-intonation.html +g%%DATADIR%%/help/pt_BR/idbyname-module.html +g%%DATADIR%%/help/pt_BR/identifybpm.html +g%%DATADIR%%/help/pt_BR/idproperty-module.html +g%%DATADIR%%/help/pt_BR/idproperty.html +g%%DATADIR%%/help/pt_BR/idtone-module.html +g%%DATADIR%%/help/pt_BR/idtone.html +g%%DATADIR%%/help/pt_BR/index.html +g%%DATADIR%%/help/pt_BR/inverting-intervals.html +g%%DATADIR%%/help/pt_BR/lesson-files.html +g%%DATADIR%%/help/pt_BR/melodicinterval-module.html +g%%DATADIR%%/help/pt_BR/melodicinterval.html +g%%DATADIR%%/help/pt_BR/midi-instrument-names.html +g%%DATADIR%%/help/pt_BR/music-theory.html +g%%DATADIR%%/help/pt_BR/nameinterval-module.html +g%%DATADIR%%/help/pt_BR/nameinterval.html +g%%DATADIR%%/help/pt_BR/online-resources.html +g%%DATADIR%%/help/pt_BR/preferences-window.html +g%%DATADIR%%/help/pt_BR/rhythm-module.html +g%%DATADIR%%/help/pt_BR/rhythm.html +g%%DATADIR%%/help/pt_BR/rhythmtapping-module.html +g%%DATADIR%%/help/pt_BR/rhythmtapping2-module.html +g%%DATADIR%%/help/pt_BR/rhythmtapping2.html +g%%DATADIR%%/help/pt_BR/scales.html +g%%DATADIR%%/help/pt_BR/singanswer-module.html +g%%DATADIR%%/help/pt_BR/singchord-module.html +g%%DATADIR%%/help/pt_BR/singchord.html +g%%DATADIR%%/help/pt_BR/singinterval-module.html +g%%DATADIR%%/help/pt_BR/singinterval.html +g%%DATADIR%%/help/pt_BR/solfege-exercise-helps.html +g%%DATADIR%%/help/pt_BR/solfege-intro.html +g%%DATADIR%%/help/pt_BR/theory-intervals.html +g%%DATADIR%%/help/pt_BR/trainingset-editor.html +g%%DATADIR%%/help/pt_BR/twelvetone.html +g%%DATADIR%%/help/pt_BR/welcome.html +g%%DATADIR%%/help/style.css +g%%DATADIR%%/help/tr/appendix-not-documentation.html +g%%DATADIR%%/help/tr/bug-reporting.html +g%%DATADIR%%/help/tr/chord-module.html +g%%DATADIR%%/help/tr/chord.html +g%%DATADIR%%/help/tr/compareintervals-module.html +g%%DATADIR%%/help/tr/dictation-module.html +g%%DATADIR%%/help/tr/dictation.html +g%%DATADIR%%/help/tr/ear-training-test-printout-editor.html +g%%DATADIR%%/help/tr/elembuilder-module.html +g%%DATADIR%%/help/tr/elembuilder.html +g%%DATADIR%%/help/tr/extending-solfege.html +g%%DATADIR%%/help/tr/figures/chord.png +g%%DATADIR%%/help/tr/figures/dictation.png +g%%DATADIR%%/help/tr/figures/id-interval-buttons-thirds.png +g%%DATADIR%%/help/tr/figures/id-interval-piano.png +g%%DATADIR%%/help/tr/figures/idbyname-chords.png +g%%DATADIR%%/help/tr/figures/idbyname-intonation.png +g%%DATADIR%%/help/tr/figures/identifybpm.png +g%%DATADIR%%/help/tr/figures/idtone.png +g%%DATADIR%%/help/tr/figures/preferences-gui.png +g%%DATADIR%%/help/tr/figures/preferences-midi.png +g%%DATADIR%%/help/tr/figures/preferences-practise.png +g%%DATADIR%%/help/tr/figures/preferences-sound-setup.png +g%%DATADIR%%/help/tr/figures/preferences-user.png +g%%DATADIR%%/help/tr/figures/rhythm.png +g%%DATADIR%%/help/tr/figures/singchord.png +g%%DATADIR%%/help/tr/figures/singinterval.png +g%%DATADIR%%/help/tr/figures/twelvetone.png +g%%DATADIR%%/help/tr/gpl.html +g%%DATADIR%%/help/tr/harmonicinterval-module.html +g%%DATADIR%%/help/tr/harmonicinterval.html +g%%DATADIR%%/help/tr/idbyname-chords.html +g%%DATADIR%%/help/tr/idbyname-intonation.html +g%%DATADIR%%/help/tr/idbyname-module.html +g%%DATADIR%%/help/tr/identifybpm.html +g%%DATADIR%%/help/tr/idproperty-module.html +g%%DATADIR%%/help/tr/idproperty.html +g%%DATADIR%%/help/tr/idtone-module.html +g%%DATADIR%%/help/tr/idtone.html +g%%DATADIR%%/help/tr/index.html +g%%DATADIR%%/help/tr/inverting-intervals.html +g%%DATADIR%%/help/tr/lesson-files.html +g%%DATADIR%%/help/tr/melodicinterval-module.html +g%%DATADIR%%/help/tr/melodicinterval.html +g%%DATADIR%%/help/tr/midi-instrument-names.html +g%%DATADIR%%/help/tr/music-theory.html +g%%DATADIR%%/help/tr/nameinterval-module.html +g%%DATADIR%%/help/tr/nameinterval.html +g%%DATADIR%%/help/tr/online-resources.html +g%%DATADIR%%/help/tr/preferences-window.html +g%%DATADIR%%/help/tr/rhythm-module.html +g%%DATADIR%%/help/tr/rhythm.html +g%%DATADIR%%/help/tr/rhythmtapping-module.html +g%%DATADIR%%/help/tr/rhythmtapping2-module.html +g%%DATADIR%%/help/tr/rhythmtapping2.html +g%%DATADIR%%/help/tr/scales.html +g%%DATADIR%%/help/tr/singanswer-module.html +g%%DATADIR%%/help/tr/singchord-module.html +g%%DATADIR%%/help/tr/singchord.html +g%%DATADIR%%/help/tr/singinterval-module.html +g%%DATADIR%%/help/tr/singinterval.html +g%%DATADIR%%/help/tr/solfege-exercise-helps.html +g%%DATADIR%%/help/tr/solfege-intro.html +g%%DATADIR%%/help/tr/theory-intervals.html +g%%DATADIR%%/help/tr/trainingset-editor.html +g%%DATADIR%%/help/tr/twelvetone.html +g%%DATADIR%%/help/tr/welcome.html %%DATADIR%%/help-menu.xml %%DATADIR%%/helpbrowser.xml %%DATADIR%%/learningtree.txt @@ -765,6 +766,7 @@ %%DATADIR%%/lesson-files/altered-2 %%DATADIR%%/lesson-files/barnesanger %%DATADIR%%/lesson-files/besifring +%%DATADIR%%/lesson-files/cadense-1 %%DATADIR%%/lesson-files/bin/csound-play-harmonic-interval.sh %%DATADIR%%/lesson-files/bpm %%DATADIR%%/lesson-files/chord-7b9-maj79 @@ -1335,27 +1337,28 @@ @dirrm %%DATADIR%%/lesson-files/include @dirrm %%DATADIR%%/lesson-files/bin @dirrm %%DATADIR%%/lesson-files -@dirrm %%DATADIR%%/help/tr/figures -@dirrm %%DATADIR%%/help/tr -@dirrm %%DATADIR%%/help/pt_BR/figures -@dirrm %%DATADIR%%/help/pt_BR -@dirrm %%DATADIR%%/help/nb/figures -@dirrm %%DATADIR%%/help/nb -@dirrm %%DATADIR%%/help/fr/figures -@dirrm %%DATADIR%%/help/fr -@dirrm %%DATADIR%%/help/C/scales/images/triads -@dirrm %%DATADIR%%/help/C/scales/images/quadriads -@dirrm %%DATADIR%%/help/C/scales/images/modes/scales -@dirrm %%DATADIR%%/help/C/scales/images/modes/chords -@dirrm %%DATADIR%%/help/C/scales/images/modes -@dirrm %%DATADIR%%/help/C/scales/images -@dirrm %%DATADIR%%/help/C/scales -@dirrm %%DATADIR%%/help/C/ly -@dirrm %%DATADIR%%/help/C/figures -@dirrm %%DATADIR%%/help/C -@dirrm %%DATADIR%%/help +g@dirrm %%DATADIR%%/help/tr/figures +g@dirrm %%DATADIR%%/help/tr +g@dirrm %%DATADIR%%/help/pt_BR/figures +g@dirrm %%DATADIR%%/help/pt_BR +g@dirrm %%DATADIR%%/help/nb/figures +g@dirrm %%DATADIR%%/help/nb +g@dirrm %%DATADIR%%/help/fr/figures +g@dirrm %%DATADIR%%/help/fr +g@dirrm %%DATADIR%%/help/C/scales/images/triads +g@dirrm %%DATADIR%%/help/C/scales/images/quadriads +g@dirrm %%DATADIR%%/help/C/scales/images/modes/scales +g@dirrm %%DATADIR%%/help/C/scales/images/modes/chords +g@dirrm %%DATADIR%%/help/C/scales/images/modes +g@dirrm %%DATADIR%%/help/C/scales/images +g@dirrm %%DATADIR%%/help/C/scales +g@dirrm %%DATADIR%%/help/C/ly +g@dirrm %%DATADIR%%/help/C/figures +g@dirrm %%DATADIR%%/help/C +g@dirrm %%DATADIR%%/help @dirrm %%DATADIR%%/graphics @dirrm %%DATADIR%%/feta -@dirrm %%DATADIR%%/example-lesson-files +%%PORTEXAMPLES%%@dirrm %%DATADIR%%/example-lesson-files @dirrm %%DATADIR%% +@dirrm lib/solfege @dirrmtry share/applications