Closed martijnversluis closed 2 days 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.
Song#getChordDefinitions()
{chord}
{define}
See https://chordpro.org/chordpro/directives-define/ and https://chordpro.org/chordpro/directives-chord/
Code Climate has analyzed commit 6fcd76c2 and detected 0 issues on this pull request.
View more on Code Climate.
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/