Re: \column inside a \column and baseline-skip

2008-01-30 Thread Risto Vääräniemi
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 _

Re: \column inside a \column and baseline-skip

2008-01-30 Thread Kieren MacMillan
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

Re: \column inside a \column and baseline-skip

2008-01-30 Thread Risto Vääräniemi
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

Re: \column inside a \column and baseline-skip

2008-01-29 Thread Kieren MacMillan
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

Re: \column inside a \column and baseline-skip

2008-01-29 Thread Risto Vääräniemi
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

Re: \column inside a \column and baseline-skip

2008-01-29 Thread Kieren MacMillan
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