On 26-Jul-05, at 12:12 PM, Benjamin Esham wrote:

On Jul 26, 2005, at 1:23 AM, Matthias Neeracher wrote:
What is FONTCONFIG_FILE set to ? "echo $FONTCONFIG_FILE" should give you the value.

Usually, I invoke LilyPond from inside Vim; this is a bit of a hack, though, and sometimes not all of the environment variables are set correctly. That seems to be what happened here. Everything was fine when I called LilyPond from the terminal, so I realized that FONTCONFIG_FILE wasn't being set by Vim. I fixed that and now everything runs fine. Thanks for all of the help!

Hrm?  I'm missing something here... I'm still manually doing
# ln -s ~/usr/pkg/lilypond/share/lilypond/<VERSION>/fonts/type1 ~/.fonts

is there a way to avoid having to update this every time?

spark:~ gperciva$ set | grep FONTCONFIG
FONTCONFIG_FILE=/sw/share/fontconfig-path/fontconfig-path.conf
spark:~ gperciva$ more /sw/share/fontconfig-path/fontconfig-path.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts.conf file to configure system font access -->
<fontconfig>
        <dir>/sw/share/fontconfig-path</dir>

<!--
  Load regular configuration file
-->
        <include>/etc/fonts/fonts.conf</include>

</fontconfig>



Is this what's expected?  I'm compiling lilypond from CVS with some
old fink patches (cira 2.5.23, I think -- it doesn't complain, so I haven't
dared to change anything).

Cheers,
- Graham



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

Reply via email to