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
>>
>> 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
#x27;header:subtitle
> }
> \fill-line {
> \smaller \bold
> \fromproperty #'header:subsubtitle
> }
> \fill-line {
> \fromproperty #'header:poet
> { \large \bold \fromproperty #'header:instrument }
>
\fromproperty #'header:subsubtitle
}
\fill-line {
\fromproperty #'header:poet
{ \large \bold \fromproperty #'header:instrument }
\fromproperty #'header:composer
}
\fill-line {
\fromproperty #'header:meter
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 rather put the style changes in an external file, so they can
all be changed at the same tim