-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML import/export #89
Comments
MusicXML Import done and commited in: c6fa2e9 |
Notes about MusicXML export Most of the code is already there (in musicxml-export.lisp) but needs some cleanup and rewriting (and testing!). In particular: the whole duration/subdivision system (e.g. for groups, beams, etc.) needs to be rewritten. There is no more extent/qvalue in OM# musical objects: in principle this is all more "flat" and simple, with the slots "symbolic-date" and "symbolic-dur" that are bound to chords and rests according to the tree at initializing/updating the voice. |
@smoge moving your comment and pointer here:
|
Thanks. I think there is no point in "disputing" the correct implementation. Since musicxml is a bad standard, one must be pragmatic. I think we should avoid using rational numbers, this way we avoid some problems. And also, it would be important to adopt the musicxml3 or musicxml4 standard, for dorico compatibility. I believe nested tuplets just works on musescore and dorico:
|
Todo:
The text was updated successfully, but these errors were encountered: