Implement Tuplet.replaceNote methods
Closed this issue · 0 comments
drumnkyle commented
Many of the Tuplet.replaceNote
methods are unimplemented. This issue is to implement those methods and their tests. Some of the test methods have been created an not implemented. Others have been just outlined. Each replaceNote method will call into the related NoteCollection
version which is not public
. The tests should cover only the public methods and not the non-public ones as well.