On Wed, 2005-03-16 at 14:40 +0100, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > > 
> > >  /usr/local/share/lilypond/2.5.15/dvips/map/lilypond.map
> > > 
> > > being opened.
> > 
> > If I do 
> > 
> > strace dvips  -u+lilypond.map -o book.ps book.dvi >& log
> > 
> > I get nothing.  Just a prompt.
> 
> well duh. The output is redirected to log, which you can grep for
> lilypond.map


Yeah, duh.  Sorry to be a bit slow at times.  I *do* have large gaping
fissures in my knowledge of getting around in Linux.

# grep lilypond.map log
execve("/usr/bin/dvips", ["dvips", "-u+lilypond.map", "-o", "book.ps",
"book.dvi"], [/* 35 vars */]) = 0
access("./lilypond.map", R_OK)          = -1 ENOENT (No such file or
directory)
access("/usr/local/share/lilypond/2.5.15/dvips/map/lilypond.map", R_OK)
= 0
stat64("/usr/local/share/lilypond/2.5.15/dvips/map/lilypond.map",
{st_mode=S_IFREG|0644, st_size=1791, ...}) = 0
open("/usr/local/share/lilypond/2.5.15/dvips/map/lilypond.map",
O_RDONLY) = 3

-David



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to