lilypond-user
[Top][All Lists]
Advanced

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

RE: Control vertical spacing in markup


From: Nick Payne
Subject: RE: Control vertical spacing in markup
Date: Sun, 26 Oct 2008 20:52:53 +1100

Mark

Thanks. Using #'baseline-skip = #2 gave the spacing I was looking for.

Nick

> -----Original Message-----
> From: Mark Polesky [mailto:address@hidden
> Sent: Sunday, 26 October 2008 17:34
> To: lilypond-user; address@hidden
> Subject: Re: Control vertical spacing in markup
> 
> Nick,
> 
> there is a 'baseline-skip property of TextScript,
> briefly described here:
> http://lilypond.org/doc/v2.11/Documentation/user/lilypond-
> internals/text_002dinterface
> 
> Also, in your example, \tiny and \italic don't need
> their own curly braces since you're already using
> them for \column --- all three commands can use the
> same single set of braces.
> 
> - Mark
> 
> ____________________________________________________
> 
> 
> \version "2.11.62-1"
> 
> \relative {
>   \once \override TextScript #'baseline-skip = #0
>   g'^\markup { \tiny \italic \column {
>     "right hand the same" "simile la main droit" } }
>   a b c
> }
> 
> 
> 





reply via email to

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