lilypond-devel
[Top][All Lists]
Advanced

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

Re: PATCH: accessors for note-column's dot-column, accidentals


From: Nicolas Sceaux
Subject: Re: PATCH: accessors for note-column's dot-column, accidentals
Date: Sun, 4 Apr 2010 16:25:50 +0200

Le 4 avr. 2010 à 13:06, Neil Puttock a écrit :

> On 4 April 2010 10:46, Nicolas Sceaux <address@hidden> wrote:
>> Hi,
>> 
>> While working on a scheme engraver for adding harpsichord ornementations
>> to note heads, I'd like to be able to shift accidentals or dots attached
>> to notes.
>> 
>> Is it OK to add this `lily/note-column-scheme.cc' file?
> 
> LGTM.
> 
> +LY_DEFINE (ly_note_column__accidentals, "ly:note-column::accidentals",
> 
> ly:note-column::first-accidental would seem more appropriate (same for
> the method in note-column.cc)

I'm not sure about this.  What is actually returned by this function is
an AccidentalPlacement grob, which contain all the accidental grobs on 
this column.  The first accidental is returned only if its parent is not
an AccidentalPlacement, but that should not happen (?)

Thanks.

Nicolas





reply via email to

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