sky-music / sky-python-music-sheet-maker

Make visual music sheets for thatskygame (graphical representations of the Sky keyboard)
MIT License
29 stars 10 forks source link

Englishchords parser is buggy #269

Closed jmmelko closed 1 year ago

jmmelko commented 1 year ago

some repeated notes are not correctly parsed such as Em14 and Am91 Plus the chords are not cased correctly after parsing, like eM and aM

jmmelko commented 1 year ago

This is because repeat splitting and chord splitting are done before chord decoding into individual notes. The correct procedure is: