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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to