[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unwanted randomness while generating LilyPond output
From: |
Werner LEMBERG |
Subject: |
Re: unwanted randomness while generating LilyPond output |
Date: |
Sat, 17 Feb 2024 07:05:03 +0000 (UTC) |
Hello Michael,
sorry for the late reply.
> I would like to help debugging the problem. Which exact invocation
> do I have to use to replicate the EPS files you sent?
This is due to using `extractpdfmark`, which makes the build add the
options
```
-dfont-ps-resdir=$(top-build-dir)/out-fonts -O TeX-GS
```
However,...
> If I do `lilypond --eps input.ly` I get a much bigger EPS file, that
> seemingly has the fonts attached as binary data.
... it doesn't matter for the problem at hand: you also get the
differences with normal `lilypond --eps` calls.
Werner