Re: Unexpected file name in EPS output

2022-11-12 Thread Federico Bruni
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

Re: Unexpected file name in EPS output

2022-11-07 Thread bernhard kleine
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;

Re: Unexpected file name in EPS output

2022-11-07 Thread Federico Bruni
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

Re: Unexpected file name in EPS output

2022-11-07 Thread David Wright
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 "

Re: Unexpected file name in EPS output

2022-11-06 Thread Carlo Stemberger
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

Re: Unexpected file name in EPS output

2022-11-06 Thread Knute Snortum
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

Re: Unexpected file name in EPS output

2022-11-06 Thread Federico Bruni
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

Unexpected file name in EPS output

2022-11-06 Thread Carlo Stemberger
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

[j...@abou-samra.fr: Re: PNG/EPS output doesn't work anymore in 2.23.6?]

2021-12-13 Thread H. S. Teoh
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

Re: PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread H. S. Teoh
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

Re: PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread Jean Abou Samra
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

Re: PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread Jean Abou Samra
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

PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread H. S. Teoh
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

Re: Re:bottom of EPS output cut off (+ size of PDF files)

2015-01-16 Thread Jayaratna
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. __

Re:bottom of EPS output cut off (+ size of PDF files)

2015-01-16 Thread Andrew Cashner
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

Re: Re:bottom of EPS output cut off (+ size of PDF files)

2015-01-16 Thread Jayaratna
/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

Re: Re:bottom of EPS output cut off (+ size of PDF files)

2015-01-15 Thread Jayaratna
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

Re:bottom of EPS output cut off (+ size of PDF files)

2015-01-15 Thread Andrew Cashner
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

Re: bottom of EPS output cut off (+ size of PDF files)

2015-01-14 Thread Jayaratna
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

Re: bottom of EPS output cut off (+ size of PDF files)

2015-01-14 Thread Jayaratna
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

Re: bottom of EPS output cut off (+ size of PDF files)

2015-01-07 Thread Andrew Cashner
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

Re: bottom of EPS output cut off

2014-11-21 Thread Jayaratna
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

bottom of EPS output cut off

2014-11-21 Thread Andrew Cashner
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"

eps output

2012-08-11 Thread luis jure
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

Re: Bug in .eps output (or its interpretation?) on Linux: Ledger lines loose fill

2011-10-30 Thread Markus Pfaff
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

Re: Bug in .eps output (or its interpretation?) on Linux: Ledger lines loose fill

2011-10-30 Thread Markus Pfaff
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

Re: Bug in .eps output (or its interpretation?) on Linux: Ledger lines loose fill

2011-10-30 Thread Markus Pfaff
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

Re: Bug in .eps output (or its interpretation?) on Linux: Ledger lines loose fill

2011-10-29 Thread 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 such a line. If I open the eps file

eps output

2011-08-02 Thread Antanas Budriūnas
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

Re: EPS output

2007-06-14 Thread Graham Percival
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

Re: EPS output

2007-06-14 Thread Helge Kruse
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

Re: EPS output

2007-06-14 Thread Graham Percival
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

EPS output

2007-06-14 Thread Helge Kruse
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