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

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
#x27;header:subtitle > } > \fill-line { > \smaller \bold > \fromproperty #'header:subsubtitle > } > \fill-line { > \fromproperty #'header:poet > { \large \bold \fromproperty #'header:instrument } >

Re: Overriding header fonts in a template

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

Overriding header fonts in a template

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