tombatossals / chords-db

String Instruments Chords Database.
https://tombatossals.github.io/react-chords/
MIT License
393 stars 101 forks source link

On guitar all of the B chords are actually A chords #3

Closed rsml closed 6 years ago

rsml commented 6 years ago

The guitar chords for the key of B are incorrect. The current ones are showing the corresponding A chords. I checked for all of the suffixes and for various positions.

For example this B major is actually an A major: https://github.com/tombatossals/chords-db/blob/master/src/db/guitar/chords/B/major.js.

tombatossals commented 6 years ago

You're right. I have to redo these JSON files.

Thanks for reporting

tombatossals commented 6 years ago

Solved