Re: eps backend in latest master

2022-08-18 Thread Kevin Barry
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

Re: eps backend in latest master

2022-08-17 Thread Kevin Barry
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

Re: eps backend in latest master

2022-08-15 Thread Jean Abou Samra
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

eps backend in latest master

2022-08-15 Thread Kevin Barry
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