lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyPond uses sans-serif font after 2.6 upgrade


From: Mats Bengtsson
Subject: Re: LilyPond uses sans-serif font after 2.6 upgrade
Date: Mon, 25 Jul 2005 23:00:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Most of the settings you describe below are completely obsolete if
you use version 2.6. In particular, no TeX related settings are
needed anymore.

   /Mats

Nicolas Sceaux wrote:
Benjamin Esham <address@hidden> writes:


I'm using LilyPond 2.6.1 with fink 0.24.7 on Mac OS X 10.4.2.  After
I updated from Lily 2.4.x to 2.6.1, LilyPond started to use an ugly
sans-serif font (Verdana, specifically) for all text in my score-- titles, bar numbers, text markups, etc. This happens even in files
with no special font-related commands whatsoever.  I'm not sure where
to begin to fix this-- can anyone give me some pointers?  Thanks a
ton!



I don't use LilyPond from fink, but from CVS. I source the following
file before calling lilypond (adapted from here_lily, some bits may be
useless):

  export LILYPOND_DIR=~/src/lilypond/lilypond
export PATH=$LILYPOND_DIR/lily/out:$LILYPOND_DIR/scripts/out:/sw/bin:$PATH #unset LILYPONDPREFIX
  unset TEXMF
  # ugh: must fool-proof other TeX environment variables
  TEXINPUTS=:
  MFINPUTS=:
TFMFONTS=: . $LILYPOND_DIR/VERSION
  FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
  if [ -n "$MY_PATCH_LEVEL" ]; then
     FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL
  fi
  export datadir=$LILYPOND_DIR/share/lilypond/$FULL_VERSION
  export LILYPONDPREFIX=$LILYPOND_DIR/share/lilypond/$FULL_VERSION
export TEXMF="{$datadir,"`kpsexpand \\$TEXMF`"}" export GS_FONTPATH="$datadir/fonts/type1:/sw/share/texmf-dist/fonts/type1/bluesky/cm:/sw/share/texmf-local/fonts/type1/public/ec-fonts-mftraced"
  export GS_LIB="$datadir/ps:$GS_FONTPATH"
  export FONTCONFIG_FILE=/sw/share/fontconfig-path/fontconfig-path.conf
(obviously for fink, this needs some fixing)

And I get serif font (Century Schoolbook).

Other users should have better solutions for fink.

nicolas


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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