Christoph Bartoschek wrote:
I have just learned that I have to change the StanzaNumber object:
\addlyrics {\override Score . LyricText #'font-name = #"MetaPro-Normal"
\override Score . StanzaNumber #'font-name = #"MetaPro-Normal"
\set stanza = "1. "
But what object is responsible for the title?
None!
The kind of solution you had tried works well, but you have to be
careful about the
syntax. For example, it looks as if you used some slanted quote instead
of a straight quote.
Something like
\header{
title = \markup { \override #'(font-name . "MetaPro-Bold") "Title" } }
}
should work better.
If you want to change all fonts of the document, read about
make-pango-font-tree
in the section on Font Selection in the manual.
/Mats
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user