martijnversluis / ChordSheetJS

A JavaScript library for parsing and formatting chords and chord sheets
https://github.com/users/martijnversluis/projects/4
GNU General Public License v2.0
320 stars 51 forks source link

Implement Song#getChordDefinitions() #1437

Closed martijnversluis closed 2 days ago

martijnversluis commented 1 week ago

Song#getChordDefinitions() returns all chord definitions from the song. Definitions are made using the {chord} or {define} directive. A chord definitions overrides a previous chord definition for the exact same chord.

See https://chordpro.org/chordpro/directives-define/ and https://chordpro.org/chordpro/directives-chord/

codeclimate[bot] commented 3 days ago

Code Climate has analyzed commit 6fcd76c2 and detected 0 issues on this pull request.

View more on Code Climate.