Godley / MuseParse

Repository for a python music parser. This works with MusicXML as the input format which forms a tree of objects in memory representing the piece. This can be optionally outputted to lilypond which produces a PDF, or perused for your own uses.
MIT License
7 stars 2 forks source link

multi measure rests should merge into 1 with a number over the top #11

Open Godley opened 9 years ago

Godley commented 9 years ago

Issue by Godley Monday Mar 02, 2015 at 22:38 GMT Originally opened as https://github.com/Godley/FYP/issues/115


every time a bar-rest following another bar-rest is encountered, the notation should be R1*(number of repetitions) rather than repeated R1s. However, since both will work fine and are valid notation, this is an enhancement. For a starting point, see testcase 02c. This will probably also only be a case of working out a "factor", so is classed as easy.