lilypond-user
[Top][All Lists]
Advanced

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

Re: Font for headers


From: Ben
Subject: Re: Font for headers
Date: Wed, 13 Dec 2017 11:08:07 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 12/13/2017 10:58 AM, Edward Neeman wrote:
I apologize if this is an obvious question: is there a way to set a font for headers only? One that applies to all header elements but not the score. 

Thanks, 
Edward

--------------

Well, depending on how much info you have in your header, you could just do a few markups as needed and be done :)  Yes? Or do you need it to globally apply to the entire header for whatever reason?

%%%%%%%
\version "2.19.80"

\header {
  title = \markup { \fontsize #6 "My Title Here" }
  composer = "Sfs"
  tagline = ##f
}


{ s }


...etc


http://lilypond.org/doc/v2.19/Documentation/notation/formatting-text

reply via email to

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