You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 1: JJazzLab doesn't support "musicxml" extension.
Open jjazzlab and choose File > Import Songs...
open "name.xml".
Issue 2: Receive the following:
nu.xom.ParsingException: The markup declarations contained or pointed to by the document type
declaration must be well-formed. at line 1, column 2 in http://www.musicxml.org/dtds/partwise.dtd
Actually this is not a bug, it's just that the referenced dtd http://www.musicxml.org/dtds/partwise.dtd in your file is not available anymore. I found other people complaining about this on MuseScore forum.
W3C has put the dtd files on GitHub, so I replaced the original dtd by https://raw.githubusercontent.com/w3c/musicxml/v4.0/schema/partwise.dtd then JJazzLab successfully imported your file.
jjazzboss
changed the title
Unable to import musicxml exported from MuseScore 4
Unable to import musicxml which refers to www.musicxml.org/dtds/partwise.dtd
Sep 14, 2024
Repro
In MuseScore 4 open a chart with chords.
File/Export:
Click "export..."
Rename the exported file to "name.xml"
Issue 1: JJazzLab doesn't support "musicxml" extension.
Open jjazzlab and choose File > Import Songs...
open "name.xml".
Issue 2: Receive the following:
Sample file: example.zip
The text was updated successfully, but these errors were encountered: