Skip to content

Commit

Permalink
some notation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgamage committed Jan 21, 2021
1 parent 4515bc7 commit 02ebf44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chords.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var chords = [
},
{
name: "7th (no 5th)",
abbr: "7 (no5)",
abbr: "7",
naturalSet: [0, 4, 10],
quality: "Major",
},
Expand Down Expand Up @@ -245,7 +245,7 @@ var chords = [
},
{
name: "Major (no 5th)",
abbr: "Maj (no5)",
abbr: "Maj",
naturalSet: [0, 4],
quality: "Major",
},
Expand Down Expand Up @@ -305,7 +305,7 @@ var chords = [
},
{
name: "Major 9th sharp 11",
abbr: "Maj9 ♯11",
abbr: "Maj9♯11",
naturalSet: [0, 4, 7, 11, 14, 18],
quality: "Major",
},
Expand All @@ -323,7 +323,7 @@ var chords = [
},
{
name: "Minor (no 5th)",
abbr: "Min (no5)",
abbr: "Min",
naturalSet: [0, 3],
quality: "Minor",
},
Expand Down Expand Up @@ -353,7 +353,7 @@ var chords = [
},
{
name: "Minor 7th (no 5th)",
abbr: "Min7 (no5)",
abbr: "Min7",
naturalSet: [0, 3, 10],
quality: "Minor",
},
Expand Down

0 comments on commit 02ebf44

Please sign in to comment.