All warnings raised during parsing the chord sheet
Parses a chords over words sheet into a song
the chords over words sheet
Optional
options: ChordsOverWordsParserOptionsParser options.
If true, a backslash followed by a space is treated as a soft line break
If true, only the first lyric word is paired with the chord, the rest of the lyric is put in a separate chord lyric pair
The parsed song
Parses a chords over words sheet into a song
It support "regular" chord sheets:
Additionally, some chordpro features have been "ported back". For example, you can use chordpro directives:
For convenience, you can leave out the brackets:
You can even use a markdown style frontmatter separator to separate the header from the song:
ChordsOverWordsParser
is the better version ofChordSheetParser
, which is deprecated.