Jacques PERON

Results 95 comments of Jacques PERON

In the MWE, `optimize-pdf` is not set. In any case, I did get this error by manually launching `lilypond tmp-ly/TMPDOC.ly…`.

> Before reporting the issue upstream, I would remove the Lyluatex code and try if the issue persists without the `texlive/texlive:latest` Docker image, so that our MWE is truly minimal....

I agree with that, but don't think a re-run is necessary: it could be implemented within `Score:write_tex` and `Score:protrusion`. For example, `Score:protrusion` could have a `nsystems` argument, and if it's...

Incidentally, this could be an occasion to add a `noprotrusion` option, and perhaps a `protrusion` to let the user force its value.

I think this issue should be solved by #123. Is it OK ?

That's OK for either 1. or let it as it is (the user having the option to force noindent in corner cases).

Sorry for the delay of my reply. Lyluatex has some issues with miktex I didn't manage to fix yet ; it's tested and working on TeXLive. I'll have a look...

Sure. It would be really helpful if you could send me a MWE (the shortest document which gives this error). The best way is to copy/paste it here, using the...

It seems to come from the fact lilypond 2.23 doesn't generate both pdf and eps in one compilation (for multi-system output). So it'll be necessary to convert intermediate eps to...

@notacontranota May you please test with latest commit on master ? I think it fixed this issue.