lilypond-user
[Top][All Lists]
Advanced

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

Re: Overall (global) resizing difficulties


From: David Kastrup
Subject: Re: Overall (global) resizing difficulties
Date: Tue, 10 Sep 2013 19:00:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Joshua Nichols <address@hidden> writes:

> Unfortunately, I've tried to find where it stops doing this, but I cannot
> provide a small snippet. I'm not sure where it happens... I am happy to
> forward the attached .ly file for you to fiddle with.
>
> I'm sorry I can't specify a tiny example. I've tried and am getting a
> little frustrated (maybe fresh eyes would help).

> \paper {
>   #(set-paper-size "Hymn")
>   page-count = #1
>   #(layout-set-staff-size 12)
>   #(define fonts
>      (make-pango-font-tree "Book Antiqua"
>        "Nimbus Sans"
>        "Luxi Mono"
>        (/ 20 20)))
> }

Cough, cough.  You explicitly require your fonts to be suitable for 20
points here.  Either remove the font definition, or at least use a scale
factor of 12/20 instead of 20/20.

-- 
David Kastrup




reply via email to

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