PDF has wonky note glyphs

2004-06-17 Thread Jeff Smith
I finally got my latex docs displaying very pretty in-line music
using lilypond-book in DVI. (Thanks for the hint.)

But when I produce PDFs from the DVI, the note glyphs are wrong.
I just get the stems, no note heads. 

For the record, my pdf generation path is as follows:

lilypond-book -f latex MySource.latex
latex MySource.tex
bibtex MySource
latex MySource.tex 
dvips -Ppdf -G0 -o MySource.ps MySource.dvi
ps2pdf MySource.ps

Any suggestions?
--
Jeff Smith
Computer Science Dept.
University of Saskatchewan



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: PDF has wonky note glyphs

2004-06-17 Thread Bertalan Fodor
-u lilypond.map must be included in dvips command line

dvips -u lilypond.map etc.

Bert



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: PDF has wonky note glyphs

2004-06-17 Thread jeffs
On Thu, Jun 17, 2004 at 07:41:16PM +0200, Bertalan Fodor wrote:
 -u lilypond.map must be included in dvips command line
 
 dvips -u lilypond.map etc.

Thanks. That worked beautifully. For the record, that should
read:
dvips -u +lilypong.map ...

Note the + indicates to add that font map to the list, rather
than replace it. (Leaving out the + got me my note heads, but all
my text vanished. :-)
--
Jeff Smith
Computer Science Dept.
University of Saskatchewan



___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user