bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ly2dvi pdf output


From: Han-Wen Nienhuys
Subject: ly2dvi pdf output
Date: Mon, 19 Aug 2002 11:22:28 +0200

address@hidden writes:
> When I try "ly2dvi -p" (for pdf), then look at the PS output (which ly2dvi
> makes as an intermediate step), I get a score without noteheads, clefs,
> etc.  (the infamous font problem :)

Try making (or downloading) the PFA files: make -C mf/ pfa, or:

meddo:~/usr/src/lilypond$ cat ~/bin/get-pfas.sh
#!/bin/sh

cd ~/usr/src/lilypond/mf/out
for a in `ls -1 *.tfm `; do
  PFAF=`basename $a .tfm`.pfa
  echo $PFAF
if [ ! -f $PFAF ] ; then 
   wget http://lilypond.org/development/mf/out/$PFAF >> pfa-log
else
   ls -l $PFAF
fi
done

-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]