---
name: music-to-svg
description: Use the converter script to render a MusicXML file to SVG markdown image output.
argument-hint: Any request that includes a MusicXML file path (e.g., /path/to/file.musicxml)
---

## When to Use

- The user asks to render/convert MusicXML to SVG (or markdown image output), and
- The user provides a concrete MusicXML file path.

## How to Use this Skill

1. Run the script, passing the MusicXML file path as an argument:
`scripts/convert.py <musicxml_path>`

2. Do not search, read or inspect the MusicXML file yourself.

3. Done.

