music-notation-swift / music-notation-core

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

Fully Implement All Tuplet Variations #32

Closed drumnkyle closed 8 years ago

drumnkyle commented 8 years ago

The Tuplet implementation right now does not take into consideration all variations possible.

You can see all variations here: http://www2.siba.fi/muste1/index.php?id=100&la=en

You can learn more about the variation types here: https://en.wikipedia.org/wiki/Tuplet

What's missing:

drumnkyle commented 8 years ago

29, #30 is dependent on this being completed.

drumnkyle commented 8 years ago

Seems like in order to be able to do everything, the initializer has to take in the following information:

We basically need to replicate the information at this link: https://usermanuals.finalemusic.com/Finale2014Mac/Content/Finale/TPDLG.htm

drumnkyle commented 8 years ago

@robtimp would love to get your input on this to see if I'm missing anything and what you think about naming.

drumnkyle commented 8 years ago

Fixed by #33