> Le 7 avr. 2023 à 19:02, Johannes Roeßler <j...@joei.de> a écrit :
> 
> 
> Hi Group,
> 
> is there a way to generate vector files with a program producing e.g. a SVG 
> files and convert it to the PS commands needed for lilypond? 
> https://lilypond.org/doc/v2.22/Documentation/notation/graphic
> 


If I understand your request correctly, you can convert the SVG file to EPS, 
for example using librsvg with

rsvg-convert --format=eps file.svg > file.eps

then include it with \epsfile.

Of course, you will need to install librsvg.

There are also countless websites out there where you can do the SVG -> EPS 
conversion step online.

Best

Jean

Reply via email to