Skip to content

Commit

Permalink
add maj7#5 special chord
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Jun 21, 2024
1 parent d301b36 commit e189042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Fullscreen
</button>
<button onclick="document.getElementById('fullscreen-button-area').remove()">
nah I'm good
Dismiss
</button>
</div>
<input type="checkbox" id="settings"></input>
Expand Down Expand Up @@ -71,6 +71,7 @@
<select name="special-chord" id="select-special-chord">
<option value="II/,9 14 12 18" selected>II/</option>
<option value="lyd,11 14 16 18">maj7#11</option>
<option value="Δ#5,8 11 12 16">maj7#5</option>
<option value="mΔ,7 11 12 15">mmaj7</option>
<option value="7b5,6 10 12 16">7b5</option>
<option value="2,7 12 14 16">add2</option>
Expand Down

0 comments on commit e189042

Please sign in to comment.