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 insert/Remove Note/Tuplet methods in Measure #27

Closed drumnkyle closed 7 years ago

drumnkyle commented 8 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.

drumnkyle commented 8 years ago

Please refer to closed issue #31 for edge case to consider.