lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] ly-engraver-make-spanner (to compliment ly-engraver-make-gr


From: Neil Puttock
Subject: Re: [PATCH] ly-engraver-make-spanner (to compliment ly-engraver-make-grob)
Date: Thu, 29 Jul 2010 20:36:51 +0100

On 29 July 2010 20:34, Mike Solomon <address@hidden> wrote:
> I think that this patch is the easiest way to assure that the break
> processing will happen when do_break_processing is called (although I could
> be wrong), whereas creating a grob doesn't get you a spanner's break
> processing.

Have you looked at the macros which creates each type of grob?  All
they do is call the same internal function (internal_make_grob), then
check validity using dynamic_cast.  Each type of grob gets the correct
properties/interfaces/class initialized from the description in
all-grob-descriptions, so I can't see why there would be any problems
later on with break processing.

Cheers,
Neil



reply via email to

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