lilypond-user
[Top][All Lists]
Advanced

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

Re: Adjusting line-spacing for markup column


From: address@hidden
Subject: Re: Adjusting line-spacing for markup column
Date: Sat, 26 May 2012 08:04:26 +0200


On 26 mai 2012, at 08:01, J Ruiz wrote:

Hi,
I'd like to reduce the vertical spacing between the lines in this markup column.  How is this accomplished?
 
\markup {\column{ 
    \line{Bla Bla Bla Bla}
    \line{Ble Ble Ble Ble}
    \line{Blo Blo Blo Blo}
    }
}
 
Thank You, Javier

You can override the baseline-skip property.

\markup \override #'(baseline-skip . 10) \column { foo bar hello world }

Cheers,
MS


reply via email to

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