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

Icon delimiter in parsers #262

Closed jmmelko closed 2 years ago

jmmelko commented 2 years ago

MIDI and json parsers use a white space instead of icon_delimiter. But \s is usefil for regex not for join Check what ascii renderer does

Search also for any instance of ' ', " ", and DELIMITERS['icon']

and finally check regular expressions