lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unexpected file name in EPS output


From: Federico Bruni
Subject: Re: Unexpected file name in EPS output
Date: Mon, 07 Nov 2022 23:04:03 +0100

Il giorno dom 6 nov 2022 alle 21:17:38 +0100, Federico Bruni <fede@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

[Prev in Thread] Current Thread [Next in Thread]