dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
70 stars 19 forks source link

Introduce LilyPond Tuplet tests #57

Closed jsbean closed 5 years ago

jsbean commented 5 years ago

This PR introduces the LilyPond Tuplet tests.

Tuplets themselves are not yet being decoded properly, due to #56. The failing tests are triaged in DISABLED_-prefixed tests and along with a #warning("FIXME: ...") compiler directives.

Resolves #52.