Guitar Chord Finger Positioning
Indicates fingers on the fretboard to form the basic chords in each major key
@kaggle.joebeachcapital_guitar_chord_finger_positioning
Indicates fingers on the fretboard to form the basic chords in each major key
@kaggle.joebeachcapital_guitar_chord_finger_positioning
CREATE TABLE guitarchords (
"finger_label" DOUBLE,
"capo" DOUBLE,
"chord" VARCHAR,
"finger" VARCHAR,
"fret" VARCHAR,
"guitar_string" BIGINT,
"key" VARCHAR,
"note_order" VARCHAR,
"note" VARCHAR,
"roman_numeral" VARCHAR
);
Anyone who has the link will be able to view this.