create_from_musicxml
Creates a MuseScore .mscz file from a MusicXML string, enabling integration of externally generated MusicXML.
Instructions
Convert a MusicXML string into a MuseScore .mscz file.
Useful for creating MuseScore files from externally generated MusicXML.
Args: musicxml: MusicXML content as a UTF-8 string.
Returns: Base64-encoded mscz file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| musicxml | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |