Closed martijnversluis closed 1 year ago
I'm not sure how he ChordProParser HtmlDivFormatter chooses how to make paragraphs. I have what I think are 2 identical formats but one is making paragraphs after every line and the other behaves what I would consider correctly.
Hi @paulrobertpine,
Thanks for reaching out. I think what you're describing is different from this issue here. Would you mind creating a new issue, also providing the code and chord sheet(s) you're using? I'll try if I can find a solution.
As concluded in #461, the chord parsing format in
ChordSheetParser
is not inclusive enough and not consistent with howChord.parse
functions. The format should be extended to match all possible chords. If possible, it would be nice to have shared logic for recognising and parsing chords.