[EMAIL PROTECTED] writes:
> On Wed, 2005-03-16 at 00:12 +0100, Jan Nieuwenhuizen wrote:
> > David Bobroff writes:
> > 
> > > /usr/local/share/lilypond/2.5.14/fonts/map/lilypond.map
> > > /usr/local/share/lilypond/2.5.15/fonts/map/lilypond.map
> > > /usr/src/lilypond/mf/out/lilypond.map
> > >
> > > I'm using 2.5.15 so I didn't think that 2.5.14 stuff would interfere.
> > 
> > Try kpsewhich lilypond.map to see which one is used.
> 
> Doing 'kpsewhich lilypond.map' returned nothing. (???)

yes, that's possilbe. Over here  it also returns nothing.
try

  strace dvips -u+lilypond.map lbook-latex-test >& log 

then

  grep lilypond.map   log

over here this gives

  execve("/usr/bin/dvips", ["dvips", "-u+lilypond.map", "lbook-latex-test"], 
[/* 24 vars */]) = 0
  access("./lilypond.map", R_OK)          = -1 ENOENT (No such file or 
directory)
  access("/usr/share/lilypond/2.5.15/dvips/lilypond.map", R_OK) = -1 ENOENT (No 
such file or directory)
  access("/usr/share/lilypond/2.5.15/dvips/map/lilypond.map", R_OK) = 0
  stat64("/usr/share/lilypond/2.5.15/dvips/map/lilypond.map", 
{st_mode=S_IFREG|0644, st_size=1791, ...}) = 0
  open("/usr/share/lilypond/2.5.15/dvips/map/lilypond.map", O_RDONLY) = 3

the last line says that it opened
/usr/share/lilypond/2.5.15/dvips/map/lilypond.map for reading.


--
 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to