lilypond-user
[Top][All Lists]
Advanced

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

Custom fonts


From: Erik Ronström
Subject: Custom fonts
Date: Thu, 11 Aug 2016 11:04:04 +0200

Hi,

I’m trying to use Computer Modern for lyrics, and after installing the otf 
version of the font, the following works well:

\layout {
    \context {
        \Lyrics
        \override LyricText #'font-size = #-1
        \override LyricText #'font-name = #"CMU Serif"
    }
}

However, making italic text with \markup { \italic text } doesn’t work anymore. 
Of course, I can define my own macro, but isn’t there a built-in mechanism to 
resolve different fonts of the same typeface/font family?

Erik





reply via email to

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