Hi Kieren,
On Jan 30, 2008 4:14 PM, Kieren MacMillan wrote:
> Here's another hint -- hope it helps.
Oh yes! That did the trick. I tweaked the \pad-to-box height a bit
added the other header fields, did some formatting and voilà.
Thanks a bunch.
-Risto
_
Hi Risto,
Here's another hint -- hope it helps.
Best,
Kieren.
\version "2.10.10"
\include "english.ly"
#(define (has-subtitle layout props arg)
(if (chain-assoc-get 'header:subtitle? props #t)
(interpret-markup layout props arg)
empty-stencil))
customHeaders
Dear Kieren,
On Jan 29, 2008 10:42 PM, Kieren MacMillan wrote:
> Sounds more complicated than necessary...
Probably so. :-) I just haven't found an elegant solution yet.
> Why not have an "if" that just doesn't add the \line to begin with?
The custom markup for the header takes care of removing
Hi Risto,
Would it be possible to create a function / scheme procedure that
would check the header:subtitle and return a numerical value based on
its existence? Could that be given to baseline-skip or \raise as a
parameter?
Sounds more complicated than necessary...
Why not have an "if" that j
Hi Kieren,
On Jan 29, 2008 8:08 PM, Kieren MacMillan wrote:
> Maybe the following hint will help you find an easier way:
Thanks for the tip. It is simpler than the nested column version but
it's probably not the silver bullet for my problem. If I commented out
the second title I would also have t
Hi Risto,
Is there a successful way to do this just using columns?
Maybe the following hint will help you find an easier way:
\markup
{
\column
{
\fontsize #6 "Title I"
\raise #-1.5 \fontsize #6 "Title II"
\raise #-2 \fontsize #-1 "Poet"
\raise #-2 \fon