Re: Overriding header fonts in a template

2014-10-04 Thread Son_V
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

Re: Overriding header fonts in a template

2014-10-03 Thread Harris, Jeff
>> >> 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

Re: Overriding header fonts in a template

2014-10-02 Thread Abraham Lee
subsubtitle } \fill-line { \fromproperty #'header:poet { \large \bold \fromproperty #'header:instrument } \fromproperty #'header:composer } \fill-line { \fromproperty #'header:meter \fromproperty #'header:arranger

Re: Overriding header fonts in a template

2014-10-02 Thread Harris, Jeff
> \column { > \fill-line { > \huge \larger \larger \bold > *\override #'(font-name . "Nimbus")* *<-- Added override here!* > \fromproperty #'header:title > } > \fill-line { > \large \bold > \fromproperty #&

Re: Overriding header fonts in a template

2014-10-02 Thread tisimst
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