"Nicholas Blah Hill" <[EMAIL PROTECTED]> writes: > When I process an .ly file, the output is there except for special things > such as > noteheads and clefs. It seems I am missing some PS fonts. Here is the bug > report file:
There's something strange with your Cygwin installation. Maybe you should email to [EMAIL PROTECTED] See below: > Output written on feta20.600gf (175 characters, 59472 bytes). > Transcript written on feta20.log. > mktexpk: /home/JohnGarcia/dpi600/feta20.pk: successfully generated. > /usr/bin/mktexpk: cat: permission denied Ouch. It seems that executable bits are not set for /bin/cat! You may try to fix this doing: chmod +x /bin/* chmod +x /usr/bin/* Greetings, Jan -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
