Re: Varying shape note heads varying by semitone

2011-03-09 Thread Paul Morris
Hi all, I have a worked out a way to customize note head styles (shapes) based on pitch, (so I'm revisiting this thread from 2007). Here's a new snippet that does the trick: http://lsr.dsi.unimi.it/LSR/Item?id=754 I basically adapted the code from this snippet on "coloring notes depending o

Re: Varying shape note heads varying by semitone

2007-05-11 Thread Han-Wen Nienhuys
sorry - disregard the statement about shape notes. You should write a note-head::calc-style function in Scheme, which returns a symbol. This function should look at the pitch of the of the causing event to determine the shape to be returned. Look at accidental-interface::calc-alteration to see ho

Re: Varying shape note heads varying by semitone

2007-05-09 Thread Kevin Dalley
I have to admit that I'm stuck here. I see some documentation for gros here: http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/grob_002dinterface#grob_002dinterface but I don't know where to start. Do you have a suggested URL? "Han-Wen Nienhuys" <[EMAIL PROTECTED]> writes: >

Re: Varying shape note heads varying by semitone

2007-04-23 Thread Han-Wen Nienhuys
It would be the coolest if (all) these extensions could happen in grob-property space. This could be done by automatically overriding and reverting grob properties when middleCPosition or tonic context properties change. 2007/4/21, Kevin Dalley <[EMAIL PROTECTED]>: As another step toward in my p