tarabaz | 29 Nov 16:04
Picon
Favicon

Space between two lines in header


Hello,
I'm a new and enthusiast user of Lilypond.

I'm trying to put the composer name and some dates in the composer field in
two separate lines, but I find that the vertical spacing between the
"COMPOSER_NAME" and the "(1555-1666)" is too big.
Anyone can explain me how to reduce this space??

Here is my header:

\header{
  title= "MY_TITLE"
  composer = \markup \center-column { "COMPOSER_NAME" \small "(1555-1666)" }
  tagline = ##f
} 

Thanks :)
--

-- 
View this message in context: http://www.nabble.com/Space-between-two-lines-in-header-tp20747906p20747906.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
tarabaz | 29 Nov 23:09
Picon
Favicon

Re: Space between two lines in header


Kieren has given me the right solution:

\header{
  title= "MY_TITLE"
  composer = \markup \override #'(baseline-skip . 2) \center-column {
"COMPOSER_NAME" \small "(1555-1666)" }
  tagline = ##f
} 

Thanks, it works!!  :)

tarabaz wrote:
> 
> Hello,
> I'm a new and enthusiast user of Lilypond.
> 
> I'm trying to put the composer name and some dates in the composer field
> in two separate lines, but I find that the vertical spacing between the
> "COMPOSER_NAME" and the "(1555-1666)" is too big.
> Anyone can explain me how to reduce this space??
> 
> Here is my header:
> 
> \header{
>   title= "MY_TITLE"
>   composer = \markup \center-column { "COMPOSER_NAME" \small "(1555-1666)"
> }
>   tagline = ##f
> } 
(Continue reading)


Gmane