Re: including eps file

2006-06-01 Thread Han-Wen Nienhuys
Orm Finnendahl schreef: Hi Han-Wen, sorry, forgot the attachment... Am 31. Mai 2006, 13:38 Uhr (+0200) schrieb Han-Wen Nienhuys: see http://lilypond.org/~hanwen/eps-demo.zip I can't get the barlow.ly example to compile. the log file is attached. gs version is 8.15.2 on my machine. Can yo

Re: including eps file

2006-06-01 Thread Orm Finnendahl
Hi Han-Wen, sorry, forgot the attachment... Am 31. Mai 2006, 13:38 Uhr (+0200) schrieb Han-Wen Nienhuys: > > see http://lilypond.org/~hanwen/eps-demo.zip > I can't get the barlow.ly example to compile. the log file is attached. gs version is 8.15.2 on my machine. -- Orm ___

Re: including eps file

2006-06-01 Thread Orm Finnendahl
Hi Han-Wen, Am 31. Mai 2006, 13:38 Uhr (+0200) schrieb Han-Wen Nienhuys: > > see http://lilypond.org/~hanwen/eps-demo.zip > I can't get the barlow.ly example to compile. the log file is attached. gs version is 8.15.2 on my machine. -- Orm ___ lily

Re: including eps file

2006-05-31 Thread martial
> view this article : > http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue with the new syntaxe in use : \markup { \epsfile #X #size #"my_image.eps" } this zipfile is in the actual syntaxe http://cathemline.org/lily/eps_image.zip

Re: including eps file

2006-05-31 Thread martial
view this article : http://article.gmane.org/gmane.comp.gnu.lilypond.general/18308/match=eps+issue ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: including eps file

2006-05-31 Thread Han-Wen Nienhuys
Orm Finnendahl schreef: Hi, I still couldn't get anywhere concerning the eps issue. I tried to post the eps file which caused the error to the list, but since it is a bitmap, it's too huge for the list. I also don't think it helps trying to solve the lilypond error using a bitmap eps which will

Re: including eps file

2006-05-31 Thread Orm Finnendahl
Hi, I still couldn't get anywhere concerning the eps issue. I tried to post the eps file which caused the error to the list, but since it is a bitmap, it's too huge for the list. I also don't think it helps trying to solve the lilypond error using a bitmap eps which will not get used anyway. Can

Re: including eps file

2006-05-30 Thread Mats Bengtsson
Orm Finnendahl wrote: Am 30. Mai 2006, 11:52 Uhr (+0200) schrieb Mats Bengtsson: One thing I noticed is that you set the bounding box to include lots of whitespace, which probably explains why it fills the whole page and shifts the music off the page. I don't think so. The bounding b

Re: including eps file

2006-05-30 Thread Orm Finnendahl
Am 30. Mai 2006, 11:52 Uhr (+0200) schrieb Mats Bengtsson: > > One thing I noticed is that you set the bounding box to include lots of > whitespace, which probably explains why it fills the whole page > and shifts the music off the page. I don't think so. The bounding box is a4 landscape wide (8

Re: including eps file

2006-05-30 Thread Han-Wen Nienhuys
Orm Finnendahl schreef: `gs -q -dSAFER -dCompatibilityLevel=1.4 -sPAPERSIZE="a3" -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile="k_g01.pdf" -c .setpdfwrite -f "k_g01.ps"' failed (256) error: failed files: "/home/orm/work/kompositionen/violine/lilypond/k_g01.ly" Compilation exited

Re: including eps file

2006-05-30 Thread Mats Bengtsson
Quoting Orm Finnendahl <[EMAIL PROTECTED]>: Am 30. Mai 2006, 02:45 Uhr (+0200) schrieb Han-Wen Nienhuys: Are you sure that this is a bonafide EPS file? I'm not sure as the file got generated by a selfmade lisp program, but it gets opened and displayed by ghostview, Illustrator, Finale and gim

Re: including eps file

2006-05-30 Thread Orm Finnendahl
Am 30. Mai 2006, 02:45 Uhr (+0200) schrieb Han-Wen Nienhuys: > > Strange, I can't really get anything to appear. Did you scroll down all the way to the bottom of the page? In the code example only the eps gets displayed without the staff system (which probably is shifted off the page). > Are you

Re: including eps file

2006-05-29 Thread Han-Wen Nienhuys
Orm Finnendahl schreef: Hi, In lilypond 2.8.4 I'm trying to attach an eps file above a staff with the \epsfile markup command. the eps file gets included, but seems to be anchored to the bottom of the page instead of being related to the staff no matter how I change the parameters of the markup.

including eps file

2006-05-29 Thread Orm Finnendahl
Hi, In lilypond 2.8.4 I'm trying to attach an eps file above a staff with the \epsfile markup command. the eps file gets included, but seems to be anchored to the bottom of the page instead of being related to the staff no matter how I change the parameters of the markup. I attach the lilypond fi