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
One crazy idea is to use an LLM to analyze the 1000s of MSCX files in the MuseScore repo, to produce an XSD that matches them all. It would also be great to produce some invalid MSCX files to ensure those are not matched.
find -name '*.mscx' | while read "f"; do cat "$f" >> all-the-musescore-files.mscx; done
...ideally using XSD and use that to validate output MSCX files instead of invoking the
mscore
executable.The text was updated successfully, but these errors were encountered: