gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: G_8 clef at 11 point


From: Mats Bengtsson
Subject: Re: G_8 clef at 11 point
Date: Mon, 11 Jun 2001 15:44:38 +0200

> >>>>> "Mats" == Mats Bengtsson <address@hidden> writes:
> 
>     >> I just had to squeeze more music onto a page, so I used the [11pt]
>     >> option to \lilypondfile in lilypond-book.  It mostly looks ok (except
>     >> that it's too small, but that isn't lily's fault), but the part with a
>     >> G_8 clef has a normally 11 pt G clef, with a much larger 8 under it.
> 
>     Mats> Which Lilypond version? I couldn't repeat the problem in 1.4.2.
> 
> Sorry, I didn't describe the problem very well.  The problem 8 isn't
> on the normal 11 pt. clef, but on the one in the incipit that's at an
> even smaller size.  Attached is the example.

OK!

the following patch should help (untested). 
Maybe we should add some intelligence to the font selection
to choose the closest size if the desired size isn't available.

   /Mats

diff -u scm/font.scm.orig scm/font.scm
--- scm/font.scm.orig   Mon Jun 11 15:39:53 2001
+++ scm/font.scm        Mon Jun 11 15:41:55 2001
@@ -89,7 +89,9 @@
     ((0 medium italic roman cmti 10) . "cmti10")
     ((-1 medium italic roman cmti 8) . "cmti8")    
     ((-2 medium italic roman cmti 7) . "cmti7")
-    ((-3 medium italic roman cmti 7) . "cmti7")    
+    ((-3 medium italic roman cmti 7) . "cmti6")    
+    ((-4 medium italic roman cmti 6) . "cmti5")    
+    ((-5 medium italic roman cmti 5) . "cmti5")    
 
     ((2 bold upright roman cmbx 12) . "cmbx12")
     ((1 bold upright roman cmbx 12) . "cmbx12")





reply via email to

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