music-notation-swift / music-notation-core

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

Represent Ghost Notes #2

Closed drumnkyle closed 8 years ago

drumnkyle commented 9 years ago

Figure out how ghost notes should be represented. They are mutually exclusive with accents, so one thought I had was it being another case in the Accent enum. You could also rename Accent if the name doesn't make sense in that case.

Let me know if you have any questions or want to talk about the implementation. You should make a pull request so that we can do a code review on it.