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:35:41 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Ole,

> Thanks, but I'am looking for a solution where the \typewriter in the markup is
not neccecary.
> I have lots of markups and don't want to change them all manually.

then I misunderstood your question. The three fonts in this command are
serif (default), sans-serif (\sans) and mono-space (\typewriter).
So this will set all fonts to the typewriter (note the change in the first 
font):

\paper {
  fonts = #
  (make-pango-font-tree
   "Ubuntu Mono"
   "Linux Biolinum O"
   "Ubuntu Mono"
   (/ (* staff-height pt) 2.5))
}

If you have Luxi Mono installed, it should work with it just the same (instead
of Ubuntu Mono).

HTH,
Joram




reply via email to

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