Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-17 Thread Jan Nieuwenhuizen
Roman V. Isaev writes: >> Good. I already changed this in CVS, but replaced '~a' with ~S, so >> that you get double quotes. That should work also for file names with >> spaces. > > Nope, it does not :) How odd. Maybe try use "~a" then, instead of ~S. It could be that it only works for s

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-16 Thread Roman V. Isaev
On 06/16, Jan Nieuwenhuizen wrote: > > window, it works now, but silently. Strange. Anyway here is what I did: > Good. I already changed this in CVS, but replaced '~a' with ~S, so > that you get double quotes. That should work also for file names with > spaces. Nope, it does not :) Just

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-16 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen wrote: But now I've got a new problem :) Canzone fits one page with global staff size 21/ When I increase it size a little so it stretches into second page I get two pages in .pdf file, but three png files instead of two, and the last png is blank. Second png has a lot of spac

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-16 Thread Jan Nieuwenhuizen
Roman V. Isaev writes: > Yep! That did the trick. I had to remove quotes both from ps filename > parameter > and -sOutputFile too. And after that ghostscript's banner disappeared from > dos > window, it works now, but silently. Strange. Anyway here is what I did: Good. I already change

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-16 Thread Roman V. Isaev
On 06/16, Jan Nieuwenhuizen wrote: > > My home directory is correct, I've added pwd command... > and canzone.ps is there too, if you add ls command? Yep. > > Error: /undefinedfilename in ('canzone.ps') > ah, I think I see: what about the quotes? they may have to be removed > from the co

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-16 Thread Jan Nieuwenhuizen
Roman V. Isaev writes: > My home directory is correct, I've added pwd command... and canzone.ps is there too, if you add ls command? > Error: /undefinedfilename in ('canzone.ps') ah, I think I see: what about the quotes? they may have to be removed from the command, similar too the ps->pdf com

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-16 Thread Roman V. Isaev
On 06/15, Jan Nieuwenhuizen wrote: > > Last OS error: No such file or directory > > GPL Ghostscript 8.15: Unrecoverable error, exit code 1 > > Any clues how to fix this?.. > This one is easy; you may have found the mystery problem. > canzone.ps does not exist in the current working directory (cwd).

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-15 Thread Han-Wen Nienhuys
Jan Nieuwenhuizen wrote: This one is easy; you may have found the mystery problem. canzone.ps does not exist in the current working directory (cwd). Chances are that cwd is wrong or it needs a directory part. Try adding 'dir' to your .bat file, to see what files are there, and what directory

Re: png generation and lilypond 2.5.29-2 on winxp

2005-06-15 Thread Jan Nieuwenhuizen
Roman V. Isaev writes: > GPL Ghostscript 8.15 (2004-09-22) > Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved. > This software comes with NO WARRANTY: see the file PUBLIC for details. > Error: /undefinedfilename in ('canzone.ps') > Operand stack: > > Execution stack: >%inter

png generation and lilypond 2.5.29-2 on winxp

2005-06-12 Thread Roman V. Isaev
I installed 2.5.29-2 and everyhing was same -- no png generation at all. And I could not get any diagnostics after make-ps-images got called. Everything gets silent after this: (ly:message (_ "Converting to ~a...") "PNG") (make-ps-images name resolution paper-size rename-page-1? verbose?)