KCarlile / guitar-diagrams-js

Open source JavaScript library for drawing guitar chords and scales on an HTML5 canvas.
https://demo.kcarlile.com/guitar-diagrams-js/
GNU General Public License v3.0
0 stars 0 forks source link

Add mechanism for barred chord shapes #31

Open KCarlile opened 2 months ago

KCarlile commented 2 months ago

Background

Some chords implement barre shapes where a single finger spans multiple strings, such as a root 6 major chord: image

Acceptance Criteria

Approach

Notes

TBD