Closed Brayconn closed 5 years ago
Quick update, it turns out I actually got part of the calculation for compoundStart wrong.
Ratios are supposed to be
Should I open a new pull request for this, or try and re-open this one?
Hi - sorry not to respond, been doing other things. I think opening a new PR would be best.
Ok. I just fixed the code this evening, so I'll see about getting a new pull request made in the coming days
I've wanted drumburp's lilypond export to have support for more note types for quite a while now, and here it finally is. All the old hard-coded stuff has been replaced with an actual equation that (as far as I can tell) would work with any Counter. I've also added a bunch of new counters: Quintuplets, Septuplets, and 64th notes.
A few things to note:
The majority of the code in makeLiliyDuration should probably be moved into the beat object to improve performance. The current code can get pretty slow for full songs...Done.