Background & Motivation
We need to be able to flip between editing chordpro, and editing 'chords over words' which is basically just a text chord sheet as the library has it written.
When I implement a version of this in the editor, the behavior isn't what I'd expect. It doesn't go back and fourth nicely.
The ChordSheetParser doesn't do a good job of going back to the same chordpro that generated it.
Steps To Recreate:
yarn dev
- Flip the chart to mode
Chords Over Words
- Flip back
Proposed Solution
I think that all this means is that we need to do some work on the ChordSheetParser so that it's going to generate the same chordpro that generates a text chord sheet. Which may be hard.