Hi, 

Just trying to figure out if this is possible :

When defining  a drum instrument with this expression:


#(define mydrums '(
         (bassdrum        default   #f           -1)
         (snare           default   #f           0)
         (hihat           cross     #f           1)
         (halfopenhihat   cross     "halfopen"   1)
         (pedalhihat      xcircle   "stopped"    2)
         (lowtom          diamond   #f           3)))

Is there a way to define a very custom notehead in the 2nd argumrnt of the list 
such as any other glyph not being a notehead, like per example a pedal glyph 
(pedal.*)
or any other glyph or even eps ?

I have searched (maybe not too thouroughly) trying to figure this out. Any help 
or idea will be just great. this will prevent me to use an override 
NoteHead.stencil tweak for every note.

Best

-- 
Karim Haddad



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to