lilypond-user
[Top][All Lists]
Advanced

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

Re: How do I reduce TupletNumber padding?


From: Carl Sorensen
Subject: Re: How do I reduce TupletNumber padding?
Date: Tue, 9 Nov 2010 21:47:17 -0700

On 11/9/10 3:36 PM, "James Lowe" <address@hidden> wrote:
> 
> I tried
> 
>    \override TupletNumber #'staff-padding = #-3
> 
> and
> 
>    \override Score.TupletNumber #'outside-staff-priority = ##f
> 
> But to be honest I struggle with the IR and how to work out when to use
> a \override xxx.yyy #'ZZZ = ##123 and \override xxx #'YYY = ##123 and
> for which grobs :(
> 
> Thanks for any help.

\override Context.GrobName #'property-name = #new-property-value

\override GrobName #'property-name = #new-property-value  (and the Context
will be the low-level (e.g. Voice) context in which the music expression is
being evaluated).

HTH,

Carl




reply via email to

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