On 9/15/10 2:09 AM, "Marc Hohl" <[email protected]> wrote:

> Hello all,
> 
> IIUC, \override grob #'foo = #bar
> is more or less the same as
> (ly:grob-set-property! grob foo bar)

Actually, this is closer to being the equivalent of \tweak.

\override context.grob #'foo = #bar is accomplished in scheme with

(ly:context-pushpop-property context grob 'foo bar)

> 
> Is there a scheme equivalent for
> 
> \once \override Grob #'foo = #bar ?

But I don't know how to do the \once \override in scheme.

HTH,

Carl


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

Reply via email to