2008/2/7, Ozgur Yuksel <[EMAIL PROTECTED]>:
> > > I am working with "GNU LilyPond 2.11.37" (the problem had existed with
> > > 2.10 too) on one RHEL5 box and a FC7 box. Although I have proper
> > > output  with my FC7 box, I get crippled output (both PS and PDF) on
> > > RHEL5. The attached files bad.* show the crippled pdf and ps files of
> > > test.ly where it looks like good.png with fc7.
> >
> > Can you post the output of a --verbose run on the RHEL5 box?

Mats was right; the problem is in reading the correct fonts.

Can you run an strace of the binary?  You'll probably have to modify
the wrapper script (bin/lilypond) to be like

  strace path/to/lilypond ....

The output will be huge.  I'm just looking for the places where
libfontconfig.so.X.Y and libpango.so.X.Y is opened, so grep for
libfontconfig and libpango

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


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

Reply via email to