Read with an agent
Fetch only the chapter relevant to the musical task. The Markdown links below carry the same explanations and source examples as these pages, without navigation or rendered SVG.
- Compact discovery index
- Chapter index
- Element lookup
- Diagnostic lookup
- Instrument lookup
- Complete text, when needed
An efficient writing loop
- Read the task's chapter and look up unfamiliar instrument keys or marks.
- Write complete
scorescript 0.3source, or explicitly request a fragment. - Compile with the native CLI or
compile_score. Resolve errors and read warnings. - Format, compile again, and inspect the rendered music.
- For edits, preserve the actual file, movement, part, and measure scope.
Use update_score with a newer revision for an existing MCP document. Retrieve long source in bounded read_score ranges. A successful preview alone does not establish complete export or playback.