The Patchbay_

Verovio

Fast, portable library for engraving MEI music scores to SVG, with MusicXML/Humdrum/ABC import.

LanguageC++ / JS
CategoryComposition & notation
LicenseLGPL-3.0
PlatformsmacOS Windows Linux Web
Installnpm install verovio (also pip install verovio)
First released~2016
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Server- or browser-side engraving of MEI/MusicXML scores into SVG.

Minimal example

const vrv = new verovio.toolkit();
vrv.loadData(meiData);
const svg = vrv.renderToSVG(1);

Alternatives to Verovio

music21mingusAbjadSCAMP

← Back to all tools