abcCairo
Extend abcm2ps to support direct generation of PNG, SVG and PDF files
...It is an extension of Michael Methfessel's abc2ps. This project takes out
the PostScript commands to generate various musical symbols and instead
replaces them with Cairo function calls that generate the same musical
symbols.
The Cairo graphics library is an open-source graphics library
offering a similar 2D graphics model to PostScript. The Cairo
library can write to a GTK canvas, allowing integration with programs
using the GTK+ toolkit, or it can write to an image file in a choice of
formats: PNG, SVG or PDF.
...