music-notation-swift / music-notation-core

Music Notation Library in Swift (Deprecated. See `music-notation` instead)
MIT License
115 stars 16 forks source link

Implement Tuplet.replaceNote methods #72

Closed drumnkyle closed 8 years ago

drumnkyle commented 8 years ago

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.