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
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
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:
>
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