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??
He
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,
&g