Le 4 avr. 2010 à 13:06, Neil Puttock a écrit : > On 4 April 2010 10:46, Nicolas Sceaux <nicolas.sce...@gmail.com> 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 _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel