On 11/9/10 3:36 PM, "James Lowe" <[email protected]> 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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to