lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing title and stanza font


From: Mats Bengtsson
Subject: Re: Changing title and stanza font
Date: Thu, 24 May 2007 09:46:19 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)



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




reply via email to

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