Following up on this with a solution based on Han-Wen's comments in that issue:
I can replace `#(ly:set-option 'backend 'eps)` with:
```
#(ly:set-option 'separate-page-formats 'eps,png,pdf)
#(ly:set-option 'use-paper-size-for-page #f)
```
And that restores the old behaviour.
I'm not sure if it sh
Thank you that definitely looks related! I have posted a comment there.
On Mon, 15 Aug 2022 at 21:35, Jean Abou Samra wrote:
> Le 15/08/2022 à 18:12, Kevin Barry a écrit :
> > Hi all,
> >
> > I used to have a style file for creating musical examples (typically, for
> > printed books and the like
Le 15/08/2022 à 18:12, Kevin Barry a écrit :
Hi all,
I used to have a style file for creating musical examples (typically, for
printed books and the like) that handily produced cropped images by setting
the backend to eps (and removing margins and headers and footers). I
noticed that this has st
Hi all,
I used to have a style file for creating musical examples (typically, for
printed books and the like) that handily produced cropped images by setting
the backend to eps (and removing margins and headers and footers). I
noticed that this has stopped working in latest master and I am unable