dn-m / MusicXML

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

Store a Note's chord as a Bool #72

Closed jsbean closed 5 years ago

jsbean commented 5 years ago

A <note> may have a <chord/> element, which signals that this <note> belongs to a chord. However, because of #68, this <chord/> element is not decoding properly yet.

This PR models a Note's chord property as a Bool rather than the metaphysical Empty?.