lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Space between two lines in header


From: tarabaz
Subject: Re: Space between two lines in header
Date: Sat, 29 Nov 2008 14:09:30 -0800 (PST)

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
> } 
> 
> 
> Thanks :)
> 

-- 
View this message in context: 
http://www.nabble.com/Space-between-two-lines-in-header-tp20747906p20752026.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]