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
On Mon, Dec 13, 2021 at 11:48:41PM +0100, Jean Abou Samra wrote:
[...]
> I don't understand what's going on at all. It all
> happens as if you were calling lilypond with wrong
> quoting as
>
> lilypond -dbackend="eps myfile.ly"
Haha, in fact, you hit the nail right on the head (without realizing
Here's the output:
GNU LilyPond 2.23.6 (running Guile 1.8)
command line options: "((backend . eps test.ly)
(gs-api . #f)
)": In procedure scm_i_lreadparen in expression (dynamic-wind
swaports thunk ...):
: #:1:18: in pair: missing close paren
I'm using the latest git master (j
Le 13/12/2021 à 20:54, Jean Abou Samra a écrit :
#(display (ly:command-line-code))
Silly me. It should print nothing at all since the error is
occurring before LilyPond even starts parsing the file.
Rather, try to change scm/lily.scm by applying the attached
patch (`git apply show-command-li
Le 13/12/2021 à 17:58, H. S. Teoh a écrit :
According to the usage manual, in order to get PNG output:
lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png
myfile.ly
But lilypond 2.23.6 aborts with this:
: In procedure scm_i_lreadparen in expression
(dynamic-wi
According to the usage manual, in order to get PNG output:
lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png
myfile.ly
But lilypond 2.23.6 aborts with this:
: In procedure scm_i_lreadparen in expression
(dynamic-wind swaports thunk ...):
: #:1:18: in p
for i in *.ly; do lilycrop "$i"; done
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Re-bottom-of-EPS-output-cut-off-size-of-PDF-files-tp170572p170591.html
Sent from the User mailing list archive at Nabble.com.
__
I revised lilycrop.sh with two new features:
1. invoke with -e option for EPS output
2. invoke with -l option to write output file names to log file (use
-el for both options)
The script now includes better error checking of command-line arguments.
I don't know how to make it accept
/lilypond.1069038.n5.nabble.com/file/n170551/esempio3064-crop.pdf>
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Re-bottom-of-EPS-output-cut-off-size-of-PDF-files-tp170524p170551.html
Sent from the User mailing list archive a
Hi Andrew,
thanks a lot. I am not a programmer so I couldn't have taken the workaround
to this level, you can't imagine how much work this is going to spare me.
May I request a feature? Is there a way to insert an option for getting eps
output?
Thanks again,
Andrea
--
View this
e at https://github.com/andrewacashner/lilypond/. Please
test and give feedback!
Thank you to Andrea for the original cropping process (you are
credited in the code).
Best,
Andrew
On Thu, Jan 15, 2015 at 2:42 AM, wrote:
>2. Re:bottom of EPS output cut off (+ size of PDF files) (Jaya
owing output:
originalpdf.pdf
originalpdf01.pdf
originalpdf02.pdf
originalpdf03.pdf
... etc.
Can I adapt this line:
pdftops -eps "$file".pdf
to manage the multiple single pages pdf?
Thank you,
Andrea
--
View this message in context:
http://lilypond.1069038.n5.nabble.com
Hi Andrew,
this Bash is going to be VERY(!!!) useful for me, thank you VERY(!!!)
much for posting it,
Andrea
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Re-bottom-of-EPS-output-cut-off-size-of-PDF-files-tp170186p170496.html
Sent from the User mailing list
I wrote earlier about the bug in which Lilypond with the eps backend
inaccurately calculates the bounding box, and Andrea provided a
working solution (thank you).
I turned it into this Bash script, which works well for me, though I
don't understand why this process should be necessary.
Intriguing
context:
http://lilypond.1069038.n5.nabble.com/bottom-of-EPS-output-cut-off-tp168873p168878.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Dear lilypond community,
When I use the EPS backend for a small example, the bottom of the output is
cut off. (The bottom of the choirstaff brace is cropped out.)
I would appreciate your help or pointers to where I figure out how to
resolve this. Thanks!
Andrew Cashner
MWE:
\version "2.18.2"
hello list,
after some time away from lilypond, i'm back...
the occasion: a friend will be publishing a book soon, and i volunteered
to prepare the (short) musical examples.
my problem: the publisher requires the graphics in eps, but when imported
into the DTP program they use, the eps files ge
Since the bug probably resides in ghostscript version 9.04 vs. version
8.71, but not in Lilypond I filed a bug report to bug-ghostscript
(http://lists.gnu.org/archive/html/bug-ghostscript/).
Markus
___
lilypond-user mailing list
lilypond-user@gnu.org
Installed the new ghostscript version 9.04 besides the 8.71 on my
windows system and ... bingo!
The bug is not there using ghostscript 8.71 but it will show up using
the 9.04 version (which is the default for Ubuntu 11.10).
This brings up the question wether the interpretation of the 9.04
gh
Am 30.10.2011 03:30, schrieb Nick Payne:
On 30/10/11 08:22, MarkusPfaff wrote:
On my Kubuntu 11.10 system the .eps output generated from a .ly file
has ledger lines that loose their fill gradually from left to right.
You may see that in the attached example especially if you zoom in
heavily
On 30/10/11 08:22, MarkusPfaff wrote:
On my Kubuntu 11.10 system the .eps output generated from a .ly file has ledger
lines that loose their fill gradually from left to right. You may see that in
the attached example especially if you zoom in heavily on such a line.
If I open the eps file
Hi,
LilyPond Usage documentation says:
"eps
for encapsulated PostScript. This dumps every page (system) as a
separate ‘EPS’ file, without fonts, and as one collated ‘EPS’ file
with all pages (systems) including fonts."
For me
$ lilypond -dbackend=eps *.ly
produces every _page_ as separate EPS, n
e Download page at lilypond.org
The /usr/share/doc/lylipond as mentioned at the site unfortunately
doesn't exist.
Best regards,
Helge
- Original Message - From: "Graham Percival" <[EMAIL PROTECTED]>
To: "Helge Kruse" <[EMAIL PROTECTED]>
Cc:
Sent: Thu
Best regards,
Helge
- Original Message -
From: "Graham Percival" <[EMAIL PROTECTED]>
To: "Helge Kruse" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, June 14, 2007 8:58 PM
Subject: Re: EPS output
Helge Kruse wrote:
I have installed Lilypond 2.11.25 at MS Wind
Helge Kruse wrote:
I have installed Lilypond 2.11.25 at MS Windows. I want to produce an
EPS file for further layout work as suggested in the manual, chapter
14.10 . But Lilypond doesn't accept -b eps, it's even not listed with
the --help command.
Are there some secrets to generate EPS?
Yes
Hi,
I have installed Lilypond 2.11.25 at MS Windows. I want to produce an EPS
file for further layout work as suggested in the manual, chapter 14.10 . But
Lilypond doesn't accept -b eps, it's even not listed with the --help
command.
Are there some secrets to generate EPS?
Best regards,
Hel
33 matches
Mail list logo