X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-head.hh;h=6b81322f179cd4392493077fa9d350bbdb1c9692;hb=c659cb200486c2f908703696a1b2873e78c8160a;hp=118022c7008b3d98aca5d30e01f8302d2eca00c6;hpb=38f531248027140d85c36b75582d079275740070;p=lilypond.git diff --git a/lily/include/note-head.hh b/lily/include/note-head.hh index 118022c700..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--2003 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,11 +19,8 @@ class Note_head { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); - static Interval head_extent (Grob*, Axis); - static Molecule brew_ledger_lines (Grob *me, int pos, int interspaces, - Interval x_extent, bool); - DECLARE_SCHEME_CALLBACK (brew_ez_molecule, (SCM)); + 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);