Il giorno lun 7 nov 2022 alle 23:47:29 +0100, bernhard kleine
ha scritto:
Am 07.11.2022 um 23:04 schrieb Federico Bruni:
Ooops, the EPS backend creates the whole file plus one file per page.
$ lilypond --eps myfile.ly
Would one not expect this since eps creates single pages?
I thin
Am 07.11.2022 um 23:04 schrieb Federico Bruni:
Ooops, the EPS backend creates the whole file plus one file per page.
$ lilypond --eps myfile.ly
Would one not expect this since eps creates single pages?
--
GPG Fingerabdruck: C76F A02E D525 7409
BEGIN:VCARD
VERSION:4.0
N:Dr. Kleine;Bernhard;
Il giorno dom 6 nov 2022 alle 21:17:38 +0100, Federico Bruni
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
On Sun 06 Nov 2022 at 23:01:44 (+0100), Carlo Stemberger wrote:
> Il giorno dom 6 nov 2022 alle ore 22:17 Knute Snortum
> ha scritto:
>
> > On Sun, Nov 6, 2022 at 12:21 PM Federico Bruni wrote:
> > >
> > > Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger
> >
> > Where did you see "
Il giorno dom 6 nov 2022 alle ore 22:17 Knute Snortum
ha scritto:
> On Sun, Nov 6, 2022 at 12:21 PM Federico Bruni wrote:
> >
> > Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger
>
> Where did you see "lilypond -dbackend=eps myfile.ly"?
>
Here:
http://lilypond.org/doc/v2.22/Docum
On Sun, Nov 6, 2022 at 12:21 PM Federico Bruni wrote:
>
> Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger
> ha scritto:
> > Is this a bug? Do the next versions have the same behaviour? In this
> > case I have to modify my script.
>
> I don't have 2.22.x installed, but here's what h
Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger
ha scritto:
Is this a bug? Do the next versions have the same behaviour? In this
case I have to modify my script.
I don't have 2.22.x installed, but here's what happens with 2.23.80:
$ lilypond --eps myfile.ly
GNU LilyPond 2.23.80
Hi,
when I run `lilypond -dbackend=eps myfile.ly` with LilyPond 2.22.2 I get 2
PDF files (myfile.pdf and myfile-1.pdf) and an EPS file (myfile.esp).
-
%myfile.ly
\version "2.22.2"
\relative c'' {c d e c}
-
Why?
Please note that myfile.pdf and myfile-1.pdf seem identical, but they
aren't