Conversion for MXL files

Completed

Comments

4 comments

  • Sacquer

    This is still a problem. Most music xml files, eg on CPDL and files exported by common music apps, are in this format. It is very inconvenient that Noteworthy does not import these. It is a barrier to my work flow as I have archives in mxl that I want to upload.

    0
    Comment actions Permalink
  • dionmorales10

    And even another year later, this is still an issue.

    0
    Comment actions Permalink
  • bnjc

    Looks like you can import and export Compressed MusicXML (.mxl) scores now!

    0
    Comment actions Permalink
  • FredWurst

    I've found this works for many MusicXML files:

    xmllint --format file_that_errors_on_import.xml > new_file_name.xml

    Then import the new_file_name.xml that's created. Not sure what's up there, haven't really dug into it other than seeing that the file went from compact (no newlines) to pretty-printed XML. There's no real reason this should work other than maybe xmllint having a more permissive input format and strict enough output format, but XML is so highly-specified I find it hard to imagine that xmllint is actually allowing invalid XML, and much more likely that Noteflight chokes on perfectly valid XML.

    Anyway, give it a shot if you get import errors, can't hurt!

    0
    Comment actions Permalink

Please sign in to leave a comment.