EXAMPLES
A small score path, made visible.
Use these examples to see what Acorde owns: in-memory notation processing, diagnostics, logical layout, and deterministic SVG. The host still owns file access and presentation.
MusicXML to SVG
The CLI is the file-owning host layer. It converts a supplied MusicXML file into an SVG artifact and reports issues when requested.
acorde render input.musicxml output.svg
acorde render-report input.musicxml output.svg --fail-on-issues
Inspect compatibility
Compare a source score with a candidate to make omissions, normalization, and semantic differences reviewable.
acorde compatibility-report source.musicxml candidate.musicxml --fail-on-differences
Try the editing flow
For an interactive example, open a score in Composer’s browser Playground. Make a small change and export it under a new name.