Skip to content

Commit

Permalink
Added diminished chords for A, A#, Bb, B, C, E, F
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ong committed Jul 6, 2009
1 parent 7fa141c commit 60c00aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.htm
Expand Up @@ -196,6 +196,8 @@ <h3>Chord Notation</h3>
<li><strong>b</strong> (lowercase B) indicates flat</li>
<li><strong>m</strong> (lowercase) indicates minor</li>
<li><strong>maj</strong> (lowercase) indicates major</li>
<li><strong>sus</strong> (lowercase) indicates suspended</li>
<li><strong>dim</strong> (lowercase) indicates diminished</li>
<li><strong>add</strong> (lowercase) indicates extensions</li>
<li>Numbers (6,7,9) to indicate 6ths, 7ths, 9ths etc</li>
<li><strong>/</strong> indicates repeat of the previous chord</li>
Expand Down
9 changes: 8 additions & 1 deletion javascripts/jtab.js
Expand Up @@ -371,6 +371,7 @@ var jtab = {
A7 : [ [ 1, [-1], [0 ], [2,2], [0 ], [2,3], [0 ] ], [ ] ],
Asus2 : [ [ 1, [-1], [0 ], [2,1], [2,2], [0 ], [0 ] ], [ ] ],
Asus4 : [ [ 1, [-1], [0 ], [2,1], [2,2], [3,3], [0 ] ], [ ] ],
Adim : [ [ 1, [-1], [0 ], [1,1], [2,3], [1,2], [-1 ] ], [ ] ],

"A#" : [ [ 1, [-1], [1,1], [3,3], [3,3], [3,3], [1,1] ], [ ] ],
"A#6" : [ [ 1, [-1], [1,1], [3,3], [3,3], [3,3], [3,3] ], [ ] ],
Expand All @@ -380,6 +381,7 @@ var jtab = {
"A#7" : [ [ 1, [-1], [1,1], [3,3], [1,1], [4,4], [1,1] ], [ ] ],
"A#sus2": [ [ 1, [-1], [1,1], [3,3], [3,4], [1,1], [1,1] ], [ ] ],
"A#sus4": [ [ 1, [-1], [1,1], [3,2], [3,3], [4,4], [1,1] ], [ ] ],
"A#dim" : [ [ 1, [-1], [1,1], [2,2], [3,4], [2,3], [-1 ] ], [ ] ],

"Bb" : [ [ 1, [-1], [1,1], [3,3], [3,3], [3,3], [1,1] ], [ ] ],
"Bb6" : [ [ 1, [-1], [1,1], [3,3], [3,3], [3,3], [3,3] ], [ ] ],
Expand All @@ -389,6 +391,7 @@ var jtab = {
"Bb7" : [ [ 1, [-1], [1,1], [3,3], [1,1], [4,4], [1,1] ], [ ] ],
"Bbsus2": [ [ 1, [ -1], [1,1], [3,3], [3,4], [1,1], [1,1] ], [ ] ],
"Bbsus4": [ [ 1, [ -1], [1,1], [3,2], [3,3], [4,4], [1,1] ], [ ] ],
"Bbdim" : [ [ 1, [-1], [1,1], [2,2], [3,4], [2,3], [-1 ] ], [ ] ],

B : [ [ 1, [ -1], [2,1], [4,3], [4,3], [4,3], [2,1] ], [ ] ],
B6 : [ [ 1, [ -1], [2,1], [4,3], [4,3], [4,3], [4,3] ], [ ] ],
Expand All @@ -398,6 +401,7 @@ var jtab = {
B7 : [ [ 1, [ -1], [2,2], [1,1], [2,3], [0 ], [2,4] ], [ ] ],
Bsus2 : [ [ 1, [ -1], [2,1], [4,3], [4,4], [2,1], [2,1] ], [ ] ],
Bsus4 : [ [ 1, [ -1], [2,1], [4,2], [4,3], [5,4], [2,1] ], [ ] ],
Bdim : [ [ 1, [-1], [2,1], [3,2], [4,4], [3,3], [-1 ] ], [ ] ],

C : [ [ 1, [-1 ], [3,3], [2,2], [0 ], [1,1], [0 ] ], [ ] ],
C6 : [ [ 1, [3,4], [-1 ], [2,2], [2,3], [1,1], [0 ] ], [ ] ],
Expand All @@ -408,6 +412,7 @@ var jtab = {
Cadd9 : [ [ 1, [-1 ], [3,2], [2,1], [0 ], [3,3], [0 ] ], [ ] ],
Csus2 : [ [ 1, [ -1], [3,1], [5,3], [5,4], [3,1], [3,1] ], [ ] ],
Csus4 : [ [ 1, [ -1], [3,1], [5,2], [5,3], [6,4], [3,1] ], [ ] ],
Cdim : [ [ 1, [-1], [3,3], [4,4], [2,2], [1,1], [-1 ] ], [ ] ],

"C#" : [ [ 1, [-1 ], [4,4], [3,4], [1,1], [2,2], [1,1] ], [ ] ],
"C#6" : [ [ 1, [-1 ], [-1 ], [3,2], [3,3], [2,1], [4,4] ], [ ] ],
Expand Down Expand Up @@ -440,7 +445,7 @@ var jtab = {
"D#7" : [ [ 1, [-1 ], [-1 ], [1,1], [3,3], [2,2], [3,4] ], [ ] ],

"Eb" : [ [ 1, [-1 ], [-1 ], [5,4], [3,1], [4,3], [3,2] ], [ ] ],
"Eb6" : [ [ 1, [-1 ], [3,1], [5,3], [3,1], [4,2], [3,1] ], [ ] ],
"EbGmaj76" : [ [ 1, [-1 ], [3,1], [5,3], [3,1], [4,2], [3,1] ], [ ] ],
"Ebm" : [ [ 1, [-1 ], [-1 ], [4,3], [3,2], [4,4], [2,1] ], [ ] ],
"Ebmaj7": [ [ 1, [-1 ], [-1 ], [1,1], [3,2], [3,3], [3,4] ], [ ] ],
"Ebm7" : [ [ 1, [-1 ], [-1 ], [1,1], [3,4], [2,2], [2,3] ], [ ] ],
Expand All @@ -453,6 +458,7 @@ var jtab = {
Em7 : [ [ 1, [ 0 ], [2,2], [2,3], [0 ], [3,4], [0 ] ], [ ] ],
E7 : [ [ 1, [ 0 ], [2,2], [0 ], [1,1], [0 ], [0 ] ], [ ] ],
Esus4 : [ [ 1, [ 0 ], [2,2], [2,3], [2,4], [0 ], [0 ] ], [ ] ],
Edim : [ [ 1, [-1], [1,1], [2,2], [3,4], [2,3], [-1 ] ], [ ] ],

F : [ [ 1, [1,1], [3,3], [3,4], [2,2], [1,1], [1,1] ], [ ] ],
F6 : [ [ 1, [1,1], [3,3], [-1 ], [2,2], [3,4], [-1 ] ], [ ] ],
Expand All @@ -461,6 +467,7 @@ var jtab = {
Fm7 : [ [ 1, [1,1], [3,3], [3,4], [1,1], [4,4], [1,1] ], [ ] ],
F7 : [ [ 1, [1,1], [3,3], [1,1], [2,2], [1,1], [1,1] ], [ ] ],
Fsus4 : [ [ 1, [1,1], [3,2], [3,3], [3,4], [1,1], [1,1] ], [ ] ],
Fdim : [ [ 1, [-1], [2,1], [3,2], [4,4], [3,3], [-1 ] ], [ ] ],

"F#" : [ [ 1, [2,1], [4,3], [4,4], [3,2], [2,1], [2,1] ], [ ] ],
"F#6" : [ [ 1, [2,1], [4,3], [-1 ], [3,2], [4,4], [-1 ] ], [ ] ],
Expand Down

0 comments on commit 60c00aa

Please sign in to comment.