Joshua Nichols <josh.d.nich...@gmail.com> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to