A guitar representation.
{ tuning : List Chords.Pitch.Pitch
, numFrets : Basics.Int
}
Configure your guitar by passing a tuning and the number of frets.
defaultTuning : List Chords.Pitch.Pitch
The default tuning of a guitar.
voicings : Config -> Chords.Chord -> List Chords.Voicing
Returns a list of possible voicings of a chord on a guitar.