Shoudn't it be a work for programs like Textreme,
http://www.jollybean.co.uk/page12.html , or SCR
http://www.soft-central.net/scr.php ?
HTH
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Overriding-header-fonts-in-a-template-tp167073p167131.html
Sent from the User m
>>
>> bookTitleMarkup = \markup {
>> \override #'(baseline-skip . 3.5)
>> \column {
>> \fill-line { \fromproperty #'header:dedication }
>> \override #'(baseline-skip . 3.5)
>> \column {
>> \fill-line {
>> \huge \larger \larger \bold
>> *\overrid
subsubtitle
}
\fill-line {
\fromproperty #'header:poet
{ \large \bold \fromproperty #'header:instrument }
\fromproperty #'header:composer
}
\fill-line {
\fromproperty #'header:meter
\fromproperty #'header:arranger
> \column {
> \fill-line {
> \huge \larger \larger \bold
> *\override #'(font-name . "Nimbus")* *<-- Added override here!*
> \fromproperty #'header:title
> }
> \fill-line {
> \large \bold
> \fromproperty #&
On Thu, Oct 2, 2014 at 4:16 PM, Jeff Harris [via Lilypond]
wrote:
> I am trying to modify header fonts for the requirement of a
> publisher.
>
> I would rather not use text markup commands in the header, as it's
> not
> simple to change multiple works at the same time.
>
> I would much rat