music-notation-swift / music-notation-core

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

Fix Staff.insertMeasure, Staff.insertRepeat #9

Closed drumnkyle closed 8 years ago

drumnkyle commented 8 years ago

The Staff.insertMeasure method is very naive and has problems. It needs to use the computed measure index to insert and handle the case where there is a repeat and you can't insert into the middle of repeated measures. You also need to be able to add a measure to the set of measures to be repeated in a repeat.