lilypond-user
[Top][All Lists]
Advanced

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

Re: small fonts


From: Mats Bengtsson
Subject: Re: small fonts
Date: Fri, 14 Nov 2003 10:31:16 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

The problem is that we don't have any smaller version of the Feta fonts,
but the easiest solution is to add two lines to the file
/usr/share/lilypond/*/scm/fonts.scm as described in the following patch:


--- /usr/share/lilypond/2.1.0/scm/font.scm.orig Wed Oct 29 18:23:04 2003
+++ /usr/share/lilypond/2.1.0/scm/font.scm      Fri Nov 14 10:17:29 2003
@@ -148,6 +148,8 @@
     ((-2 * * music 13) . ("feta13" "parmesan13"))
     ((-3 * * music 11) . ("feta11" "parmesan11"))
     ((-4 * * music 11) . ("feta11" "parmesan11"))
+    ((-5 * * music 11) . ("feta11" "parmesan11"))
+    ((-6 * * music 11) . ("feta11" "parmesan11"))

     ((2 * * ancient 26) . ("feta26" "parmesan26"))
     ((1 * * ancient 23) . ("feta23" "parmesan23"))

I think the result looks reasonable.

An alternative solution, which doesn't involve any hacking in the
existing installation is to do the following property settings:

\property FiguredBass.BassFigure \set #'font-relative-size = #0
\property FiguredBass.BassFigure \set #'font-magnification = #0.55

   /Mats

Russ Ross wrote:
I'm using paper11 and paper13 which work fine most of the time, but
I seem to be missing some scaled-down fonts.  I get loads of these
warnings:

(#f * * music -3)warning: couldn't find any font satisfying
(#f * * music -3)warning: couldn't find any font satisfying

and the accidentals in my figured bass disappear.  I assume that the
accidentals are part of feta which is scalable (right?) so can I
somehow generate the fonts I need?

Thanks for any help,

Russ





reply via email to

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