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.
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 relatedNoteCollection
version which is notpublic
. The tests should cover only the public methods and not the non-public ones as well.