splendidtoad / pyrealpro

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

Presence of 's' or 'l' formatting instructions in Measure throws off measure length validation #19

Closed mystery-house closed 1 year ago

mystery-house commented 1 year ago

IE, if the time signature is 4/4 and a Measure contains ['A', 's', 'B', 'C', 'D', 'l'], a Expected data for 4 beats, got 6 instead ValueError will be raised