On 06/10/2021 09:27:04, "ole" <[email protected]> wrote:
>I have a Question related to this thread: I use the internal Lilypond
>\typewriter font for all titeling and markups
>How can I omit to type for every text \markup\typewriter again..?
>
I am not aware of titles or markup being contexts of the kind that you
can override the properties of. However, if you are using the
typewriter font for absolutely everything, you could just specify that
the roman font is the font used for typewriter, like this:
\paper {
#(define fonts
(set-global-fonts
#:roman "LilyPond Monospace"
))
}
Paul