2 note-head.hh -- part of GNU LilyPond
4 (c) 1996--2004 Han-Wen Nienhuys
10 #include "lily-guile.hh"
13 /** ball at the end of the stem. Also takes care of ledger lines.
15 NoteHead is a kind of RhythmicHead, see there.
23 DECLARE_SCHEME_CALLBACK (print, (SCM ));
24 DECLARE_SCHEME_CALLBACK (brew_ez_stencil, (SCM));
25 DECLARE_SCHEME_CALLBACK (extent, (SCM,SCM));
26 static bool has_interface (Grob*);
27 static Real stem_attachment_coordinate (Grob *, Axis a);
28 static int get_balltype (Grob*) ;