2009/6/19 Mark Polesky <markpole...@yahoo.com>:
>
>> One curious thing I've noticed when looking over this
>> is in the definition for Script:
>>
>> line 1477:   ;; don't set direction here: it breaks staccato.
>>
>> ...then 9 lines later, direction is set...
>>
>> line 1486:   (direction . ,ly:script-interface::calc-direction)
>>
>> I don't know if that means anything, I'm just reporting on it.

This is just one of those left-over comments which should have been
removed ages ago.

>
> Also, what is meant by this comment in SpanBar
>
> line 1595:         ;; ugh duplication!

The properties underneath are copied from BarLine.

>
> If I'm moving things around, where should I put that comment?

I think the cleanest way would be to make an exception to the sorting
and keep these properties together, otherwise you'll have to add a
comment to each or put the comment at the top of the grob description
together with a list of the duplicated properties.

>
> And TextScript has 2 'direction entries:
>
> line 1876:   (direction . ,DOWN)
> line 1883:   (direction . ,ly:script-interface::calc-direction)

I'd remove the latter entry, since it's overridden by the former and
is incompatible with TextScripts which have no explicit direction set.

Regards,
Neil


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to