Skip to content

Commit

Permalink
add two versions of open C
Browse files Browse the repository at this point in the history
  • Loading branch information
mrieppel committed Jul 23, 2024
1 parent f06f4ba commit dff281e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<option value="E,B,E,G#,B,E">Open E</option>
<option value="D,G,D,G,B,D">Open G</option>
<option value="C,G,C,G,C,E">Open C</option>
<option value="C,G,C,E,G,C">Open C v2</option>
<option value="D,D,D,D,D,D">Ostrich</option>
</select>

Expand Down Expand Up @@ -270,6 +271,8 @@
<option value="D,A,D,F#,A,D">Open D</option>
<option value="E,B,E,G#,B,E">Open E</option>
<option value="D,G,D,G,B,D">Open G</option>
<option value="C,G,C,G,C,E">Open C</option>
<option value="C,G,C,E,G,C">Open C v2</option>
<option value="D,D,D,D,D,D">Ostrich</option>
</select>

Expand Down

0 comments on commit dff281e

Please sign in to comment.