music-notation-swift / music-notation-core

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

Measure : Insert/Remove Methods #37

Closed moidx closed 8 years ago

moidx commented 8 years ago

This solves issue #27.

drumnkyle commented 8 years ago

You need to download Xcode 8 beta 6 and merge changes from master, because I just merged Rob's commit to make the build work for beta 6.

codecov-io commented 8 years ago

Current coverage is 84.45% (diff: 53.03%)

Merging #37 into master will decrease coverage by 1.47%

@@             master        #37   diff @@
==========================================
  Files            12         12          
  Lines           661        714    +53   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            568        603    +35   
- Misses           93        111    +18   
  Partials          0          0          

Powered by Codecov. Last update e59636b...ed32e19