Closed dchiller closed 1 year ago
Adds fixes to the script for two cases:
Fixing these cases provided an opportunity to simplify how the script deals with spacing around missing music and barlines:
In the course of making these fixes, also discovered a way to remove a branch in the _align_section function
_align_section
Closes #19
Also, provides an update for the test case visualization html that makes it easier to view long test cases.
I see that at least some of your functions are labelled by what they return, but all of the variables in this pull request are unannotated.
Goooood catch....this is why we do code review!!! :)
Adds fixes to the script for two cases:
Fixing these cases provided an opportunity to simplify how the script deals with spacing around missing music and barlines:
In the course of making these fixes, also discovered a way to remove a branch in the
_align_section
functionCloses #19
Also, provides an update for the test case visualization html that makes it easier to view long test cases.