campagnola / pyabc

Python library for parsing and analyzing ABC music notation
MIT License
20 stars 11 forks source link

Support half length rest (z/) #5

Closed grennis closed 7 years ago

grennis commented 7 years ago

Similar to notes, the regex should allow for duration of only / i.e., "z/". The number following the slash needs to be optional.

campagnola commented 7 years ago

All done. I appreciate the fine granularity of your PRs :)