lilypond-user
[Top][All Lists]
Advanced

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

Re: change the font for all markups


From: Noeck
Subject: Re: change the font for all markups
Date: Thu, 12 Feb 2015 12:04:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

this works for me (taken from Frescobaldi Insert > Document fonts …):

\paper {
  fonts = #
  (make-pango-font-tree
    "Times New Roman"
    "Nimbus Sans"
    "Luxi Mono"
   (/ (* staff-height pt) 2.5))
}
{ a^\markup { "Test" \typewriter "code" } }

Of course, the fonts must be installed.

HTH,
Joram



reply via email to

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