X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-head.hh;h=6b81322f179cd4392493077fa9d350bbdb1c9692;hb=085f80bad751ed2ab6f146884271ade8633389e0;hp=0a2f95efb04a1984cd9437181d87f12e8ef4e732;hpb=8ecd09ad7514d57630fb611d38c161f3c3c708db;p=lilypond.git diff --git a/lily/include/note-head.hh b/lily/include/note-head.hh index 0a2f95efb0..6b81322f17 100644 --- a/lily/include/note-head.hh +++ b/lily/include/note-head.hh @@ -1,14 +1,13 @@ /* note-head.hh -- part of GNU LilyPond - (c) 1996--2000 Han-Wen Nienhuys + (c) 1996--2004 Han-Wen Nienhuys */ #ifndef NOTEHEAD_HH #define NOTEHEAD_HH -#include "lily-guile.hh" -#include "molecule.hh" +#include "stencil.hh" /** ball at the end of the stem. Also takes care of ledger lines. @@ -20,9 +19,12 @@ class Note_head { public: - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); - static Molecule ledger_line (Interval, Score_element*) ; - static bool has_interface (Score_element*); + DECLARE_SCHEME_CALLBACK (print, (SCM )); + DECLARE_SCHEME_CALLBACK (brew_ez_stencil, (SCM)); + DECLARE_SCHEME_CALLBACK (extent, (SCM,SCM)); + static bool has_interface (Grob*); + static Real stem_attachment_coordinate (Grob *, Axis a); + static int get_balltype (Grob*) ; }; #endif // NOTEHEAD_HH