Re: \epsfile relative file locations

2013-12-04 Thread Marek Klein
http://code.google.com/p/lilypond/issues/detail?id=3699 ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: \epsfile relative file locations

2013-12-01 Thread Eluze
;re at these relative includes - I think \verbatim-files also doesn't allow it. I'll file a bug-report/enhancement request (probably tomorrow) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/epsfile-relative-file-locations-tp154592p154768.html Sent from

Re: \epsfile relative file locations

2013-11-29 Thread Jay Anderson
On Fri, Nov 29, 2013 at 5:43 PM, Eluze wrote: > thanks for this workaround - it works as expected. As long as your command line is 'lilypond file.ly' and the eps file is imported from file.ly. What's the correct way to get the name of the current file? I looked for a little while, but couldn't fi

Re: \epsfile relative file locations

2013-11-29 Thread Eluze
dr (command-line))) "/" filename)) > > ... \epsfile #X #50 #(relative "file.eps") ... thanks for this workaround - it works as expected. I think LilyPond should do this by default and if not the function shouldn't be named /relative/ (I get problems in my environm

\epsfile relative file locations

2013-11-28 Thread Jay Anderson
With the normal \include command and #(ly:set-option 'relative-includes #t) relative includes work. However \epsfile doesn't follow relative includes. For instance if you have a.ly which uses b.eps and compile it from a different directory (e.g. 'lilypond ../a.ly') it will fail. Here's a workaroun