lilypond-user
[Top][All Lists]
Advanced

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

Re: scaled fonts don't work


From: David Kastrup
Subject: Re: scaled fonts don't work
Date: Sat, 05 Feb 2011 11:44:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Neil Thornock <address@hidden> writes:

> Hi all,
> Here's another (maybe related?) issue...
>
> The score looks great on 12.3 (of course), until I try to scale the
> fonts, like this:
>
>   6    #(define fonts
>   7       (make-pango-font-tree
>   8          "Baskerville"
>   9          "Nimbus Sans"
>  10          "Luxi Mono"
>  11             (/ 14 20)
>  12       )
>
> And then once processed, only straight lines show -- no noteheads or
> alphanumeric characters.  What's missing?

Perhaps something involved here can't deal with fractions?  Try writing
0.7 instead of (/ 14 20) since the latter evaluates to 7/10 instead, a
rational rather than a floating point number.

-- 
David Kastrup




reply via email to

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