Hi Jean, That works fine for PDF and EPS output already, but not for SVG. So I added
#(ly:set-option 'backend 'svg) afterwards and that made the Lilypond command line options for SVG output work. I guess that overrides the EPS-backend defined in “ lilypond-book-preamble.ly”. I will try to modify the “lilypond-book-preamble.ly” file accordingly, save it under a different name and call that new file instead. Would the EPS and PDF output still work properly then? So far you have helped me a lot already, the SVG output is not really needed in the moment, but it interests me still how to achieve it correctly. Merci Beaucoup Bophead On Sun, Feb 27, 2022 at 5:35 PM Jean Abou Samra <j...@abou-samra.fr> wrote: > Le 27/02/2022 à 10:40, Bophead 2000 a écrit : > > What is the simplest way to get snippets cut down to only content as > > only one file – be it PDF, EPS or SVG? > > Add > > #(ly:set-option 'aux-files #f) > > Best, > Jean > >