Thx for the fast answer. In the EPS I will find the needed moveto and
curveto commands to copy to lilypond?
Best regards
Joei
Am 7. April 2023 19:09:36 schrieb Jean Abou Samra <j...@abou-samra.fr>:
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