Il giorno dom 6 nov 2022 alle 21:17:38 +0100, Federico Bruni <f...@inventati.org> ha scritto:
$ diff myfile-1.eps myfile.eps

I don't know why two files are created, but it seems they are identical.

Ooops, the EPS backend creates the whole file plus one file per page.

$ cat myfile.ly
\version "2.22.2"

\relative c'' {
 c d e c
 \pageBreak
 b c b e
}

$ lilypond --eps myfile.ly
GNU LilyPond 2.23.80 (running Guile 2.2)
Processing `myfile.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 or 2 pages...
Drawing systems...
Layout output to `myfile.eps'...
Layout output to `myfile-1.eps'...
Layout output to `myfile-2.eps'...
Success: compilation successfully completed



Reply via email to