Le 31/05/2022 à 18:45, Andrew Bernard a écrit :
Presumably you want all except the tmp file. Normally these go in
/tmp. Why yours do not I do not know. But you can force that with
setting the environment variable TMPDIR=/tmp in your shell of
preceding the LilyPond command.
Frescobaldi has an option to delete them but I suspect that is Python
code not a LilyPond switch.
Reading the code (frescobaldi_app/engraver/custom.py), it's
actually a wrapper around LilyPond's command-line option
-ddelete-intermediate-files. That option defaults to #t,
however, so they should be deleted by default.
Jean