> Von: "Werner LEMBERG" <w...@gnu.org> > > There is another Lilypond option to let the fonts be loaded by > GhostScript directly: > > lilypond --ps -dbackend=eps -dgs-load-fonts ... > > This uses GhostScript's `.loadfont' operator, making the section look > like this on my GNU/Linux box: > > %%BeginProlog > /lilypond-datadir where > {pop} > {userdict > /lilypond-datadir (/usr/local/share/lilypond/2.17.11) put} > ifelse > > %%BeginResource: font Emmentaler-11 > lilypond-datadir > (/fonts/otf/emmentaler-11.otf) > concatstrings > (r) > file > .loadfont > %%EndResource > > A nice side effect is that the EPS files become much smaller, but of > course they are no longer self-contained. Again, grops understands > this just fine, but you *must* use GhostScript afterwards to further > process the output file.
How is Ghostscript to be used for that? Bernd Warken