splendidtoad / pyrealpro

A Python tool for constructing songs that can be imported into iRealPro.
MIT License
7 stars 2 forks source link

Separate chords and spaces with commas #17

Closed mystery-house closed 3 years ago

mystery-house commented 3 years ago

If a measure has a different chord for each beat, the chord names run together and iRealPro can't parse them. This PR updates the Measure.str() method to separate each beat in the Measure with a comma, which allows iRealPro to handle those chord changes. It also updates unit tests.