lilypond-devel
[Top][All Lists]
Advanced

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

Re: convert-ly doesn't catch `make-pango-font-tree`


From: Joram Berger
Subject: Re: convert-ly doesn't catch `make-pango-font-tree`
Date: Sun, 9 Apr 2023 12:12:01 +0200

Yes, I regularly use this snippet to set the document fonts. I think I
learned it from Abraham Lee. IIRC, Frescobaldi also pasted it with the
menu entry
Tools > Document fonts …

What is the new and correct command? What Frescobaldi gives me?

\paper {
  #(define fonts
    (set-global-fonts
     #:music "emmentaler"
     #:brace "emmentaler"
     #:roman "TeXGyre Schola"
     #:sans "TeXGyre Heros"
     #:typewriter "TeXGyre Cursor"
     #:factor (/ staff-height pt 20)
   ))
}

Cheers,
Joram



reply via email to

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