Baselight

Guitar Chord Finger Positioning

Indicates fingers on the fretboard to form the basic chords in each major key

@kaggle.joebeachcapital_guitar_chord_finger_positioning

Loading...
Loading...

About this Dataset

Guitar Chord Finger Positioning

Dataset of guitar chords with finger positions on each string and position on the fretboard on the neck of the guitar.

Source: https://data.world/dataremixed/guitar-chord-finger-positioning

Tables

Guitarchords

@kaggle.joebeachcapital_guitar_chord_finger_positioning.guitarchords
  • 7.75 KB
  • 294 rows
  • 10 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.