From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 9 18:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2595816A46D for ; Sat, 9 Feb 2008 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 070BD13C465 for ; Sat, 9 Feb 2008 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m19IA1Hh017137 for ; Sat, 9 Feb 2008 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m19IA1wA017136; Sat, 9 Feb 2008 18:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 9 Feb 2008 18:10:01 GMT Resent-Message-Id: <200802091810.m19IA1wA017136@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9317A16A420 for ; Sat, 9 Feb 2008 18:01:42 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 836B113C457 for ; Sat, 9 Feb 2008 18:01:41 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost.localdomain (U052022.ppp.dion.ne.jp [218.222.52.22]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 4C0414AC031 for ; Sun, 10 Feb 2008 03:01:11 +0900 (JST) Message-Id: <20080210030035.52c01e8d.tkato432@yahoo.com> Date: Sun, 10 Feb 2008 03:00:35 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/120472: Update port: audio/solfege to 3.10.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 18:10:02 -0000 >Number: 120472 >Category: ports >Synopsis: Update port: audio/solfege to 3.10.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 09 18:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.3-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.10.1 Remove file: files/patch-csound-play-harmonic-interval.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/solfege/Makefile audio/solfege/Makefile --- /usr/ports/audio/solfege/Makefile 2007-10-25 13:43:55.000000000 +0900 +++ audio/solfege/Makefile 2008-02-07 21:35:59.000000000 +0900 @@ -8,8 +8,7 @@ # PORTNAME= solfege -PORTVERSION= 3.9.0 -PORTREVISION= 1 +PORTVERSION= 3.10.1 CATEGORIES= audio MASTER_SITES= SF PKGNAMESUFFIX= -nosound @@ -19,7 +18,7 @@ BUILD_DEPENDS= ${STYLESHEET}:${PORTSDIR}/textproc/docbook-xsl -USE_GNOME= gnomehack gnomeprefix libxslt pygtk2 +USE_GNOME= gnomehack gnometarget libxslt pygtk2 WANT_GNOME= yes USE_PYTHON= yes USE_GETTEXT= yes @@ -35,6 +34,9 @@ STYLESHEET= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl +# Restrict to stable (even) versions, indicated by the second component. +PORTSCOUT= limitw:1,even + .include .if ${HAVE_GNOME:Mpygnomeextras}!="" @@ -42,16 +44,13 @@ .endif post-patch: - @${RM} ${WRKSRC}/lesson-files/bin/csound-play-harmonic-interval.sh.orig @${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e 's|/usr/bin/python|${SETENV} python|g' -.for file in lessonfile_editor.py.in run-solfege.py.in - @${REINPLACE_CMD} -e 's|share", "solfege|share", "gnome", "solfege|g' \ - ${WRKSRC}/${file} -.endfor @${REINPLACE_CMD} -e 's|type=sequencer-device|type=fake-synth|g ; \ s|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/default.config @${REINPLACE_CMD} -e 's|(datadir)/locale|(prefix)/share/locale|g' \ ${WRKSRC}/po/Makefile + @${REINPLACE_CMD} -i '' -e 's|/bin/bash|/bin/sh|g' \ + ${WRKSRC}/lesson-files/bin/csound-play-harmonic-interval.sh .include diff -urN /usr/ports/audio/solfege/distinfo audio/solfege/distinfo --- /usr/ports/audio/solfege/distinfo 2007-08-06 15:10:57.000000000 +0900 +++ audio/solfege/distinfo 2008-02-07 03:44:47.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (solfege-3.9.0.tar.gz) = bff86e7f7adce3bf6c42235ecc3efe81 -SHA256 (solfege-3.9.0.tar.gz) = 19bb0b2b107d2d6e3008d3067241ad0f2ce4b7d797b4b7c0744669c47bb7951a -SIZE (solfege-3.9.0.tar.gz) = 2428917 +MD5 (solfege-3.10.1.tar.gz) = 0acc9a8d0d1bebcf50fbfd451a3fb894 +SHA256 (solfege-3.10.1.tar.gz) = db7425fbc3916b4c07eca2292aa40e4ea59300555afb94fa310ca978c4ce96d2 +SIZE (solfege-3.10.1.tar.gz) = 3023800 diff -urN /usr/ports/audio/solfege/files/patch-csound-play-harmonic-interval.sh audio/solfege/files/patch-csound-play-harmonic-interval.sh --- /usr/ports/audio/solfege/files/patch-csound-play-harmonic-interval.sh 2007-03-17 04:45:33.000000000 +0900 +++ audio/solfege/files/patch-csound-play-harmonic-interval.sh 1970-01-01 09:00:00.000000000 +0900 @@ -1,7 +0,0 @@ -Index: lesson-files/bin/csound-play-harmonic-interval.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # This file is free software; as a special exception the author gives - # unlimited permission to copy and/or distribute it, with or without diff -urN /usr/ports/audio/solfege/pkg-plist audio/solfege/pkg-plist --- /usr/ports/audio/solfege/pkg-plist 2007-10-25 13:43:57.000000000 +0900 +++ audio/solfege/pkg-plist 2008-02-07 03:56:19.000000000 +0900 @@ -2,940 +2,1360 @@ bin/solfege etc/solfege share/applications/solfege.desktop -share/pixmaps/solfege.png -share/solfege/debugtree.txt -share/solfege/default.config -share/solfege/example-lesson-files/chord-satb -share/solfege/example-lesson-files/example-1 -share/solfege/example-lesson-files/harmonic-progression-dictation -share/solfege/example-lesson-files/id-by-name-1 -share/solfege/example-lesson-files/id-by-name-2 -share/solfege/example-lesson-files/learn-min-major-1 -share/solfege/example-lesson-files/learn-min-major-2 -share/solfege/example-lesson-files/learn-min-major-3 -share/solfege/example-lesson-files/sing-chord -share/solfege/example-lesson-files/very-easy-scale -share/solfege/example-lesson-files/very-easy-scale2 -share/solfege/feta/feta20-accidentals--1.xpm -share/solfege/feta/feta20-accidentals--2.xpm -share/solfege/feta/feta20-accidentals-0.xpm -share/solfege/feta/feta20-accidentals-1.xpm -share/solfege/feta/feta20-accidentals-2.xpm -share/solfege/feta/feta20-clefs-C.xpm -share/solfege/feta/feta20-clefs-F.xpm -share/solfege/feta/feta20-clefs-G.xpm -share/solfege/feta/feta20-dots-dot.xpm -share/solfege/feta/feta20-flags-d3.xpm -share/solfege/feta/feta20-flags-d4.xpm -share/solfege/feta/feta20-flags-d5.xpm -share/solfege/feta/feta20-flags-d6.xpm -share/solfege/feta/feta20-flags-u3.xpm -share/solfege/feta/feta20-flags-u4.xpm -share/solfege/feta/feta20-flags-u5.xpm -share/solfege/feta/feta20-flags-u6.xpm -share/solfege/feta/feta20-noteheads-0.xpm -share/solfege/feta/feta20-noteheads-1.xpm -share/solfege/feta/feta20-noteheads-2.xpm -share/solfege/feta/feta20-number-0.xpm -share/solfege/feta/feta20-number-1.xpm -share/solfege/feta/feta20-number-2.xpm -share/solfege/feta/feta20-number-3.xpm -share/solfege/feta/feta20-number-4.xpm -share/solfege/feta/feta20-number-5.xpm -share/solfege/feta/feta20-number-6.xpm -share/solfege/feta/feta20-number-7.xpm -share/solfege/feta/feta20-number-8.xpm -share/solfege/feta/feta20-number-9.xpm -share/solfege/feta/feta20-rests--1.xpm -share/solfege/feta/feta20-rests--2.xpm -share/solfege/feta/feta20-rests--4.xpm -share/solfege/feta/feta20-rests-0.xpm -share/solfege/feta/feta20-rests-0o.xpm -share/solfege/feta/feta20-rests-1.xpm -share/solfege/feta/feta20-rests-1o.xpm -share/solfege/feta/feta20-rests-2.xpm -share/solfege/feta/feta20-rests-3.xpm -share/solfege/feta/feta20-rests-4.xpm -share/solfege/feta/feta20-rests-5.xpm -share/solfege/feta/feta20-rests-6.xpm -share/solfege/feta/feta20-rests-7.xpm -share/solfege/graphics/chord-voicing.png -share/solfege/graphics/chord.png -share/solfege/graphics/compare-intervals.png -share/solfege/graphics/dictation.png -share/solfege/graphics/double-flat.png -share/solfege/graphics/double-flat.svg -share/solfege/graphics/double-sharp.png -share/solfege/graphics/double-sharp.svg -share/solfege/graphics/erase.png -share/solfege/graphics/erase.svg -share/solfege/graphics/flat.png -share/solfege/graphics/flat.svg -share/solfege/graphics/happyface.png -share/solfege/graphics/harmonic-interval.png -share/solfege/graphics/harmonic-progression-dictation.png -share/solfege/graphics/holder.png -share/solfege/graphics/id-by-name.png -share/solfege/graphics/id-tone.png -share/solfege/graphics/identify-bpm.png -share/solfege/graphics/identify-chord.png -share/solfege/graphics/identify-scale.png -share/solfege/graphics/image-not-found.png -share/solfege/graphics/melodic-interval.png -share/solfege/graphics/natural.png -share/solfege/graphics/natural.svg -share/solfege/graphics/notehead.png -share/solfege/graphics/notehead.svg -share/solfege/graphics/rhythm-c12c12c12.png -share/solfege/graphics/rhythm-c12c12r12.png -share/solfege/graphics/rhythm-c12r12c12.png -share/solfege/graphics/rhythm-c16c16c16c16.png -share/solfege/graphics/rhythm-c16c16c16c16c16c16.png -share/solfege/graphics/rhythm-c16c16c16c16c8.png -share/solfege/graphics/rhythm-c16c16c4.png -share/solfege/graphics/rhythm-c16c16c8.png -share/solfege/graphics/rhythm-c16c16c8c16c16.png -share/solfege/graphics/rhythm-c16c16c8c8.png -share/solfege/graphics/rhythm-c16c8..png -share/solfege/graphics/rhythm-c16c8c16.png -share/solfege/graphics/rhythm-c4..png -share/solfege/graphics/rhythm-c4.png -share/solfege/graphics/rhythm-c4c16c16.png -share/solfege/graphics/rhythm-c4c8.png -share/solfege/graphics/rhythm-c8.c16.png -share/solfege/graphics/rhythm-c8c16c16.png -share/solfege/graphics/rhythm-c8c16c16c16c16.png -share/solfege/graphics/rhythm-c8c16c16c8.png -share/solfege/graphics/rhythm-c8c4.png -share/solfege/graphics/rhythm-c8c8.png -share/solfege/graphics/rhythm-c8c8c16c16.png -share/solfege/graphics/rhythm-c8c8c8.png -share/solfege/graphics/rhythm-r12c12c12.png -share/solfege/graphics/rhythm-r12c12r12.png -share/solfege/graphics/rhythm-r12r12c12.png -share/solfege/graphics/rhythm-r16c16c16c16.png -share/solfege/graphics/rhythm-r16c16c8.png -share/solfege/graphics/rhythm-r16c8..png -share/solfege/graphics/rhythm-r16c8c16.png -share/solfege/graphics/rhythm-r4.png -share/solfege/graphics/rhythm-r8c16c16.png -share/solfege/graphics/rhythm-r8c8.png -share/solfege/graphics/rhythm-r8r16c16.png -share/solfege/graphics/rhythm-wrong.png -share/solfege/graphics/rhythm.png -share/solfege/graphics/sadface.png -share/solfege/graphics/sharp.png -share/solfege/graphics/sharp.svg -share/solfege/graphics/sing-chord.png -share/solfege/graphics/sing-interval.png -share/solfege/graphics/solfege.png -share/solfege/graphics/solfege.svg -share/solfege/graphics/solfege.xpm -share/solfege/graphics/test-sound.png -share/solfege/graphics/twelve-tone.png -share/solfege/help-menu.xml -share/solfege/help/C/apb.html -share/solfege/help/C/bug-reporting.html -share/solfege/help/C/chord-module.html -share/solfege/help/C/chord.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/dictation.png -share/solfege/help/C/figures/elembuilder-harmonic-progressions.png -share/solfege/help/C/figures/id-interval-buttons-thirds.png -share/solfege/help/C/figures/id-interval-piano.png -share/solfege/help/C/figures/idbyname-chords.png -share/solfege/help/C/figures/idbyname-intonation.png -share/solfege/help/C/figures/identifybpm.png -share/solfege/help/C/figures/idtone.png -share/solfege/help/C/figures/nameinterval.png -share/solfege/help/C/figures/preferences-gui.png -share/solfege/help/C/figures/preferences-midi.png -share/solfege/help/C/figures/preferences-practise.png -share/solfege/help/C/figures/preferences-sound-setup.png -share/solfege/help/C/figures/preferences-user.png -share/solfege/help/C/figures/rhythm.png -share/solfege/help/C/figures/singchord.png -share/solfege/help/C/figures/singinterval.png -share/solfege/help/C/figures/trainingset-editor.png -share/solfege/help/C/figures/twelvetone.png -share/solfege/help/C/gpl-2.html -share/solfege/help/C/gpl-3.html -share/solfege/help/C/gpl.html -share/solfege/help/C/harmonicinterval-module.html -share/solfege/help/C/harmonicinterval.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/identifybpm.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-files.html -share/solfege/help/C/ly/inverting-intervals.png -share/solfege/help/C/ly/theory-intervals-1.png -share/solfege/help/C/ly/theory-intervals-fifths-1.png -share/solfege/help/C/ly/theory-intervals-fifths-2.png -share/solfege/help/C/ly/theory-intervals-fifths.png -share/solfege/help/C/ly/theory-intervals-fourths.png -share/solfege/help/C/ly/theory-intervals-seconds-1.png -share/solfege/help/C/ly/theory-intervals-seconds-2.png -share/solfege/help/C/ly/theory-intervals-seconds-3.png -share/solfege/help/C/ly/theory-intervals-seconds.png -share/solfege/help/C/ly/theory-intervals-sevenths.png -share/solfege/help/C/ly/theory-intervals-sixths.png -share/solfege/help/C/ly/theory-intervals-thirds.png -share/solfege/help/C/melodicinterval-module.html -share/solfege/help/C/melodicinterval.html -share/solfege/help/C/midi-instrument-names.html -share/solfege/help/C/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/rhythm-module.html -share/solfege/help/C/rhythm.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/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/trainingset-editor.html -share/solfege/help/C/twelvetone.html -share/solfege/help/C/welcome.html -share/solfege/help/fr/apb.html -share/solfege/help/fr/bug-reporting.html -share/solfege/help/fr/chord-module.html -share/solfege/help/fr/chord.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/id-interval-buttons-thirds.png -share/solfege/help/fr/figures/id-interval-piano.png -share/solfege/help/fr/figures/idbyname-chords.png -share/solfege/help/fr/figures/idbyname-intonation.png -share/solfege/help/fr/figures/identifybpm.png -share/solfege/help/fr/figures/idtone.png -share/solfege/help/fr/figures/preferences-gui.png -share/solfege/help/fr/figures/preferences-midi.png -share/solfege/help/fr/figures/preferences-practise.png -share/solfege/help/fr/figures/preferences-sound-setup.png -share/solfege/help/fr/figures/preferences-user.png -share/solfege/help/fr/figures/rhythm.png -share/solfege/help/fr/figures/singchord.png -share/solfege/help/fr/figures/singinterval.png -share/solfege/help/fr/figures/twelvetone.png -share/solfege/help/fr/gpl-2.html -share/solfege/help/fr/gpl-3.html -share/solfege/help/fr/gpl.html -share/solfege/help/fr/harmonicinterval-module.html -share/solfege/help/fr/harmonicinterval.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/identifybpm.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-files.html -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/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/rhythm-module.html -share/solfege/help/fr/rhythm.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/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/trainingset-editor.html -share/solfege/help/fr/twelvetone.html -share/solfege/help/fr/welcome.html -share/solfege/help/no/apb.html -share/solfege/help/no/bug-reporting.html -share/solfege/help/no/chord-module.html -share/solfege/help/no/chord.html -share/solfege/help/no/compareintervals-module.html -share/solfege/help/no/dictation-module.html -share/solfege/help/no/dictation.html -share/solfege/help/no/ear-training-test-printout-editor.html -share/solfege/help/no/elembuilder-module.html -share/solfege/help/no/elembuilder.html -share/solfege/help/no/extending-solfege.html -share/solfege/help/no/figures/chord.png -share/solfege/help/no/figures/dictation.png -share/solfege/help/no/figures/id-interval-buttons-thirds.png -share/solfege/help/no/figures/id-interval-piano.png -share/solfege/help/no/figures/idbyname-chords.png -share/solfege/help/no/figures/idbyname-intonation.png -share/solfege/help/no/figures/identifybpm.png -share/solfege/help/no/figures/idtone.png -share/solfege/help/no/figures/preferences-gui.png -share/solfege/help/no/figures/preferences-midi.png -share/solfege/help/no/figures/preferences-practise.png -share/solfege/help/no/figures/preferences-sound-setup.png -share/solfege/help/no/figures/preferences-user.png -share/solfege/help/no/figures/rhythm.png -share/solfege/help/no/figures/singchord.png -share/solfege/help/no/figures/singinterval.png -share/solfege/help/no/figures/twelvetone.png -share/solfege/help/no/gpl-2.html -share/solfege/help/no/gpl-3.html -share/solfege/help/no/gpl.html -share/solfege/help/no/harmonicinterval-module.html -share/solfege/help/no/harmonicinterval.html -share/solfege/help/no/idbyname-chords.html -share/solfege/help/no/idbyname-intonation.html -share/solfege/help/no/idbyname-module.html -share/solfege/help/no/identifybpm.html -share/solfege/help/no/idtone-module.html -share/solfege/help/no/idtone.html -share/solfege/help/no/index.html -share/solfege/help/no/inverting-intervals.html -share/solfege/help/no/lesson-files.html -share/solfege/help/no/melodicinterval-module.html -share/solfege/help/no/melodicinterval.html -share/solfege/help/no/midi-instrument-names.html -share/solfege/help/no/music-theory.html -share/solfege/help/no/nameinterval-module.html -share/solfege/help/no/nameinterval.html -share/solfege/help/no/online-resources.html -share/solfege/help/no/preferences-window.html -share/solfege/help/no/rhythm-module.html -share/solfege/help/no/rhythm.html -share/solfege/help/no/rhythmtapping-module.html -share/solfege/help/no/rhythmtapping2-module.html -share/solfege/help/no/rhythmtapping2.html -share/solfege/help/no/scales.html -share/solfege/help/no/singanswer-module.html -share/solfege/help/no/singchord-module.html -share/solfege/help/no/singchord.html -share/solfege/help/no/singinterval-module.html -share/solfege/help/no/singinterval.html -share/solfege/help/no/solfege-exercise-helps.html -share/solfege/help/no/solfege-intro.html -share/solfege/help/no/theory-intervals.html -share/solfege/help/no/trainingset-editor.html -share/solfege/help/no/twelvetone.html -share/solfege/help/no/welcome.html -share/solfege/help/pt_BR/apb.html -share/solfege/help/pt_BR/bug-reporting.html -share/solfege/help/pt_BR/chord-module.html -share/solfege/help/pt_BR/chord.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/id-interval-buttons-thirds.png -share/solfege/help/pt_BR/figures/id-interval-piano.png -share/solfege/help/pt_BR/figures/idbyname-chords.png -share/solfege/help/pt_BR/figures/identifybpm.png -share/solfege/help/pt_BR/figures/idtone.png -share/solfege/help/pt_BR/figures/preferences-gui.png -share/solfege/help/pt_BR/figures/preferences-midi.png -share/solfege/help/pt_BR/figures/preferences-practise.png -share/solfege/help/pt_BR/figures/preferences-sound-setup.png -share/solfege/help/pt_BR/figures/preferences-user.png -share/solfege/help/pt_BR/figures/rhythm.png -share/solfege/help/pt_BR/figures/singchord.png -share/solfege/help/pt_BR/figures/singinterval.png -share/solfege/help/pt_BR/figures/twelvetone.png -share/solfege/help/pt_BR/gpl-2.html -share/solfege/help/pt_BR/gpl-3.html -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-chords.html -share/solfege/help/pt_BR/idbyname-intonation.html -share/solfege/help/pt_BR/idbyname-module.html -share/solfege/help/pt_BR/identifybpm.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-files.html -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/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/rhythm-module.html -share/solfege/help/pt_BR/rhythm.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/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/trainingset-editor.html -share/solfege/help/pt_BR/twelvetone.html -share/solfege/help/pt_BR/welcome.html -share/solfege/help/tr/apb.html -share/solfege/help/tr/bug-reporting.html -share/solfege/help/tr/chord-module.html -share/solfege/help/tr/chord.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/id-interval-buttons-thirds.png -share/solfege/help/tr/figures/id-interval-piano.png -share/solfege/help/tr/figures/idbyname-chords.png -share/solfege/help/tr/figures/idbyname-intonation.png -share/solfege/help/tr/figures/identifybpm.png -share/solfege/help/tr/figures/idtone.png -share/solfege/help/tr/figures/preferences-gui.png -share/solfege/help/tr/figures/preferences-midi.png -share/solfege/help/tr/figures/preferences-practise.png -share/solfege/help/tr/figures/preferences-sound-setup.png -share/solfege/help/tr/figures/preferences-user.png -share/solfege/help/tr/figures/rhythm.png -share/solfege/help/tr/figures/singchord.png -share/solfege/help/tr/figures/singinterval.png -share/solfege/help/tr/figures/twelvetone.png -share/solfege/help/tr/gpl-2.html -share/solfege/help/tr/gpl-3.html -share/solfege/help/tr/gpl.html -share/solfege/help/tr/harmonicinterval-module.html -share/solfege/help/tr/harmonicinterval.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/identifybpm.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-files.html -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/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/rhythm-module.html -share/solfege/help/tr/rhythm.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/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/trainingset-editor.html -share/solfege/help/tr/twelvetone.html -share/solfege/help/tr/welcome.html -share/solfege/helpbrowser.xml -share/solfege/learningtree.txt -share/solfege/lesson-files/altered-1 -share/solfege/lesson-files/altered-2 -share/solfege/lesson-files/barnesanger -share/solfege/lesson-files/besifring -share/solfege/lesson-files/bin/csound-play-harmonic-interval.sh -share/solfege/lesson-files/bpm -share/solfege/lesson-files/chord-7b9-maj79 -share/solfege/lesson-files/chord-all -share/solfege/lesson-files/chord-all-inv -share/solfege/lesson-files/chord-dim-aug -share/solfege/lesson-files/chord-dim-aug-min-major -share/solfege/lesson-files/chord-m7-7 -share/solfege/lesson-files/chord-m7-7-inv -share/solfege/lesson-files/chord-m7-7-inv-not -share/solfege/lesson-files/chord-m7-7-maj7-m7b5-dim7 -share/solfege/lesson-files/chord-m9-9 -share/solfege/lesson-files/chord-m9-9-7b9-maj79 -share/solfege/lesson-files/chord-maj7-m7b5-dim7 -share/solfege/lesson-files/chord-min-major -share/solfege/lesson-files/chord-min-major-7 -share/solfege/lesson-files/chord-min-major-close-open -share/solfege/lesson-files/chord-min-major-inv -share/solfege/lesson-files/chord-min-major-inv-not -share/solfege/lesson-files/chord-voicing-test -share/solfege/lesson-files/compare-intervals -share/solfege/lesson-files/compare-intervals-harmonic -share/solfege/lesson-files/compare-intervals-harmonic-10 -share/solfege/lesson-files/compare-intervals-harmonic-2 -share/solfege/lesson-files/compare-intervals-harmonic-2-3 -share/solfege/lesson-files/compare-intervals-harmonic-3 -share/solfege/lesson-files/compare-intervals-harmonic-4-5 -share/solfege/lesson-files/compare-intervals-harmonic-4-5-8 -share/solfege/lesson-files/compare-intervals-harmonic-6 -share/solfege/lesson-files/compare-intervals-harmonic-6-7 -share/solfege/lesson-files/compare-intervals-harmonic-7 -share/solfege/lesson-files/compare-intervals-harmonic-7-9 -share/solfege/lesson-files/compare-intervals-harmonic-9 -share/solfege/lesson-files/compare-intervals-harmonic-tritonus-7 -share/solfege/lesson-files/csound-fifth-0.97 -share/solfege/lesson-files/csound-fifth-0.98 -share/solfege/lesson-files/csound-fifth-0.99 -share/solfege/lesson-files/csound-fifth-0.995 -share/solfege/lesson-files/csound-fifth-0.996 -share/solfege/lesson-files/csound-fifth-0.997 -share/solfege/lesson-files/csound-fifth-0.998 -share/solfege/lesson-files/diatonic-1 -share/solfege/lesson-files/diatonic-2 -share/solfege/lesson-files/durmoll -share/solfege/lesson-files/fifth-small-pure-0.99 -share/solfege/lesson-files/harmonic-intervals -share/solfege/lesson-files/harmonic-intervals-10 -share/solfege/lesson-files/harmonic-intervals-2 -share/solfege/lesson-files/harmonic-intervals-2-3 -share/solfege/lesson-files/harmonic-intervals-2-to-8 -share/solfege/lesson-files/harmonic-intervals-3 -share/solfege/lesson-files/harmonic-intervals-4-5 -share/solfege/lesson-files/harmonic-intervals-4-5-8 -share/solfege/lesson-files/harmonic-intervals-6 -share/solfege/lesson-files/harmonic-intervals-6-7 -share/solfege/lesson-files/harmonic-intervals-7 -share/solfege/lesson-files/harmonic-intervals-7-9 -share/solfege/lesson-files/harmonic-intervals-9 -share/solfege/lesson-files/harmonic-intervals-self-config -share/solfege/lesson-files/harmonic-intervals-tritonus-7 -share/solfege/lesson-files/id-tone -share/solfege/lesson-files/id-tone-cde-10 -share/solfege/lesson-files/id-tone-cde-11 -share/solfege/lesson-files/id-tone-cde-12 -share/solfege/lesson-files/id-tone-cde-3 -share/solfege/lesson-files/id-tone-cde-4 -share/solfege/lesson-files/id-tone-cde-5 -share/solfege/lesson-files/id-tone-cde-6 -share/solfege/lesson-files/id-tone-cde-7 -share/solfege/lesson-files/id-tone-cde-8 -share/solfege/lesson-files/id-tone-cde-9 -share/solfege/lesson-files/include/interval-elements -share/solfege/lesson-files/include/progression-elements -share/solfege/lesson-files/include/sc-master -share/solfege/lesson-files/jsb-inventions -share/solfege/lesson-files/melodic-intervals -share/solfege/lesson-files/melodic-intervals-10 -share/solfege/lesson-files/melodic-intervals-2 -share/solfege/lesson-files/melodic-intervals-2-3 -share/solfege/lesson-files/melodic-intervals-2-to-8 -share/solfege/lesson-files/melodic-intervals-2int-2-3 -share/solfege/lesson-files/melodic-intervals-3 -share/solfege/lesson-files/melodic-intervals-4-5 -share/solfege/lesson-files/melodic-intervals-4-5-8 -share/solfege/lesson-files/melodic-intervals-6 -share/solfege/lesson-files/melodic-intervals-6-7 -share/solfege/lesson-files/melodic-intervals-7 -share/solfege/lesson-files/melodic-intervals-7-9 -share/solfege/lesson-files/melodic-intervals-9 -share/solfege/lesson-files/melodic-intervals-down -share/solfege/lesson-files/melodic-intervals-down-10 -share/solfege/lesson-files/melodic-intervals-down-2 -share/solfege/lesson-files/melodic-intervals-down-2-3 -share/solfege/lesson-files/melodic-intervals-down-2-to-8 -share/solfege/lesson-files/melodic-intervals-down-3 -share/solfege/lesson-files/melodic-intervals-down-4-5 -share/solfege/lesson-files/melodic-intervals-down-4-5-8 -share/solfege/lesson-files/melodic-intervals-down-6 -share/solfege/lesson-files/melodic-intervals-down-6-7 -share/solfege/lesson-files/melodic-intervals-down-7 -share/solfege/lesson-files/melodic-intervals-down-7-9 -share/solfege/lesson-files/melodic-intervals-down-9 -share/solfege/lesson-files/melodic-intervals-down-tritonus-7 -share/solfege/lesson-files/melodic-intervals-self-config -share/solfege/lesson-files/melodic-intervals-tritonus-7 -share/solfege/lesson-files/melodic-intervals-up -share/solfege/lesson-files/melodic-intervals-up-10 -share/solfege/lesson-files/melodic-intervals-up-2 -share/solfege/lesson-files/melodic-intervals-up-2-3 -share/solfege/lesson-files/melodic-intervals-up-2-to-8 -share/solfege/lesson-files/melodic-intervals-up-3 -share/solfege/lesson-files/melodic-intervals-up-4-5 -share/solfege/lesson-files/melodic-intervals-up-4-5-8 -share/solfege/lesson-files/melodic-intervals-up-6 -share/solfege/lesson-files/melodic-intervals-up-6-7 -share/solfege/lesson-files/melodic-intervals-up-7 -share/solfege/lesson-files/melodic-intervals-up-7-9 -share/solfege/lesson-files/melodic-intervals-up-9 -share/solfege/lesson-files/melodic-intervals-up-tritonus-7 -share/solfege/lesson-files/nameinterval-1 -share/solfege/lesson-files/nameinterval-2 -share/solfege/lesson-files/nameinterval-fifths -share/solfege/lesson-files/nameinterval-fourths -share/solfege/lesson-files/nameinterval-octave -share/solfege/lesson-files/nameinterval-seconds -share/solfege/lesson-files/nameinterval-sevenths -share/solfege/lesson-files/nameinterval-sixths -share/solfege/lesson-files/nameinterval-thirds -share/solfege/lesson-files/nameinterval-unison -share/solfege/lesson-files/progression-1 -share/solfege/lesson-files/progression-2 -share/solfege/lesson-files/progression-atte -share/solfege/lesson-files/progression-x -share/solfege/lesson-files/rhythm-all -share/solfege/lesson-files/rhythm-easy -share/solfege/lesson-files/rhythm-mid -share/solfege/lesson-files/rhythm-self-config-binary -share/solfege/lesson-files/rhythm-self-config-ternary -share/solfege/lesson-files/rhythm-ternary -share/solfege/lesson-files/rhythmtapping2-self-config-binary -share/solfege/lesson-files/rhythmtapping2-self-config-ternary -share/solfege/lesson-files/sc-6tones -share/solfege/lesson-files/sc-8tones -share/solfege/lesson-files/sc-beb -share/solfege/lesson-files/sc-beb-a -share/solfege/lesson-files/sc-beb-d -share/solfege/lesson-files/sc-beb-elem -share/solfege/lesson-files/sc-beb-name -share/solfege/lesson-files/sc-beb-s -share/solfege/lesson-files/sc-church -share/solfege/lesson-files/sc-dha -share/solfege/lesson-files/sc-dha-a -share/solfege/lesson-files/sc-dha-d -share/solfege/lesson-files/sc-dha-elem -share/solfege/lesson-files/sc-dha-f -share/solfege/lesson-files/sc-dha-g -share/solfege/lesson-files/sc-dha-name -share/solfege/lesson-files/sc-dha-p -share/solfege/lesson-files/sc-dha-s -share/solfege/lesson-files/sc-dha-t -share/solfege/lesson-files/sc-dom -share/solfege/lesson-files/sc-dom-jazz -share/solfege/lesson-files/sc-east -share/solfege/lesson-files/sc-greek -share/solfege/lesson-files/sc-hal -share/solfege/lesson-files/sc-hal-jazz -share/solfege/lesson-files/sc-ham -share/solfege/lesson-files/sc-ham-a -share/solfege/lesson-files/sc-ham-d -share/solfege/lesson-files/sc-ham-elem -share/solfege/lesson-files/sc-ham-f -share/solfege/lesson-files/sc-ham-g -share/solfege/lesson-files/sc-ham-name -share/solfege/lesson-files/sc-ham-p -share/solfege/lesson-files/sc-ham-s -share/solfege/lesson-files/sc-ham-t -share/solfege/lesson-files/sc-har -share/solfege/lesson-files/sc-har-a -share/solfege/lesson-files/sc-har-d -share/solfege/lesson-files/sc-har-elem -share/solfege/lesson-files/sc-har-f -share/solfege/lesson-files/sc-har-g -share/solfege/lesson-files/sc-har-name -share/solfege/lesson-files/sc-har-p -share/solfege/lesson-files/sc-har-s -share/solfege/lesson-files/sc-har-t -share/solfege/lesson-files/sc-hum-g -share/solfege/lesson-files/sc-hun -share/solfege/lesson-files/sc-hun-a -share/solfege/lesson-files/sc-hun-d -share/solfege/lesson-files/sc-hun-elem -share/solfege/lesson-files/sc-hun-f -share/solfege/lesson-files/sc-hun-g -share/solfege/lesson-files/sc-hun-name -share/solfege/lesson-files/sc-hun-p -share/solfege/lesson-files/sc-hun-s -share/solfege/lesson-files/sc-hun-t -share/solfege/lesson-files/sc-maj -share/solfege/lesson-files/sc-maj-a -share/solfege/lesson-files/sc-maj-d -share/solfege/lesson-files/sc-maj-elem -share/solfege/lesson-files/sc-maj-f -share/solfege/lesson-files/sc-maj-g -share/solfege/lesson-files/sc-maj-name -share/solfege/lesson-files/sc-maj-p -share/solfege/lesson-files/sc-maj-px -share/solfege/lesson-files/sc-maj-s -share/solfege/lesson-files/sc-maj-t -share/solfege/lesson-files/sc-mau -share/solfege/lesson-files/sc-mau-jazz -share/solfege/lesson-files/sc-mel -share/solfege/lesson-files/sc-mel-a -share/solfege/lesson-files/sc-mel-d -share/solfege/lesson-files/sc-mel-elem -share/solfege/lesson-files/sc-mel-f -share/solfege/lesson-files/sc-mel-g -share/solfege/lesson-files/sc-mel-name -share/solfege/lesson-files/sc-mel-p -share/solfege/lesson-files/sc-mel-s -share/solfege/lesson-files/sc-mel-t -share/solfege/lesson-files/sc-min -share/solfege/lesson-files/sc-min-jazz -share/solfege/lesson-files/sc-nat-g -share/solfege/lesson-files/sc-nea -share/solfege/lesson-files/sc-nea-a -share/solfege/lesson-files/sc-nea-d -share/solfege/lesson-files/sc-nea-elem -share/solfege/lesson-files/sc-nea-f -share/solfege/lesson-files/sc-nea-g -share/solfege/lesson-files/sc-nea-name -share/solfege/lesson-files/sc-nea-p -share/solfege/lesson-files/sc-nea-s -share/solfege/lesson-files/sc-nea-t -share/solfege/lesson-files/sc-nem -share/solfege/lesson-files/sc-nem-a -share/solfege/lesson-files/sc-nem-d -share/solfege/lesson-files/sc-nem-elem -share/solfege/lesson-files/sc-nem-f -share/solfege/lesson-files/sc-nem-g -share/solfege/lesson-files/sc-nem-name -share/solfege/lesson-files/sc-nem-p -share/solfege/lesson-files/sc-nem-s -share/solfege/lesson-files/sc-nem-t -share/solfege/lesson-files/sc-pen -share/solfege/lesson-files/sc-pen-a -share/solfege/lesson-files/sc-pen-d -share/solfege/lesson-files/sc-pen-elem -share/solfege/lesson-files/sc-pen-g -share/solfege/lesson-files/sc-pen-name -share/solfege/lesson-files/sc-pen-s -share/solfege/lesson-files/sc-plagal -share/solfege/lesson-files/sc-sim -share/solfege/lesson-files/sc-sim-a -share/solfege/lesson-files/sc-sim-d -share/solfege/lesson-files/sc-sim-elem -share/solfege/lesson-files/sc-sim-name -share/solfege/lesson-files/sc-sim-s -share/solfege/lesson-files/scales -share/solfege/lesson-files/scales-all -share/solfege/lesson-files/scales-bebop -share/solfege/lesson-files/scales-thirds -share/solfege/lesson-files/share/fanfare.midi -share/solfege/lesson-files/share/fifth-pure-220.00.wav -share/solfege/lesson-files/share/fifth-pure-247.5.wav -share/solfege/lesson-files/share/fifth-pure-293.33.wav -share/solfege/lesson-files/share/fifth-small-220.00.wav -share/solfege/lesson-files/share/fifth-small-247.5.wav -share/solfege/lesson-files/share/fifth-small-293.33.wav -share/solfege/lesson-files/share/fil1.orc -share/solfege/lesson-files/share/fil1.sco -share/solfege/lesson-files/sing-chord-tone -share/solfege/lesson-files/sing-intervals -share/solfege/lesson-files/sing-intervals-10 -share/solfege/lesson-files/sing-intervals-2 -share/solfege/lesson-files/sing-intervals-2-3 -share/solfege/lesson-files/sing-intervals-3 -share/solfege/lesson-files/sing-intervals-4-5 -share/solfege/lesson-files/sing-intervals-4-5-8 -share/solfege/lesson-files/sing-intervals-6 -share/solfege/lesson-files/sing-intervals-6-7 -share/solfege/lesson-files/sing-intervals-7 -share/solfege/lesson-files/sing-intervals-7-9 -share/solfege/lesson-files/sing-intervals-9 -share/solfege/lesson-files/sing-intervals-self-config -share/solfege/lesson-files/sing-intervals-tritonus-7 -share/solfege/lesson-files/sing-the-fifth -share/solfege/lesson-files/sing-the-root -share/solfege/lesson-files/sing-the-seventh -share/solfege/lesson-files/sing-the-third -share/solfege/lesson-files/singchord-1 -share/solfege/lesson-files/singchord-2 -share/solfege/lesson-files/singchord-3 -share/solfege/lesson-files/singchord-4 -share/solfege/lesson-files/singchord-5 -share/solfege/lesson-files/singchord-6 -share/solfege/lesson-files/singchord-all -share/solfege/lesson-files/tapping-all -share/solfege/lesson-files/tapping-easy -share/solfege/lesson-files/tapping-mid -share/solfege/lesson-files/three-prog-root -share/solfege/lesson-files/twelvetone -share/solfege/lesson-files/two-prog-root -share/solfege/lesson-files/volkslieder1 -share/solfege/lesson-files/volkslieder2 -share/solfege/mpd/__init__.py -share/solfege/mpd/_exceptions.py -share/solfege/mpd/const.py -share/solfege/mpd/duration.py -share/solfege/mpd/engravers.py -share/solfege/mpd/interval.py -share/solfege/mpd/mfutils.py -share/solfege/mpd/mpdutils.py -share/solfege/mpd/musicalpitch.py -share/solfege/mpd/musicdisplayer.py -share/solfege/mpd/parser.py -share/solfege/mpd/rat.py -share/solfege/mpd/requests.py -share/solfege/mpd/track.py -share/solfege/solfege.gtkrc -share/solfege/soundcard/__init__.py -share/solfege/soundcard/exporter.py -share/solfege/soundcard/fakesynth.py -share/solfege/soundcard/midifilesynth.py -share/solfege/soundcard/oss_common.py -share/solfege/soundcard/oss_sequencer.py -share/solfege/soundcard/oss_sequencer2.py -share/solfege/soundcard/solfege_c_midi.py -share/solfege/soundcard/soundcardexceptions.py -share/solfege/soundcard/synth_common.py -share/solfege/soundcard/winsynth.py -share/solfege/src/ElementTree.py -share/solfege/src/__init__.py -share/solfege/src/abstract.py -share/solfege/src/app.py -share/solfege/src/cfg.py -share/solfege/src/chord.py -share/solfege/src/chordvoicing.py -share/solfege/src/compareintervals.py -share/solfege/src/configureoutput.py -share/solfege/src/configwindow.py -share/solfege/src/const.py -share/solfege/src/dataparser.py -share/solfege/src/dictation.py -share/solfege/src/docviewer.py -share/solfege/src/elembuilder.py -share/solfege/src/example.py -share/solfege/src/exceptiondialog.py -share/solfege/src/filesystem.py -share/solfege/src/gpath.py -share/solfege/src/gu.py -share/solfege/src/harmonicinterval.py -share/solfege/src/harmonicprogressiondictation.py -share/solfege/src/helpbrowser.py -share/solfege/src/history.py -share/solfege/src/htmlwidget.py -share/solfege/src/i18n.py -share/solfege/src/idbyname.py -share/solfege/src/identifybpm.py -share/solfege/src/idtone.py -share/solfege/src/inputwidgets.py -share/solfege/src/instrumentselector.py -share/solfege/src/languages.py -share/solfege/src/learning_tree_editor.py -share/solfege/src/lessonfile.py -share/solfege/src/lessonfile_editor_main.py -share/solfege/src/lessonfilegui.py -share/solfege/src/mainwin.py -share/solfege/src/melodicinterval.py -share/solfege/src/multipleintervalconfigwidget.py -share/solfege/src/nameinterval.py -share/solfege/src/notenamespinbutton.py -share/solfege/src/osutils.py -share/solfege/src/pmwiki.py -share/solfege/src/practisesheetdlg.py -share/solfege/src/reportbug.py -share/solfege/src/reportlib.py -share/solfege/src/rhythm.py -share/solfege/src/rhythmtapping.py -share/solfege/src/rhythmtapping2.py -share/solfege/src/runtime.py -share/solfege/src/singanswer.py -share/solfege/src/singchord.py -share/solfege/src/singinterval.py -share/solfege/src/specialwidgets.py -share/solfege/src/statistics.py -share/solfege/src/statisticsviewer.py -share/solfege/src/stock.py -share/solfege/src/testlib.py -share/solfege/src/tracebackwindow.py -share/solfege/src/trainingsetdlg.py -share/solfege/src/tree.py -share/solfege/src/tuner.py -share/solfege/src/twelvetone.py -share/solfege/src/utils.py -share/solfege/src/uuid.py -share/solfege/src/winreg.py -share/solfege/src/xrandom.py -share/solfege/themes/svg/chord-voicing.svg -share/solfege/themes/svg/chord.svg -share/solfege/themes/svg/happyface.svg -share/solfege/themes/svg/harmonic-interval.svg -share/solfege/themes/svg/id-by-name.svg -share/solfege/themes/svg/mal.svg -share/solfege/themes/svg/melodic-interval.svg -share/solfege/themes/svg/sadface.svg -share/solfege/themes/svg/sing-chord.svg -share/solfege/themes/svg/sing-interval.svg -share/solfege/themes/svg/solfege.svg -share/solfege/ui.xml 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/es_MX/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/no/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 -@dirrm share/solfege/themes/svg -@dirrm share/solfege/themes -@dirrm share/solfege/src -@dirrm share/solfege/soundcard -@dirrm share/solfege/mpd -@dirrm share/solfege/lesson-files/share -@dirrm share/solfege/lesson-files/include -@dirrm share/solfege/lesson-files/bin -@dirrm share/solfege/lesson-files -@dirrm share/solfege/help/tr/figures -@dirrm share/solfege/help/tr -@dirrm share/solfege/help/pt_BR/figures -@dirrm share/solfege/help/pt_BR -@dirrm share/solfege/help/no/figures -@dirrm share/solfege/help/no -@dirrm share/solfege/help/fr/figures -@dirrm share/solfege/help/fr -@dirrm share/solfege/help/C/ly -@dirrm share/solfege/help/C/figures -@dirrm share/solfege/help/C -@dirrm share/solfege/help -@dirrm share/solfege/graphics -@dirrm share/solfege/feta -@dirrm share/solfege/example-lesson-files -@dirrm share/solfege +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 +%%DATADIR%%/feta/feta20-accidentals--1.xpm +%%DATADIR%%/feta/feta20-accidentals--2.xpm +%%DATADIR%%/feta/feta20-accidentals-0.xpm +%%DATADIR%%/feta/feta20-accidentals-1.xpm +%%DATADIR%%/feta/feta20-accidentals-2.xpm +%%DATADIR%%/feta/feta20-clefs-C.xpm +%%DATADIR%%/feta/feta20-clefs-F.xpm +%%DATADIR%%/feta/feta20-clefs-G.xpm +%%DATADIR%%/feta/feta20-dots-dot.xpm +%%DATADIR%%/feta/feta20-flags-d3.xpm +%%DATADIR%%/feta/feta20-flags-d4.xpm +%%DATADIR%%/feta/feta20-flags-d5.xpm +%%DATADIR%%/feta/feta20-flags-d6.xpm +%%DATADIR%%/feta/feta20-flags-u3.xpm +%%DATADIR%%/feta/feta20-flags-u4.xpm +%%DATADIR%%/feta/feta20-flags-u5.xpm +%%DATADIR%%/feta/feta20-flags-u6.xpm +%%DATADIR%%/feta/feta20-noteheads-0.xpm +%%DATADIR%%/feta/feta20-noteheads-1.xpm +%%DATADIR%%/feta/feta20-noteheads-2.xpm +%%DATADIR%%/feta/feta20-number-0.xpm +%%DATADIR%%/feta/feta20-number-1.xpm +%%DATADIR%%/feta/feta20-number-2.xpm +%%DATADIR%%/feta/feta20-number-3.xpm +%%DATADIR%%/feta/feta20-number-4.xpm +%%DATADIR%%/feta/feta20-number-5.xpm +%%DATADIR%%/feta/feta20-number-6.xpm +%%DATADIR%%/feta/feta20-number-7.xpm +%%DATADIR%%/feta/feta20-number-8.xpm +%%DATADIR%%/feta/feta20-number-9.xpm +%%DATADIR%%/feta/feta20-rests--1.xpm +%%DATADIR%%/feta/feta20-rests--2.xpm +%%DATADIR%%/feta/feta20-rests--4.xpm +%%DATADIR%%/feta/feta20-rests-0.xpm +%%DATADIR%%/feta/feta20-rests-0o.xpm +%%DATADIR%%/feta/feta20-rests-1.xpm +%%DATADIR%%/feta/feta20-rests-1o.xpm +%%DATADIR%%/feta/feta20-rests-2.xpm +%%DATADIR%%/feta/feta20-rests-3.xpm +%%DATADIR%%/feta/feta20-rests-4.xpm +%%DATADIR%%/feta/feta20-rests-5.xpm +%%DATADIR%%/feta/feta20-rests-6.xpm +%%DATADIR%%/feta/feta20-rests-7.xpm +%%DATADIR%%/graphics/chord-voicing.png +%%DATADIR%%/graphics/chord.png +%%DATADIR%%/graphics/compare-intervals.png +%%DATADIR%%/graphics/dictation.png +%%DATADIR%%/graphics/double-flat.png +%%DATADIR%%/graphics/double-flat.svg +%%DATADIR%%/graphics/double-sharp.png +%%DATADIR%%/graphics/double-sharp.svg +%%DATADIR%%/graphics/erase.png +%%DATADIR%%/graphics/erase.svg +%%DATADIR%%/graphics/flat.png +%%DATADIR%%/graphics/flat.svg +%%DATADIR%%/graphics/happyface.png +%%DATADIR%%/graphics/harmonic-interval.png +%%DATADIR%%/graphics/harmonic-progression-dictation.png +%%DATADIR%%/graphics/holder.png +%%DATADIR%%/graphics/id-by-name.png +%%DATADIR%%/graphics/id-tone.png +%%DATADIR%%/graphics/identify-bpm.png +%%DATADIR%%/graphics/identify-chord.png +%%DATADIR%%/graphics/identify-scale.png +%%DATADIR%%/graphics/image-not-found.png +%%DATADIR%%/graphics/melodic-interval.png +%%DATADIR%%/graphics/natural.png +%%DATADIR%%/graphics/natural.svg +%%DATADIR%%/graphics/notehead.png +%%DATADIR%%/graphics/notehead.svg +%%DATADIR%%/graphics/rhythm-c12c12c12.png +%%DATADIR%%/graphics/rhythm-c12c12r12.png +%%DATADIR%%/graphics/rhythm-c12r12c12.png +%%DATADIR%%/graphics/rhythm-c16c16c16c16.png +%%DATADIR%%/graphics/rhythm-c16c16c16c16c16c16.png +%%DATADIR%%/graphics/rhythm-c16c16c16c16c8.png +%%DATADIR%%/graphics/rhythm-c16c16c4.png +%%DATADIR%%/graphics/rhythm-c16c16c8.png +%%DATADIR%%/graphics/rhythm-c16c16c8c16c16.png +%%DATADIR%%/graphics/rhythm-c16c16c8c8.png +%%DATADIR%%/graphics/rhythm-c16c8..png +%%DATADIR%%/graphics/rhythm-c16c8c16.png +%%DATADIR%%/graphics/rhythm-c4..png +%%DATADIR%%/graphics/rhythm-c4.png +%%DATADIR%%/graphics/rhythm-c4c16c16.png +%%DATADIR%%/graphics/rhythm-c4c8.png +%%DATADIR%%/graphics/rhythm-c8.c16.png +%%DATADIR%%/graphics/rhythm-c8c16c16.png +%%DATADIR%%/graphics/rhythm-c8c16c16c16c16.png +%%DATADIR%%/graphics/rhythm-c8c16c16c8.png +%%DATADIR%%/graphics/rhythm-c8c4.png +%%DATADIR%%/graphics/rhythm-c8c8.png +%%DATADIR%%/graphics/rhythm-c8c8c16c16.png +%%DATADIR%%/graphics/rhythm-c8c8c8.png +%%DATADIR%%/graphics/rhythm-r12c12c12.png +%%DATADIR%%/graphics/rhythm-r12c12r12.png +%%DATADIR%%/graphics/rhythm-r12r12c12.png +%%DATADIR%%/graphics/rhythm-r16c16c16c16.png +%%DATADIR%%/graphics/rhythm-r16c16c8.png +%%DATADIR%%/graphics/rhythm-r16c8..png +%%DATADIR%%/graphics/rhythm-r16c8c16.png +%%DATADIR%%/graphics/rhythm-r4.png +%%DATADIR%%/graphics/rhythm-r8c16c16.png +%%DATADIR%%/graphics/rhythm-r8c8.png +%%DATADIR%%/graphics/rhythm-r8r16c16.png +%%DATADIR%%/graphics/rhythm-wrong.png +%%DATADIR%%/graphics/rhythm.png +%%DATADIR%%/graphics/sadface.png +%%DATADIR%%/graphics/sharp.png +%%DATADIR%%/graphics/sharp.svg +%%DATADIR%%/graphics/sing-chord.png +%%DATADIR%%/graphics/sing-interval.png +%%DATADIR%%/graphics/solfege.png +%%DATADIR%%/graphics/solfege.svg +%%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 +%%DATADIR%%/help-menu.xml +%%DATADIR%%/helpbrowser.xml +%%DATADIR%%/learningtree.txt +%%DATADIR%%/lesson-files/altered-1 +%%DATADIR%%/lesson-files/altered-2 +%%DATADIR%%/lesson-files/barnesanger +%%DATADIR%%/lesson-files/besifring +%%DATADIR%%/lesson-files/bin/csound-play-harmonic-interval.sh +%%DATADIR%%/lesson-files/bpm +%%DATADIR%%/lesson-files/chord-7b9-maj79 +%%DATADIR%%/lesson-files/chord-dim-aug +%%DATADIR%%/lesson-files/chord-dim-aug-min-major +%%DATADIR%%/lesson-files/chord-m7-7 +%%DATADIR%%/lesson-files/chord-m7-7-inv +%%DATADIR%%/lesson-files/chord-m7-7-maj7-m7b5-dim7 +%%DATADIR%%/lesson-files/chord-m9-9 +%%DATADIR%%/lesson-files/chord-m9-9-7b9-maj79 +%%DATADIR%%/lesson-files/chord-maj7-m7b5-dim7 +%%DATADIR%%/lesson-files/chord-min-major +%%DATADIR%%/lesson-files/chord-min-major-7 +%%DATADIR%%/lesson-files/chord-min-major-close-open +%%DATADIR%%/lesson-files/chord-min-major-inv +%%DATADIR%%/lesson-files/chord-voicing-test +%%DATADIR%%/lesson-files/compare-intervals +%%DATADIR%%/lesson-files/compare-intervals-harmonic +%%DATADIR%%/lesson-files/compare-intervals-harmonic-10 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-2 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-2-3 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-3 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-4-5 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-4-5-8 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-6 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-6-7 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-7 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-7-9 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-9 +%%DATADIR%%/lesson-files/compare-intervals-harmonic-tritonus-7 +%%DATADIR%%/lesson-files/csound-fifth-0.97 +%%DATADIR%%/lesson-files/csound-fifth-0.98 +%%DATADIR%%/lesson-files/csound-fifth-0.99 +%%DATADIR%%/lesson-files/csound-fifth-0.995 +%%DATADIR%%/lesson-files/csound-fifth-0.996 +%%DATADIR%%/lesson-files/csound-fifth-0.997 +%%DATADIR%%/lesson-files/csound-fifth-0.998 +%%DATADIR%%/lesson-files/diatonic-1 +%%DATADIR%%/lesson-files/diatonic-2 +%%DATADIR%%/lesson-files/fifth-small-pure-0.99 +%%DATADIR%%/lesson-files/harmonic-intervals +%%DATADIR%%/lesson-files/harmonic-intervals-10 +%%DATADIR%%/lesson-files/harmonic-intervals-2 +%%DATADIR%%/lesson-files/harmonic-intervals-2-3 +%%DATADIR%%/lesson-files/harmonic-intervals-2-to-8 +%%DATADIR%%/lesson-files/harmonic-intervals-3 +%%DATADIR%%/lesson-files/harmonic-intervals-4-5 +%%DATADIR%%/lesson-files/harmonic-intervals-4-5-8 +%%DATADIR%%/lesson-files/harmonic-intervals-6 +%%DATADIR%%/lesson-files/harmonic-intervals-6-7 +%%DATADIR%%/lesson-files/harmonic-intervals-7 +%%DATADIR%%/lesson-files/harmonic-intervals-7-9 +%%DATADIR%%/lesson-files/harmonic-intervals-9 +%%DATADIR%%/lesson-files/harmonic-intervals-self-config +%%DATADIR%%/lesson-files/harmonic-intervals-tritonus-7 +%%DATADIR%%/lesson-files/hear-tones-1 +%%DATADIR%%/lesson-files/hear-tones-2 +%%DATADIR%%/lesson-files/hear-tones-3 +%%DATADIR%%/lesson-files/hear-tones-4 +%%DATADIR%%/lesson-files/hear-tones-5 +%%DATADIR%%/lesson-files/hear-tones-6 +%%DATADIR%%/lesson-files/hear-tones-triads +%%DATADIR%%/lesson-files/hear-tones-triads-difficult +%%DATADIR%%/lesson-files/hear-tones-triads-easy +%%DATADIR%%/lesson-files/id-tone +%%DATADIR%%/lesson-files/id-tone-cde-10 +%%DATADIR%%/lesson-files/id-tone-cde-11 +%%DATADIR%%/lesson-files/id-tone-cde-12 +%%DATADIR%%/lesson-files/id-tone-cde-3 +%%DATADIR%%/lesson-files/id-tone-cde-4 +%%DATADIR%%/lesson-files/id-tone-cde-5 +%%DATADIR%%/lesson-files/id-tone-cde-6 +%%DATADIR%%/lesson-files/id-tone-cde-7 +%%DATADIR%%/lesson-files/id-tone-cde-8 +%%DATADIR%%/lesson-files/id-tone-cde-9 +%%DATADIR%%/lesson-files/include/interval-elements +%%DATADIR%%/lesson-files/include/progression-elements +%%DATADIR%%/lesson-files/include/sc-master +%%DATADIR%%/lesson-files/interval_in_key_maj +%%DATADIR%%/lesson-files/interval_in_key_min +%%DATADIR%%/lesson-files/jsb-inventions +%%DATADIR%%/lesson-files/melodic-intervals +%%DATADIR%%/lesson-files/melodic-intervals-10 +%%DATADIR%%/lesson-files/melodic-intervals-2 +%%DATADIR%%/lesson-files/melodic-intervals-2-3 +%%DATADIR%%/lesson-files/melodic-intervals-2-to-8 +%%DATADIR%%/lesson-files/melodic-intervals-3 +%%DATADIR%%/lesson-files/melodic-intervals-4-5 +%%DATADIR%%/lesson-files/melodic-intervals-4-5-8 +%%DATADIR%%/lesson-files/melodic-intervals-6 +%%DATADIR%%/lesson-files/melodic-intervals-6-7 +%%DATADIR%%/lesson-files/melodic-intervals-7 +%%DATADIR%%/lesson-files/melodic-intervals-7-9 +%%DATADIR%%/lesson-files/melodic-intervals-9 +%%DATADIR%%/lesson-files/melodic-intervals-down +%%DATADIR%%/lesson-files/melodic-intervals-down-10 +%%DATADIR%%/lesson-files/melodic-intervals-down-2 +%%DATADIR%%/lesson-files/melodic-intervals-down-2-3 +%%DATADIR%%/lesson-files/melodic-intervals-down-2-to-8 +%%DATADIR%%/lesson-files/melodic-intervals-down-3 +%%DATADIR%%/lesson-files/melodic-intervals-down-4-5 +%%DATADIR%%/lesson-files/melodic-intervals-down-4-5-8 +%%DATADIR%%/lesson-files/melodic-intervals-down-6 +%%DATADIR%%/lesson-files/melodic-intervals-down-6-7 +%%DATADIR%%/lesson-files/melodic-intervals-down-7 +%%DATADIR%%/lesson-files/melodic-intervals-down-7-9 +%%DATADIR%%/lesson-files/melodic-intervals-down-9 +%%DATADIR%%/lesson-files/melodic-intervals-down-tritonus-7 +%%DATADIR%%/lesson-files/melodic-intervals-self-config +%%DATADIR%%/lesson-files/melodic-intervals-tritonus-7 +%%DATADIR%%/lesson-files/melodic-intervals-up +%%DATADIR%%/lesson-files/melodic-intervals-up-10 +%%DATADIR%%/lesson-files/melodic-intervals-up-2 +%%DATADIR%%/lesson-files/melodic-intervals-up-2-3 +%%DATADIR%%/lesson-files/melodic-intervals-up-2-to-8 +%%DATADIR%%/lesson-files/melodic-intervals-up-3 +%%DATADIR%%/lesson-files/melodic-intervals-up-4-5 +%%DATADIR%%/lesson-files/melodic-intervals-up-4-5-8 +%%DATADIR%%/lesson-files/melodic-intervals-up-6 +%%DATADIR%%/lesson-files/melodic-intervals-up-6-7 +%%DATADIR%%/lesson-files/melodic-intervals-up-7 +%%DATADIR%%/lesson-files/melodic-intervals-up-7-9 +%%DATADIR%%/lesson-files/melodic-intervals-up-9 +%%DATADIR%%/lesson-files/melodic-intervals-up-tritonus-7 +%%DATADIR%%/lesson-files/nameinterval-1 +%%DATADIR%%/lesson-files/nameinterval-2 +%%DATADIR%%/lesson-files/nameinterval-fifths +%%DATADIR%%/lesson-files/nameinterval-fourths +%%DATADIR%%/lesson-files/nameinterval-octave +%%DATADIR%%/lesson-files/nameinterval-seconds +%%DATADIR%%/lesson-files/nameinterval-sevenths +%%DATADIR%%/lesson-files/nameinterval-sixths +%%DATADIR%%/lesson-files/nameinterval-thirds +%%DATADIR%%/lesson-files/nameinterval-unison +%%DATADIR%%/lesson-files/progression-1 +%%DATADIR%%/lesson-files/progression-2 +%%DATADIR%%/lesson-files/progression-atte +%%DATADIR%%/lesson-files/progression-x +%%DATADIR%%/lesson-files/rhythm-all +%%DATADIR%%/lesson-files/rhythm-easy +%%DATADIR%%/lesson-files/rhythm-mid +%%DATADIR%%/lesson-files/rhythm-self-config-binary +%%DATADIR%%/lesson-files/rhythm-self-config-ternary +%%DATADIR%%/lesson-files/rhythm-ternary +%%DATADIR%%/lesson-files/rhythmtapping2-self-config-binary +%%DATADIR%%/lesson-files/rhythmtapping2-self-config-ternary +%%DATADIR%%/lesson-files/sc-6tones +%%DATADIR%%/lesson-files/sc-8tones +%%DATADIR%%/lesson-files/sc-beb +%%DATADIR%%/lesson-files/sc-beb-a +%%DATADIR%%/lesson-files/sc-beb-d +%%DATADIR%%/lesson-files/sc-beb-elem +%%DATADIR%%/lesson-files/sc-beb-name +%%DATADIR%%/lesson-files/sc-beb-s +%%DATADIR%%/lesson-files/sc-church +%%DATADIR%%/lesson-files/sc-dha +%%DATADIR%%/lesson-files/sc-dha-a +%%DATADIR%%/lesson-files/sc-dha-d +%%DATADIR%%/lesson-files/sc-dha-elem +%%DATADIR%%/lesson-files/sc-dha-f +%%DATADIR%%/lesson-files/sc-dha-g +%%DATADIR%%/lesson-files/sc-dha-name +%%DATADIR%%/lesson-files/sc-dha-p +%%DATADIR%%/lesson-files/sc-dha-s +%%DATADIR%%/lesson-files/sc-dha-t +%%DATADIR%%/lesson-files/sc-dom +%%DATADIR%%/lesson-files/sc-dom-jazz +%%DATADIR%%/lesson-files/sc-east +%%DATADIR%%/lesson-files/sc-greek +%%DATADIR%%/lesson-files/sc-hal +%%DATADIR%%/lesson-files/sc-hal-jazz +%%DATADIR%%/lesson-files/sc-ham +%%DATADIR%%/lesson-files/sc-ham-a +%%DATADIR%%/lesson-files/sc-ham-d +%%DATADIR%%/lesson-files/sc-ham-elem +%%DATADIR%%/lesson-files/sc-ham-f +%%DATADIR%%/lesson-files/sc-ham-g +%%DATADIR%%/lesson-files/sc-ham-name +%%DATADIR%%/lesson-files/sc-ham-p +%%DATADIR%%/lesson-files/sc-ham-s +%%DATADIR%%/lesson-files/sc-ham-t +%%DATADIR%%/lesson-files/sc-har +%%DATADIR%%/lesson-files/sc-har-a +%%DATADIR%%/lesson-files/sc-har-d +%%DATADIR%%/lesson-files/sc-har-elem +%%DATADIR%%/lesson-files/sc-har-f +%%DATADIR%%/lesson-files/sc-har-g +%%DATADIR%%/lesson-files/sc-har-name +%%DATADIR%%/lesson-files/sc-har-p +%%DATADIR%%/lesson-files/sc-har-s +%%DATADIR%%/lesson-files/sc-har-t +%%DATADIR%%/lesson-files/sc-hum-g +%%DATADIR%%/lesson-files/sc-hun +%%DATADIR%%/lesson-files/sc-hun-a +%%DATADIR%%/lesson-files/sc-hun-d +%%DATADIR%%/lesson-files/sc-hun-elem +%%DATADIR%%/lesson-files/sc-hun-f +%%DATADIR%%/lesson-files/sc-hun-g +%%DATADIR%%/lesson-files/sc-hun-name +%%DATADIR%%/lesson-files/sc-hun-p +%%DATADIR%%/lesson-files/sc-hun-s +%%DATADIR%%/lesson-files/sc-hun-t +%%DATADIR%%/lesson-files/sc-maj +%%DATADIR%%/lesson-files/sc-maj-a +%%DATADIR%%/lesson-files/sc-maj-d +%%DATADIR%%/lesson-files/sc-maj-elem +%%DATADIR%%/lesson-files/sc-maj-f +%%DATADIR%%/lesson-files/sc-maj-g +%%DATADIR%%/lesson-files/sc-maj-name +%%DATADIR%%/lesson-files/sc-maj-p +%%DATADIR%%/lesson-files/sc-maj-px +%%DATADIR%%/lesson-files/sc-maj-s +%%DATADIR%%/lesson-files/sc-maj-t +%%DATADIR%%/lesson-files/sc-mau +%%DATADIR%%/lesson-files/sc-mau-jazz +%%DATADIR%%/lesson-files/sc-mel +%%DATADIR%%/lesson-files/sc-mel-a +%%DATADIR%%/lesson-files/sc-mel-d +%%DATADIR%%/lesson-files/sc-mel-elem +%%DATADIR%%/lesson-files/sc-mel-f +%%DATADIR%%/lesson-files/sc-mel-g +%%DATADIR%%/lesson-files/sc-mel-name +%%DATADIR%%/lesson-files/sc-mel-p +%%DATADIR%%/lesson-files/sc-mel-s +%%DATADIR%%/lesson-files/sc-mel-t +%%DATADIR%%/lesson-files/sc-min +%%DATADIR%%/lesson-files/sc-min-jazz +%%DATADIR%%/lesson-files/sc-nat-g +%%DATADIR%%/lesson-files/sc-nea +%%DATADIR%%/lesson-files/sc-nea-a +%%DATADIR%%/lesson-files/sc-nea-d +%%DATADIR%%/lesson-files/sc-nea-elem +%%DATADIR%%/lesson-files/sc-nea-f +%%DATADIR%%/lesson-files/sc-nea-g +%%DATADIR%%/lesson-files/sc-nea-name +%%DATADIR%%/lesson-files/sc-nea-p +%%DATADIR%%/lesson-files/sc-nea-s +%%DATADIR%%/lesson-files/sc-nea-t +%%DATADIR%%/lesson-files/sc-nem +%%DATADIR%%/lesson-files/sc-nem-a +%%DATADIR%%/lesson-files/sc-nem-d +%%DATADIR%%/lesson-files/sc-nem-elem +%%DATADIR%%/lesson-files/sc-nem-f +%%DATADIR%%/lesson-files/sc-nem-g +%%DATADIR%%/lesson-files/sc-nem-name +%%DATADIR%%/lesson-files/sc-nem-p +%%DATADIR%%/lesson-files/sc-nem-s +%%DATADIR%%/lesson-files/sc-nem-t +%%DATADIR%%/lesson-files/sc-pen +%%DATADIR%%/lesson-files/sc-pen-a +%%DATADIR%%/lesson-files/sc-pen-d +%%DATADIR%%/lesson-files/sc-pen-elem +%%DATADIR%%/lesson-files/sc-pen-g +%%DATADIR%%/lesson-files/sc-pen-name +%%DATADIR%%/lesson-files/sc-pen-s +%%DATADIR%%/lesson-files/sc-plagal +%%DATADIR%%/lesson-files/sc-sim +%%DATADIR%%/lesson-files/sc-sim-a +%%DATADIR%%/lesson-files/sc-sim-d +%%DATADIR%%/lesson-files/sc-sim-elem +%%DATADIR%%/lesson-files/sc-sim-name +%%DATADIR%%/lesson-files/sc-sim-s +%%DATADIR%%/lesson-files/share/fanfare.midi +%%DATADIR%%/lesson-files/share/fanfare.mp3 +%%DATADIR%%/lesson-files/share/fanfare.ogg +%%DATADIR%%/lesson-files/share/fanfare.wav +%%DATADIR%%/lesson-files/share/fifth-pure-220.00.wav +%%DATADIR%%/lesson-files/share/fifth-pure-247.5.wav +%%DATADIR%%/lesson-files/share/fifth-pure-293.33.wav +%%DATADIR%%/lesson-files/share/fifth-small-220.00.wav +%%DATADIR%%/lesson-files/share/fifth-small-247.5.wav +%%DATADIR%%/lesson-files/share/fifth-small-293.33.wav +%%DATADIR%%/lesson-files/share/fil1.orc +%%DATADIR%%/lesson-files/share/fil1.sco +%%DATADIR%%/lesson-files/sing-chord-tone +%%DATADIR%%/lesson-files/sing-intervals +%%DATADIR%%/lesson-files/sing-intervals-10 +%%DATADIR%%/lesson-files/sing-intervals-2 +%%DATADIR%%/lesson-files/sing-intervals-2-3 +%%DATADIR%%/lesson-files/sing-intervals-3 +%%DATADIR%%/lesson-files/sing-intervals-4-5 +%%DATADIR%%/lesson-files/sing-intervals-4-5-8 +%%DATADIR%%/lesson-files/sing-intervals-6 +%%DATADIR%%/lesson-files/sing-intervals-6-7 +%%DATADIR%%/lesson-files/sing-intervals-7 +%%DATADIR%%/lesson-files/sing-intervals-7-9 +%%DATADIR%%/lesson-files/sing-intervals-9 +%%DATADIR%%/lesson-files/sing-intervals-self-config +%%DATADIR%%/lesson-files/sing-intervals-tritonus-7 +%%DATADIR%%/lesson-files/sing-the-fifth +%%DATADIR%%/lesson-files/sing-the-root +%%DATADIR%%/lesson-files/sing-the-seventh +%%DATADIR%%/lesson-files/sing-the-seventh-inv +%%DATADIR%%/lesson-files/sing-the-third +%%DATADIR%%/lesson-files/singchord-1 +%%DATADIR%%/lesson-files/singchord-2 +%%DATADIR%%/lesson-files/singchord-3 +%%DATADIR%%/lesson-files/singchord-4 +%%DATADIR%%/lesson-files/singchord-5 +%%DATADIR%%/lesson-files/singchord-6 +%%DATADIR%%/lesson-files/singchord-all +%%DATADIR%%/lesson-files/tapping-all +%%DATADIR%%/lesson-files/tapping-easy +%%DATADIR%%/lesson-files/tapping-mid +%%DATADIR%%/lesson-files/three-prog-root +%%DATADIR%%/lesson-files/twelvetone +%%DATADIR%%/lesson-files/volkslieder1 +%%DATADIR%%/lesson-files/volkslieder2 +%%DATADIR%%/mpd/__init__.py +%%DATADIR%%/mpd/__init__.pyc +%%DATADIR%%/mpd/_exceptions.py +%%DATADIR%%/mpd/_exceptions.pyc +%%DATADIR%%/mpd/const.py +%%DATADIR%%/mpd/const.pyc +%%DATADIR%%/mpd/duration.py +%%DATADIR%%/mpd/duration.pyc +%%DATADIR%%/mpd/engravers.py +%%DATADIR%%/mpd/engravers.pyc +%%DATADIR%%/mpd/interval.py +%%DATADIR%%/mpd/interval.pyc +%%DATADIR%%/mpd/mfutils.py +%%DATADIR%%/mpd/mfutils.pyc +%%DATADIR%%/mpd/mpdutils.py +%%DATADIR%%/mpd/mpdutils.pyc +%%DATADIR%%/mpd/musicalpitch.py +%%DATADIR%%/mpd/musicalpitch.pyc +%%DATADIR%%/mpd/musicdisplayer.py +%%DATADIR%%/mpd/musicdisplayer.pyc +%%DATADIR%%/mpd/parser.py +%%DATADIR%%/mpd/parser.pyc +%%DATADIR%%/mpd/rat.py +%%DATADIR%%/mpd/rat.pyc +%%DATADIR%%/mpd/requests.py +%%DATADIR%%/mpd/requests.pyc +%%DATADIR%%/mpd/track.py +%%DATADIR%%/mpd/track.pyc +%%DATADIR%%/regression-lesson-files/chord-no-name +%%DATADIR%%/regression-lesson-files/chord-wav-music +%%DATADIR%%/regression-lesson-files/chordvoicing-lessonfile-exception +%%DATADIR%%/regression-lesson-files/chordvoicing-mpd-exception +%%DATADIR%%/regression-lesson-files/compareintervals-1 +%%DATADIR%%/regression-lesson-files/compareintervals-2 +%%DATADIR%%/regression-lesson-files/compareintervals-3 +%%DATADIR%%/regression-lesson-files/compareintervals-4 +%%DATADIR%%/regression-lesson-files/dictation-exception-handling +%%DATADIR%%/regression-lesson-files/dictation-no-questions +%%DATADIR%%/regression-lesson-files/elembuilder-bad-tonic +%%DATADIR%%/regression-lesson-files/elembuilder-scale-1 +%%DATADIR%%/regression-lesson-files/elembuilder-scale-2 +%%DATADIR%%/regression-lesson-files/elembuilder-scale-3 +%%DATADIR%%/regression-lesson-files/elembuilder-scale-4 +%%DATADIR%%/regression-lesson-files/elembuilder-scale-5 +%%DATADIR%%/regression-lesson-files/harmonicprogression-lessonfile-exception +%%DATADIR%%/regression-lesson-files/idbyname-assignment-to-reserved-word +%%DATADIR%%/regression-lesson-files/idbyname-at_question_start-1 +%%DATADIR%%/regression-lesson-files/idbyname-at_question_start-2 +%%DATADIR%%/regression-lesson-files/idbyname-at_question_start-3 +%%DATADIR%%/regression-lesson-files/idbyname-bad-cuemusic +%%DATADIR%%/regression-lesson-files/idbyname-mediafiles +%%DATADIR%%/regression-lesson-files/idbyname-missing-.wav-file +%%DATADIR%%/regression-lesson-files/idbyname-noquestionsinfile +%%DATADIR%%/regression-lesson-files/idbyname-syntax-error-1 +%%DATADIR%%/regression-lesson-files/idbyname-syntax-error-2 +%%DATADIR%%/regression-lesson-files/idbyname-unsupported-named-block +%%DATADIR%%/regression-lesson-files/idbyname-vmusic +%%DATADIR%%/regression-lesson-files/idproperty-1 +%%DATADIR%%/regression-lesson-files/idproperty-2 +%%DATADIR%%/regression-lesson-files/idproperty-3 +%%DATADIR%%/regression-lesson-files/idproperty-4 +%%DATADIR%%/regression-lesson-files/nameinterval-bad-tones-header-var +%%DATADIR%%/regression-lesson-files/nameinterval-constraints +%%DATADIR%%/regression-lesson-files/rhythmtapping-1 +%%DATADIR%%/regression-lesson-files/rhythmtapping-2 +%%DATADIR%%/regression-lesson-files/rhythmtapping-3 +%%DATADIR%%/regression-lesson-files/rhythmtapping-4 +%%DATADIR%%/regression-lesson-files/rhythmtapping-bad-mpd-code +%%DATADIR%%/regression-lesson-files/rhythmtapping2-1 +%%DATADIR%%/regression-lesson-files/rvoice +%%DATADIR%%/regression-lesson-files/singanswer-bad-mpd-code +%%DATADIR%%/regression-lesson-files/singanswer-missing-.wav-file +%%DATADIR%%/regression-lesson-files/singanswer-missing-question_text +%%DATADIR%%/regression-lesson-files/transpose-accidentals +%%DATADIR%%/regression-lesson-files/transpose-key +%%DATADIR%%/regression-lesson-files/xx-chord-exceptions +%%DATADIR%%/regression-lesson-files/xx-chordvoicing-exceptions +%%DATADIR%%/regression-lesson-files/xx-dictation-exceptions +%%DATADIR%%/regression-lesson-files/xx-elembuilder-exceptions +%%DATADIR%%/regression-lesson-files/xx-harmonicprogressiondictation-exceptions +%%DATADIR%%/regression-lesson-files/xx-idbyname-exceptions +%%DATADIR%%/regression-lesson-files/xx-idproperty-exceptions +%%DATADIR%%/regression-lesson-files/xx-rhythmtapping-exceptions +%%DATADIR%%/regression-lesson-files/xx-singanswer-exceptions +%%DATADIR%%/regression-lesson-files/xx-singchord-exceptions +%%DATADIR%%/solfege.gtkrc +%%DATADIR%%/soundcard/__init__.py +%%DATADIR%%/soundcard/__init__.pyc +%%DATADIR%%/soundcard/exporter.py +%%DATADIR%%/soundcard/exporter.pyc +%%DATADIR%%/soundcard/fakesynth.py +%%DATADIR%%/soundcard/fakesynth.pyc +%%DATADIR%%/soundcard/midifilesynth.py +%%DATADIR%%/soundcard/midifilesynth.pyc +%%DATADIR%%/soundcard/oss_common.py +%%DATADIR%%/soundcard/oss_common.pyc +%%DATADIR%%/soundcard/oss_sequencer.py +%%DATADIR%%/soundcard/oss_sequencer.pyc +%%DATADIR%%/soundcard/oss_sequencer2.py +%%DATADIR%%/soundcard/oss_sequencer2.pyc +%%DATADIR%%/soundcard/solfege_c_midi.py +%%DATADIR%%/soundcard/solfege_c_midi.pyc +%%DATADIR%%/soundcard/soundcardexceptions.py +%%DATADIR%%/soundcard/soundcardexceptions.pyc +%%DATADIR%%/soundcard/synth_common.py +%%DATADIR%%/soundcard/synth_common.pyc +%%DATADIR%%/soundcard/winsynth.py +%%DATADIR%%/soundcard/winsynth.pyc +%%DATADIR%%/src/ElementTree.py +%%DATADIR%%/src/ElementTree.pyc +%%DATADIR%%/src/__init__.py +%%DATADIR%%/src/__init__.pyc +%%DATADIR%%/src/abstract.py +%%DATADIR%%/src/abstract.pyc +%%DATADIR%%/src/app.py +%%DATADIR%%/src/app.pyc +%%DATADIR%%/src/cfg.py +%%DATADIR%%/src/cfg.pyc +%%DATADIR%%/src/chord.py +%%DATADIR%%/src/chord.pyc +%%DATADIR%%/src/chordvoicing.py +%%DATADIR%%/src/chordvoicing.pyc +%%DATADIR%%/src/compareintervals.py +%%DATADIR%%/src/compareintervals.pyc +%%DATADIR%%/src/configureoutput.py +%%DATADIR%%/src/configureoutput.pyc +%%DATADIR%%/src/configwindow.py +%%DATADIR%%/src/configwindow.pyc +%%DATADIR%%/src/dataparser.py +%%DATADIR%%/src/dataparser.pyc +%%DATADIR%%/src/dictation.py +%%DATADIR%%/src/dictation.pyc +%%DATADIR%%/src/elembuilder.py +%%DATADIR%%/src/elembuilder.pyc +%%DATADIR%%/src/example.py +%%DATADIR%%/src/example.pyc +%%DATADIR%%/src/exceptiondialog.py +%%DATADIR%%/src/exceptiondialog.pyc +%%DATADIR%%/src/filesystem.py +%%DATADIR%%/src/filesystem.pyc +%%DATADIR%%/src/gpath.py +%%DATADIR%%/src/gpath.pyc +%%DATADIR%%/src/gu.py +%%DATADIR%%/src/gu.pyc +%%DATADIR%%/src/harmonicinterval.py +%%DATADIR%%/src/harmonicinterval.pyc +%%DATADIR%%/src/harmonicprogressiondictation.py +%%DATADIR%%/src/harmonicprogressiondictation.pyc +%%DATADIR%%/src/helpbrowser.py +%%DATADIR%%/src/helpbrowser.pyc +%%DATADIR%%/src/history.py +%%DATADIR%%/src/history.pyc +%%DATADIR%%/src/htmlwidget.py +%%DATADIR%%/src/htmlwidget.pyc +%%DATADIR%%/src/i18n.py +%%DATADIR%%/src/i18n.pyc +%%DATADIR%%/src/idbyname.py +%%DATADIR%%/src/idbyname.pyc +%%DATADIR%%/src/identifybpm.py +%%DATADIR%%/src/identifybpm.pyc +%%DATADIR%%/src/idproperty.py +%%DATADIR%%/src/idproperty.pyc +%%DATADIR%%/src/idtone.py +%%DATADIR%%/src/idtone.pyc +%%DATADIR%%/src/inputwidgets.py +%%DATADIR%%/src/inputwidgets.pyc +%%DATADIR%%/src/instrumentselector.py +%%DATADIR%%/src/instrumentselector.pyc +%%DATADIR%%/src/languages.py +%%DATADIR%%/src/languages.pyc +%%DATADIR%%/src/learning_tree_editor.py +%%DATADIR%%/src/learning_tree_editor.pyc +%%DATADIR%%/src/lessonfile.py +%%DATADIR%%/src/lessonfile.pyc +%%DATADIR%%/src/lessonfile_editor_main.py +%%DATADIR%%/src/lessonfile_editor_main.pyc +%%DATADIR%%/src/lessonfilegui.py +%%DATADIR%%/src/lessonfilegui.pyc +%%DATADIR%%/src/mainwin.py +%%DATADIR%%/src/mainwin.pyc +%%DATADIR%%/src/melodicinterval.py +%%DATADIR%%/src/melodicinterval.pyc +%%DATADIR%%/src/multipleintervalconfigwidget.py +%%DATADIR%%/src/multipleintervalconfigwidget.pyc +%%DATADIR%%/src/nameinterval.py +%%DATADIR%%/src/nameinterval.pyc +%%DATADIR%%/src/notenamespinbutton.py +%%DATADIR%%/src/notenamespinbutton.pyc +%%DATADIR%%/src/osutils.py +%%DATADIR%%/src/osutils.pyc +%%DATADIR%%/src/pmwiki.py +%%DATADIR%%/src/pmwiki.pyc +%%DATADIR%%/src/practisesheetdlg.py +%%DATADIR%%/src/practisesheetdlg.pyc +%%DATADIR%%/src/reportbug.py +%%DATADIR%%/src/reportbug.pyc +%%DATADIR%%/src/reportlib.py +%%DATADIR%%/src/reportlib.pyc +%%DATADIR%%/src/rhythm.py +%%DATADIR%%/src/rhythm.pyc +%%DATADIR%%/src/rhythmtapping.py +%%DATADIR%%/src/rhythmtapping.pyc +%%DATADIR%%/src/rhythmtapping2.py +%%DATADIR%%/src/rhythmtapping2.pyc +%%DATADIR%%/src/runtime.py +%%DATADIR%%/src/runtime.pyc +%%DATADIR%%/src/singanswer.py +%%DATADIR%%/src/singanswer.pyc +%%DATADIR%%/src/singchord.py +%%DATADIR%%/src/singchord.pyc +%%DATADIR%%/src/singinterval.py +%%DATADIR%%/src/singinterval.pyc +%%DATADIR%%/src/specialwidgets.py +%%DATADIR%%/src/specialwidgets.pyc +%%DATADIR%%/src/statistics.py +%%DATADIR%%/src/statistics.pyc +%%DATADIR%%/src/statisticsviewer.py +%%DATADIR%%/src/statisticsviewer.pyc +%%DATADIR%%/src/stock.py +%%DATADIR%%/src/stock.pyc +%%DATADIR%%/src/testlib.py +%%DATADIR%%/src/testlib.pyc +%%DATADIR%%/src/tracebackwindow.py +%%DATADIR%%/src/tracebackwindow.pyc +%%DATADIR%%/src/trainingsetdlg.py +%%DATADIR%%/src/trainingsetdlg.pyc +%%DATADIR%%/src/tree.py +%%DATADIR%%/src/tree.pyc +%%DATADIR%%/src/tuner.py +%%DATADIR%%/src/tuner.pyc +%%DATADIR%%/src/twelvetone.py +%%DATADIR%%/src/twelvetone.pyc +%%DATADIR%%/src/utils.py +%%DATADIR%%/src/utils.pyc +%%DATADIR%%/src/uuid.py +%%DATADIR%%/src/uuid.pyc +%%DATADIR%%/src/winreg.py +%%DATADIR%%/src/winreg.pyc +%%DATADIR%%/src/xrandom.py +%%DATADIR%%/src/xrandom.pyc +%%DATADIR%%/themes/svg/chord-voicing.svg +%%DATADIR%%/themes/svg/chord.svg +%%DATADIR%%/themes/svg/happyface.svg +%%DATADIR%%/themes/svg/harmonic-interval.svg +%%DATADIR%%/themes/svg/id-by-name.svg +%%DATADIR%%/themes/svg/mal.svg +%%DATADIR%%/themes/svg/melodic-interval.svg +%%DATADIR%%/themes/svg/sadface.svg +%%DATADIR%%/themes/svg/sing-chord.svg +%%DATADIR%%/themes/svg/sing-interval.svg +%%DATADIR%%/themes/svg/solfege.svg +%%DATADIR%%/ui.xml +@dirrm %%DATADIR%%/themes/svg +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/src +@dirrm %%DATADIR%%/soundcard +@dirrm %%DATADIR%%/regression-lesson-files +@dirrm %%DATADIR%%/mpd +@dirrm %%DATADIR%%/lesson-files/share +@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 +@dirrm %%DATADIR%%/graphics +@dirrm %%DATADIR%%/feta +@dirrm %%DATADIR%%/example-lesson-files +@dirrm %%DATADIR%% @dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: