lilypond-user
[Top][All Lists]
Advanced

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

Re: Fwd: address@hidden Re: Setting default text font


From: Chris Jones
Subject: Re: Fwd: address@hidden Re: Setting default text font
Date: Thu, 7 Dec 2017 18:57:17 -0500
User-agent: NeoMutt/20170113 (1.7.2)

On Thu, Dec 07, 2017 at 05:42:00PM EST, Noeck wrote:
> Hi Chris,
> 
> Am 06.12.2017 um 23:33 schrieb Chris Jones:
> > A closer inspection of the glyphs makes me think it is using some form
> > of Century Schoolbook. The upper-case letter "Q" for instance is quite
> > recognizable.
> 
> Could it be that it just works like expected?
> You are setting the serif (standard) font to "TeXGyreSchola" and Tex
> Gyre Schola basically looks like Century Schoolbook:
> 
>       The TeX Gyre Schola family of serif fonts is based on the URW
>       Century Schoolbook L family distributed with Ghostscript. The
>       original was designed by Morris Fuller Benton in 1919, for the
>       American Type Founders.
> 
>       https://www.fontsquirrel.com/fonts/tex-gyre-schola
> 
> 
> So you probably won't recognize any difference. If you look into the
> properties of the generated pdf, you can also see the names of the fonts
> that are embedded.
> 
> I would suggest that you use some other installed font instead (which
> looks different) and see whether that has a visible effect.

I eventually realized that:

 |   #(define fonts
 |      (make-pango-font-tree "TeXGyreSchola"           % whatever...
 |                            "TexGyreHeros"            % 
 |                            "Luxi Mono"               %
 |                            (/ staff-height pt 20)))

 is function call that absolutely requires four arguments.

 I had inadvertently removed "(/ staff-height pt 20" bit causing the
 function call to fail. Lilypond indeed does the right thing and falls
 back to its default three fonts.

 I added the fourth "staff-height..." arg back in and all is fine.

 Sorry for the noise...

 Thanks,

 CJ



reply via email to

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