Closed drumnkyle closed 7 years ago
There are missing implementations for the following methods:
insertNote removeNote removeNotesInRange insertTuplet removeTuplet
Implement these and use Staff.insertMeasure as a guide, because there may be similar edge cases to solve.
Staff.insertMeasure
Please refer to closed issue #31 for edge case to consider.
There are missing implementations for the following methods:
insertNote removeNote removeNotesInRange insertTuplet removeTuplet
Implement these and use
Staff.insertMeasure
as a guide, because there may be similar edge cases to solve.