A new method is provided generate a chordname directly from a MusicXML harmony object. This chordname is then parsed and rendered just as for a chordname typed directly into the score.
1207 lines
30 KiB
XML
1207 lines
30 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<museScore version="1.11">
|
|
|
|
<!--
|
|
=====================================================================
|
|
MuseScore
|
|
Linux Music Score Editor
|
|
$Id: mscore.cpp 1850 2009-05-25 07:44:35Z wschweer $
|
|
|
|
Copyright (C) 2009 Werner Schweer and others
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License version 2.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
=====================================================================
|
|
This file contains a list of chords mscore knows of
|
|
=====================================================================
|
|
-->
|
|
|
|
<!--
|
|
The chord list
|
|
|
|
id internal chord number
|
|
name name of chord as entered from keyboard
|
|
xml MusicXml "kind"
|
|
degree MusicXml "degree" (can be more than one or zero)
|
|
voicing example voicing of chord
|
|
-->
|
|
|
|
<chord id="1">
|
|
<name></name>
|
|
<xml>major</xml>
|
|
<voicing>C E G</voicing>
|
|
</chord>
|
|
<chord id="2">
|
|
<name>Maj</name>
|
|
<voicing>C E G</voicing>
|
|
</chord>
|
|
<chord id="3">
|
|
<name>5b</name>
|
|
<voicing>C E Gb</voicing>
|
|
</chord>
|
|
<chord id="4">
|
|
<name>+</name>
|
|
<xml>augmented</xml>
|
|
<voicing>C E G#</voicing>
|
|
</chord>
|
|
<chord id="5">
|
|
<name>6</name>
|
|
<xml>major-sixth</xml>
|
|
<voicing>C E G A</voicing>
|
|
</chord>
|
|
<chord id="6">
|
|
<name>Maj7</name>
|
|
<xml>major-seventh</xml>
|
|
<voicing>C E G B</voicing>
|
|
</chord>
|
|
<chord id="7">
|
|
<name>Maj9</name>
|
|
<xml>major-ninth</xml>
|
|
<voicing>C E G B D</voicing>
|
|
</chord>
|
|
<chord id="8">
|
|
<name>Maj9#11</name>
|
|
<xml>major-ninth</xml>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G B D F#</voicing>
|
|
</chord>
|
|
<chord id="9">
|
|
<name>Maj13#11</name>
|
|
<xml>major-13th</xml>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G B D F# A</voicing>
|
|
</chord>
|
|
<chord id="10">
|
|
<name>Maj13</name>
|
|
<xml>major-13th</xml>
|
|
<voicing>C E G B D F# A</voicing>
|
|
</chord>
|
|
<chord id="11">
|
|
<name>Maj9(no 3)</name>
|
|
<xml>major-ninth</xml>
|
|
<degree>sub3</degree>
|
|
<voicing>C G B D</voicing>
|
|
</chord>
|
|
<chord id="12">
|
|
<name>+</name>
|
|
<xml>augmented</xml>
|
|
<voicing>C E G#</voicing>
|
|
</chord>
|
|
<chord id="13">
|
|
<name>Maj7#5</name>
|
|
<xml>major-seventh</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C E G# B</voicing>
|
|
</chord>
|
|
<chord id="14">
|
|
<name>69</name>
|
|
<xml>major-sixth</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C D E G A</voicing>
|
|
</chord>
|
|
<chord id="15">
|
|
<name>2</name>
|
|
<xml>major</xml>
|
|
<degree>add2</degree>
|
|
<voicing>C D E G</voicing>
|
|
</chord>
|
|
<chord id="16">
|
|
<name>m</name>
|
|
<xml>minor</xml>
|
|
<voicing>C Eb G</voicing>
|
|
</chord>
|
|
<chord id="17">
|
|
<name>m+</name>
|
|
<xml>minor</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C Eb G#</voicing>
|
|
</chord>
|
|
<chord id="18">
|
|
<name>mMaj7</name>
|
|
<xml>major-minor</xml>
|
|
<voicing>C Eb G B</voicing>
|
|
</chord>
|
|
<chord id="19">
|
|
<name>m7</name>
|
|
<xml>minor-seventh</xml>
|
|
<voicing>C Eb G Bb</voicing>
|
|
</chord>
|
|
<chord id="20">
|
|
<name>m9</name>
|
|
<xml>minor-ninth</xml>
|
|
<voicing>C Eb G Bb D</voicing>
|
|
</chord>
|
|
<chord id="21">
|
|
<name>m11</name>
|
|
<xml>minor-11th</xml>
|
|
<voicing>C Eb G Bb D F</voicing>
|
|
</chord>
|
|
<chord id="22">
|
|
<name>m13</name>
|
|
<xml>minor-13th</xml>
|
|
<voicing>C Eb G Bb D F A</voicing>
|
|
</chord>
|
|
<chord id="23">
|
|
<name>m6</name>
|
|
<xml>minor-sixth</xml>
|
|
<voicing>C Eb G A</voicing>
|
|
</chord>
|
|
<chord id="24">
|
|
<name>m#5</name>
|
|
<xml>minor</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C Eb G#</voicing>
|
|
</chord>
|
|
<chord id="25">
|
|
<name>m7#5</name>
|
|
<xml>minor-seventh</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C Eb G# Bb</voicing>
|
|
</chord>
|
|
<chord id="26">
|
|
<name>m69</name>
|
|
<xml>minor-sixth</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C D Eb G A</voicing>
|
|
</chord>
|
|
<chord id="27">
|
|
<name>Lyd</name>
|
|
</chord>
|
|
<chord id="28">
|
|
<name>Maj7Lyd</name>
|
|
<voicing>C D E G A</voicing>
|
|
</chord>
|
|
<chord id="29">
|
|
<name>Maj7b5</name>
|
|
<xml>major-seventh</xml>
|
|
<degree>altb5</degree>
|
|
<voicing>C E Gb B</voicing>
|
|
</chord>
|
|
<chord id="32">
|
|
<name>m7b5</name>
|
|
<xml>half-diminished</xml>
|
|
<voicing>C Eb Gb Bb</voicing>
|
|
</chord>
|
|
<chord id="33">
|
|
<name>dim</name>
|
|
<xml>diminished</xml>
|
|
<voicing>C Eb Gb</voicing>
|
|
</chord>
|
|
<chord id="34">
|
|
<name>m9b5</name>
|
|
<xml>minor-ninth</xml>
|
|
<degree>altb5</degree>
|
|
<voicing>C Eb Gb Bb D</voicing>
|
|
</chord>
|
|
<chord id="40">
|
|
<name>5</name>
|
|
<xml>power</xml>
|
|
<voicing>C G</voicing>
|
|
</chord>
|
|
<chord id="56">
|
|
<name>7+</name>
|
|
<xml>augmented-seventh</xml>
|
|
<voicing>C E Ab</voicing>
|
|
</chord>
|
|
<chord id="57">
|
|
<name>9+</name>
|
|
<xml>augmented-ninth</xml>
|
|
<voicing>C E Ab Bb D</voicing>
|
|
</chord>
|
|
<chord id="58">
|
|
<name>13+</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C E G# Bb D A</voicing>
|
|
</chord>
|
|
<chord id="59">
|
|
<name>(blues)</name>
|
|
</chord>
|
|
<chord id="60">
|
|
<name>7(Blues)</name>
|
|
<voicing>C E G Bb</voicing>
|
|
</chord>
|
|
<chord id="64">
|
|
<name>7</name>
|
|
<xml>dominant</xml>
|
|
<voicing>C E G Bb</voicing>
|
|
</chord>
|
|
<chord id="65">
|
|
<name>13</name>
|
|
<xml>dominant-13th</xml>
|
|
<voicing>C E G Bb D F A</voicing>
|
|
</chord>
|
|
<chord id="66">
|
|
<name>7b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Ab Bb</voicing>
|
|
</chord>
|
|
<chord id="67">
|
|
<name>7#11</name>
|
|
<xml>dominant</xml>
|
|
<degree>add#11</degree>
|
|
<voicing>C E F# G Bb</voicing>
|
|
</chord>
|
|
<chord id="68">
|
|
<name>13#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>add#11</degree>
|
|
<voicing>C E F# G Bb D F A</voicing>
|
|
</chord>
|
|
<chord id="69">
|
|
<name>7#11b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Bb F# Ab</voicing>
|
|
</chord>
|
|
<chord id="70">
|
|
<name>9</name>
|
|
<xml>dominant-ninth</xml>
|
|
<voicing>C E G Bb D</voicing>
|
|
</chord>
|
|
<chord id="72">
|
|
<name>9b13</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Bb D Ab</voicing>
|
|
</chord>
|
|
<chord id="73">
|
|
<name>9#11</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G Bb D F#</voicing>
|
|
</chord>
|
|
<chord id="74">
|
|
<name>13#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G Bb D F# A</voicing>
|
|
</chord>
|
|
<chord id="75">
|
|
<name>9#11b13</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Bb D F# Ab</voicing>
|
|
</chord>
|
|
<chord id="76">
|
|
<name>7b9</name>
|
|
<xml>dominant</xml>
|
|
<degree>addb9</degree>
|
|
<voicing>C E G Bb Db</voicing>
|
|
</chord>
|
|
<chord id="77">
|
|
<name>13b9</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>altb9</degree>
|
|
<voicing>C E G Bb Db F A</voicing>
|
|
</chord>
|
|
<chord id="78">
|
|
<name>7b9b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>addb9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Bb Db Ab</voicing>
|
|
</chord>
|
|
<chord id="79">
|
|
<name>7b9#11</name>
|
|
<xml>dominant</xml>
|
|
<degree>addb9</degree>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G Bb Db F#</voicing>
|
|
</chord>
|
|
<chord id="80">
|
|
<name>13b9#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>altb9</degree>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G Bb Db F# A</voicing>
|
|
</chord>
|
|
<chord id="81">
|
|
<name>7b9#11b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Bb Db F# Ab</voicing>
|
|
</chord>
|
|
<chord id="82">
|
|
<name>7#9</name>
|
|
<xml>dominant</xml>
|
|
<degree>add#9</degree>
|
|
<voicing>C E G Bb Eb</voicing>
|
|
</chord>
|
|
<chord id="83">
|
|
<name>13#9</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#9</degree>
|
|
<voicing>C E G Bb D# F A</voicing>
|
|
</chord>
|
|
<chord id="84">
|
|
<name>7#9b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>add#9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Bb D# Ab</voicing>
|
|
</chord>
|
|
<chord id="85">
|
|
<name>9#11</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G Bb D F#</voicing>
|
|
</chord>
|
|
<chord id="86">
|
|
<name>13#9#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#9</degree>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G Bb D# F# A</voicing>
|
|
</chord>
|
|
<chord id="87">
|
|
<name>7#9#11b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G Bb D# F# Ab</voicing>
|
|
</chord>
|
|
<chord id="88">
|
|
<name>7b5</name>
|
|
<xml>dominant</xml>
|
|
<degree>altb5</degree>
|
|
<voicing>C E Gb Bb</voicing>
|
|
</chord>
|
|
<chord id="89">
|
|
<name>13b5</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>altb5</degree>
|
|
<voicing>C E Gb Bb D F A</voicing>
|
|
</chord>
|
|
<chord id="90">
|
|
<name>7b5b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>altb5</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E Gb Bb A</voicing>
|
|
</chord>
|
|
<chord id="91">
|
|
<name>9b5</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>altb5</degree>
|
|
<voicing>C E Gb Bb D</voicing>
|
|
</chord>
|
|
<chord id="92">
|
|
<name>9b5b13</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>altb5</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E Gb Bb D Ab</voicing>
|
|
</chord>
|
|
<chord id="93">
|
|
<name>7b5b9</name>
|
|
<xml>dominant</xml>
|
|
<degree>altb5</degree>
|
|
<degree>addb9</degree>
|
|
<voicing>C E Gb Bb Db</voicing>
|
|
</chord>
|
|
<chord id="94">
|
|
<name>13b5b9</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>altb5</degree>
|
|
<degree>addb9</degree>
|
|
<voicing>C E Gb Bb Db F A</voicing>
|
|
</chord>
|
|
<chord id="95">
|
|
<name>7b5b9b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>altb5</degree>
|
|
<degree>addb9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E Gb Bb Db Ab</voicing>
|
|
</chord>
|
|
<chord id="96">
|
|
<name>7b5#9</name>
|
|
<xml>dominant</xml>
|
|
<degree>altb5</degree>
|
|
<degree>add#9</degree>
|
|
<voicing>C E Gb Bb D#</voicing>
|
|
</chord>
|
|
<chord id="97">
|
|
<name>13b5#9</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>altb5</degree>
|
|
<degree>alt#9</degree>
|
|
<voicing>C E Gb Bb D# F A</voicing>
|
|
</chord>
|
|
<chord id="98">
|
|
<name>7b5#9b13</name>
|
|
<xml>dominant</xml>
|
|
<degree>altb5</degree>
|
|
<degree>add#9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C E Gb Bb D# Ab</voicing>
|
|
</chord>
|
|
<chord id="99">
|
|
<name>7#5</name>
|
|
<xml>augmented-seventh</xml>
|
|
<voicing>C E Ab Bb</voicing>
|
|
</chord>
|
|
<chord id="100">
|
|
<name>13#5</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C E G# Bb D F A</voicing>
|
|
</chord>
|
|
<chord id="101">
|
|
<name>7#5#11</name>
|
|
<xml>dominant</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G# Bb D#</voicing>
|
|
</chord>
|
|
<chord id="102">
|
|
<name>13#5#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G# Bb D F# A</voicing>
|
|
</chord>
|
|
<chord id="103">
|
|
<name>9#5</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C E G# Bb D</voicing>
|
|
</chord>
|
|
<chord id="104">
|
|
<name>9#5#11</name>
|
|
<xml>dominant-ninth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G# Bb D F#</voicing>
|
|
</chord>
|
|
<chord id="105">
|
|
<name>7#5b9</name>
|
|
<xml>dominant</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>addb9</degree>
|
|
<voicing>C E G# Bb Db</voicing>
|
|
</chord>
|
|
<chord id="106">
|
|
<name>13#5b9</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>altb9</degree>
|
|
<voicing>C E G# Bb Db F A</voicing>
|
|
</chord>
|
|
<chord id="107">
|
|
<name>7#5b9#11</name>
|
|
<xml>dominant</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>addb9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G# Bb Db F#</voicing>
|
|
</chord>
|
|
<chord id="108">
|
|
<name>13#5b9#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>altb9</degree>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G# Bb Db F# A</voicing>
|
|
</chord>
|
|
<chord id="109">
|
|
<name>7#5#9</name>
|
|
<xml>dominant</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add#9</degree>
|
|
<voicing>C E G# Bb D#</voicing>
|
|
</chord>
|
|
<chord id="110">
|
|
<name>13#5#9#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>alt#9</degree>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G# Bb D# F# A</voicing>
|
|
</chord>
|
|
<chord id="111">
|
|
<name>7#5#9#11</name>
|
|
<xml>dominant</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G# Bb D# F#</voicing>
|
|
</chord>
|
|
<chord id="112">
|
|
<name>13#5#9#11</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>alt#9</degree>
|
|
<degree>alt#11</degree>
|
|
<voicing>C E G# Bb D# F# A</voicing>
|
|
</chord>
|
|
<chord id="113">
|
|
<name>7alt</name>
|
|
<xml>dominant</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G# Bb D# F#</voicing>
|
|
</chord>
|
|
<chord id="128">
|
|
<name>7sus</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<voicing>C F G Bb</voicing>
|
|
</chord>
|
|
<chord id="129">
|
|
<name>13sus</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb D A</voicing>
|
|
</chord>
|
|
<chord id="130">
|
|
<name>7susb13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb Ab</voicing>
|
|
</chord>
|
|
<chord id="131">
|
|
<name>7sus#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F G Bb F</voicing>
|
|
</chord>
|
|
<chord id="132">
|
|
<name>13sus#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb D F# A</voicing>
|
|
</chord>
|
|
<chord id="133">
|
|
<name>7sus#11b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb F# Ab</voicing>
|
|
</chord>
|
|
<chord id="134">
|
|
<name>9sus</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<voicing>C F G Bb D</voicing>
|
|
</chord>
|
|
<chord id="135">
|
|
<name>9susb13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb D Ab</voicing>
|
|
</chord>
|
|
<chord id="136">
|
|
<name>9sus#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F G Bb D F#</voicing>
|
|
</chord>
|
|
<chord id="137">
|
|
<name>13sus#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb D F# A</voicing>
|
|
</chord>
|
|
<chord id="138">
|
|
<name>13sus#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb D F# A</voicing>
|
|
</chord>
|
|
<chord id="139">
|
|
<name>9sus#11b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb D F# Ab</voicing>
|
|
</chord>
|
|
<chord id="140">
|
|
<name>7susb9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>addb9</degree>
|
|
<voicing>C F G Bb Db</voicing>
|
|
</chord>
|
|
<chord id="141">
|
|
<name>13susb9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>addb9</degree>
|
|
<degree>add11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb Db F A</voicing>
|
|
</chord>
|
|
<chord id="142">
|
|
<name>7susb9b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>addb9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb Db Ab</voicing>
|
|
</chord>
|
|
<chord id="143">
|
|
<name>7susb9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>addb9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F G Bb Db F#</voicing>
|
|
</chord>
|
|
<chord id="144">
|
|
<name>13susb9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>addb9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb Dd F# A</voicing>
|
|
</chord>
|
|
<chord id="145">
|
|
<name>7susb9#11b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>addb9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb Db F# Ab</voicing>
|
|
</chord>
|
|
<chord id="146">
|
|
<name>7sus#9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<voicing>C F G Bb Eb</voicing>
|
|
</chord>
|
|
<chord id="147">
|
|
<name>13sus#9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb D# A</voicing>
|
|
</chord>
|
|
<chord id="148">
|
|
<name>7sus#9b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb D# Ab</voicing>
|
|
</chord>
|
|
<chord id="149">
|
|
<name>9sus#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F G Bb D F#</voicing>
|
|
</chord>
|
|
<chord id="150">
|
|
<name>13sus#9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G Bb D# F# A</voicing>
|
|
</chord>
|
|
<chord id="151">
|
|
<name>7sus#9#11b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F G Bb D# F# Ab</voicing>
|
|
</chord>
|
|
<chord id="152">
|
|
<name>7susb5</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>altb5</degree>
|
|
<voicing>C F Gb Bb</voicing>
|
|
</chord>
|
|
<chord id="153">
|
|
<name>13susb5</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F Gb Bb D A</voicing>
|
|
</chord>
|
|
<chord id="154">
|
|
<name>7susb5b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>altb5</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F Gb Bb Ab</voicing>
|
|
</chord>
|
|
<chord id="155">
|
|
<name>9susb5</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<voicing>C F Gb Bb D</voicing>
|
|
</chord>
|
|
<chord id="156">
|
|
<name>9susb5b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F Gb Bb D Ab</voicing>
|
|
</chord>
|
|
<chord id="157">
|
|
<name>7susb5b9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>altb5</degree>
|
|
<degree>addb9</degree>
|
|
<voicing>C F Gb Bb Db</voicing>
|
|
</chord>
|
|
<chord id="158">
|
|
<name>13susb5b9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt5</degree>
|
|
<degree>add7</degree>
|
|
<degree>altb9</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F Gb Bb D A</voicing>
|
|
</chord>
|
|
<chord id="159">
|
|
<name>7susb5b9b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>altb5</degree>
|
|
<degree>addb9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F Gb Bb Db Ab</voicing>
|
|
</chord>
|
|
<chord id="160">
|
|
<name>7susb5#9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>altb5</degree>
|
|
<degree>add#9</degree>
|
|
<voicing>C F Gb Bb Eb</voicing>
|
|
</chord>
|
|
<chord id="161">
|
|
<name>13susb5#9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>altb5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F Gb Bb D# A</voicing>
|
|
</chord>
|
|
<chord id="162">
|
|
<name>7susb5#9b13</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>altb5</degree>
|
|
<degree>add#9</degree>
|
|
<degree>addb13</degree>
|
|
<voicing>C F Gb Bb Eb Ab</voicing>
|
|
</chord>
|
|
<chord id="163">
|
|
<name>7sus#5</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>alt#5</degree>
|
|
<voicing>C F Ab Bb</voicing>
|
|
</chord>
|
|
<chord id="164">
|
|
<name>13sus#5</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G# Bb D A</voicing>
|
|
</chord>
|
|
<chord id="165">
|
|
<name>7sus#5#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>alt#5</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F Ab Bb</voicing>
|
|
</chord>
|
|
<chord id="166">
|
|
<name>13sus#5#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G# Bb D F# A</voicing>
|
|
</chord>
|
|
<chord id="167">
|
|
<name>9sus#5</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<voicing>C F G# Bb D</voicing>
|
|
</chord>
|
|
<chord id="168">
|
|
<name>9sus#5#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F G# Bb D F#</voicing>
|
|
</chord>
|
|
<chord id="169">
|
|
<name>7sus#5b9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>alt#5</degree>
|
|
<degree>addb9</degree>
|
|
<voicing>C F Ab Bb Db</voicing>
|
|
</chord>
|
|
<chord id="170">
|
|
<name>13sus#5b9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G# Bb Db A</voicing>
|
|
</chord>
|
|
<chord id="171">
|
|
<name>7sus#5b9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>alt#5</degree>
|
|
<degree>addb9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F Ab Bb Db Gb</voicing>
|
|
</chord>
|
|
<chord id="172">
|
|
<name>13sus#5b9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G# Bb Db F# A</voicing>
|
|
</chord>
|
|
<chord id="173">
|
|
<name>7sus#5#9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>alt#5</degree>
|
|
<degree>add#9</degree>
|
|
<voicing>C F Ab Bb Eb</voicing>
|
|
</chord>
|
|
<chord id="174">
|
|
<name>13sus#5#9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G# Bb D# F# A</voicing>
|
|
</chord>
|
|
<chord id="175">
|
|
<name>7sus#5#9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>add7</degree>
|
|
<degree>alt#5</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<voicing>C F Ab Bb Eb Gb</voicing>
|
|
</chord>
|
|
<chord id="176">
|
|
<name>13sus#5#9#11</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>alt#5</degree>
|
|
<degree>add7</degree>
|
|
<degree>add#9</degree>
|
|
<degree>add#11</degree>
|
|
<degree>add13</degree>
|
|
<voicing>C F G# Bb D# F# A</voicing>
|
|
</chord>
|
|
<chord id="177">
|
|
<name>4</name>
|
|
<xml>major</xml>
|
|
<degree>add4</degree>
|
|
<voicing>C E F G</voicing>
|
|
</chord>
|
|
<chord id="184">
|
|
<name>sus</name>
|
|
<xml>suspended-fourth</xml>
|
|
<voicing>C F G</voicing>
|
|
</chord>
|
|
<chord id="185">
|
|
<name>dim7</name>
|
|
<xml>diminished-seventh</xml>
|
|
<voicing>C Eb Gb Bbb</voicing>
|
|
</chord>
|
|
<chord id="186">
|
|
<name>sus2</name>
|
|
<xml>suspended-second</xml>
|
|
<voicing>C D G</voicing>
|
|
</chord>
|
|
<chord id="187">
|
|
<name>maddb13</name>
|
|
<xml>minor</xml>
|
|
<degree>addb13</degree>
|
|
<voicing>C Eb Ab</voicing>
|
|
</chord>
|
|
<chord id="188">
|
|
<name>add#13</name>
|
|
<xml>major</xml>
|
|
<degree>add#13</degree>
|
|
<voicing>C E G A#</voicing>
|
|
</chord>
|
|
<chord id="189">
|
|
<name>add#11#13</name>
|
|
<xml>major</xml>
|
|
<degree>add#11</degree>
|
|
<degree>add#13</degree>
|
|
<voicing>C E G F# A#</voicing>
|
|
</chord>
|
|
<chord id="190">
|
|
<name>add#13</name>
|
|
<xml>major</xml>
|
|
<degree>add#13</degree>
|
|
<voicing>C E G A#</voicing>
|
|
</chord>
|
|
<chord id="191">
|
|
<name>6add9</name>
|
|
<xml>major-sixth</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C E G A D</voicing>
|
|
</chord>
|
|
<chord id="192">
|
|
<name>sus4</name>
|
|
<xml>suspended-fourth</xml>
|
|
<voicing>C F G</voicing>
|
|
</chord>
|
|
<chord id="193">
|
|
<name>11</name>
|
|
<xml>dominant-11th</xml>
|
|
<voicing>C E G Bb D F</voicing>
|
|
</chord>
|
|
<chord id="194">
|
|
<name>Maj11</name>
|
|
<xml>major-11th</xml>
|
|
<voicing>C E G B D F</voicing>
|
|
</chord>
|
|
<chord id="195">
|
|
<name>Tristan</name>
|
|
<xml>Tristan</xml>
|
|
<voicing>C F# A# D</voicing>
|
|
</chord>
|
|
<chord id="196">
|
|
<name>m7add11</name>
|
|
<xml>minor-seventh</xml>
|
|
<degree>add11</degree>
|
|
<voicing>C Eb F G Bb</voicing>
|
|
</chord>
|
|
<chord id="197">
|
|
<name>Maj7add13</name>
|
|
<xml>major-seventh</xml>
|
|
<degree>add13</degree>
|
|
<voicing>C E G A B</voicing>
|
|
</chord>
|
|
<chord id="198">
|
|
<name>madd9</name>
|
|
<xml>minor</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C D Eb G</voicing>
|
|
</chord>
|
|
<chord id="199">
|
|
<name>m9Maj7</name>
|
|
<xml>major-minor</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C Eb G B D</voicing>
|
|
</chord>
|
|
<chord id="200">
|
|
<name>5</name>
|
|
<xml>pedal</xml>
|
|
<degree>add5</degree>
|
|
<voicing>C G</voicing>
|
|
</chord>
|
|
<chord id="201">
|
|
<name>m11b5</name>
|
|
<xml>minor-11th</xml>
|
|
<degree>altb5</degree>
|
|
<voicing>C Eb Gb Bb D F</voicing>
|
|
</chord>
|
|
<chord id="202">
|
|
<name>dim7add#7</name>
|
|
<xml>diminished-seventh</xml>
|
|
<degree>add#7</degree>
|
|
</chord>
|
|
<chord id="203">
|
|
<name>aug9</name>
|
|
<xml>augmented-seventh</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C E Ab D</voicing>
|
|
</chord>
|
|
<chord id="204">
|
|
<name>omit5</name>
|
|
<xml>major</xml>
|
|
<degree>sub5</degree>
|
|
<voicing>C E</voicing>
|
|
</chord>
|
|
<chord id="205">
|
|
<name>aug7</name>
|
|
<xml>augmented-seventh</xml>
|
|
<voicing>C E Ab</voicing>
|
|
</chord>
|
|
<chord id="206">
|
|
<name>aug9</name>
|
|
<xml>augmented-ninth</xml>
|
|
<voicing>C E Ab Bb D</voicing>
|
|
</chord>
|
|
<chord id="207">
|
|
<name>aug13</name>
|
|
<xml>dominant-13th</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C E G# Bb D A</voicing>
|
|
</chord>
|
|
<chord id="210">
|
|
<name>Maj7#11</name>
|
|
<xml>major-seventh</xml>
|
|
<degree>add#11</degree>
|
|
<voicing>C E G B F#</voicing>
|
|
</chord>
|
|
<chord id="211">
|
|
<name>Maj9#5</name>
|
|
<xml>major-ninth</xml>
|
|
<degree>alt#5</degree>
|
|
<voicing>C E G# B D</voicing>
|
|
</chord>
|
|
<chord id="212">
|
|
<name>Maj7#9</name>
|
|
<xml>major-seventh</xml>
|
|
<degree>add#9</degree>
|
|
<voicing>C E G B D#</voicing>
|
|
</chord>
|
|
<chord id="213">
|
|
<name>add2</name>
|
|
<xml>major</xml>
|
|
<degree>add2</degree>
|
|
<voicing>C D E G</voicing>
|
|
</chord>
|
|
<chord id="214">
|
|
<name>add9</name>
|
|
<xml>major</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C D E G</voicing>
|
|
</chord>
|
|
<chord id="215">
|
|
<name>susb9</name>
|
|
<xml>suspended-fourth</xml>
|
|
<degree>addb9</degree>
|
|
<voicing>C Db F G</voicing>
|
|
</chord>
|
|
<chord id="216">
|
|
<name>Maj7sus</name>
|
|
<xml>major-seventh</xml>
|
|
<degree>sub3</degree>
|
|
<degree>add4</degree>
|
|
<voicing>C F G B</voicing>
|
|
</chord>
|
|
<chord id="217">
|
|
<name>Maj9sus</name>
|
|
<xml>major-ninth</xml>
|
|
<degree>sub3</degree>
|
|
<degree>add4</degree>
|
|
<voicing>C F G B D</voicing>
|
|
</chord>
|
|
<chord id="220">
|
|
<name>m7b9</name>
|
|
<xml>minor-seventh</xml>
|
|
<degree>addb9</degree>
|
|
<voicing>C Eb G Bb Db</voicing>
|
|
</chord>
|
|
<chord id="221">
|
|
<name>m7b13</name>
|
|
<xml>minor-seventh</xml>
|
|
<degree>addb13</degree>
|
|
<voicing>C Eb G Bb Ab</voicing>
|
|
</chord>
|
|
<chord id="222">
|
|
<name>Phryg</name>
|
|
<xml>minor-seventh</xml>
|
|
<degree>addb9</degree>
|
|
<degree>add4</degree>
|
|
<voicing>C Db Eb F G Bb</voicing>
|
|
</chord>
|
|
<chord id="223">
|
|
<name>madd2</name>
|
|
<xml>minor</xml>
|
|
<degree>add9</degree>
|
|
<voicing>C D Eb G</voicing>
|
|
</chord>
|
|
<chord id="230">
|
|
<name>7b9#9</name>
|
|
<xml>dominant</xml>
|
|
<degree>addb9</degree>
|
|
<degree>add#9</degree>
|
|
<voicing>C E G Bb Db D#</voicing>
|
|
</chord>
|
|
<chord id="240">
|
|
<name>sus#4</name>
|
|
<xml>major</xml>
|
|
<degree>sub3</degree>
|
|
<degree>add#4</degree>
|
|
<voicing>C F# G</voicing>
|
|
</chord>
|
|
<chord id="241">
|
|
<name>Maj7b13</name>
|
|
<xml>major-seventh</xml>
|
|
<degree>addb13</degree>
|
|
<voicing>C E G B Ab</voicing>
|
|
</chord>
|
|
|
|
</museScore>
|