X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-head.hh;h=194f7c2c241e5418ef32b2cc59a2dff3714d4984;hb=e0988eeea32b500865c544cf2580e7239f4cea3e;hp=833a86f6ac84b7ba3d805e72f773bc9c9cc59415;hpb=b9c65b122d107a6f7c1a44d3041f6cfeb78fc4a2;p=lilypond.git diff --git a/lily/include/note-head.hh b/lily/include/note-head.hh index 833a86f6ac..194f7c2c24 100644 --- a/lily/include/note-head.hh +++ b/lily/include/note-head.hh @@ -1,14 +1,14 @@ /* note-head.hh -- part of GNU LilyPond - (c) 1996--2001 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,12 +20,15 @@ class Note_head { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); - static Molecule ledger_line (Interval, Grob*) ; - DECLARE_SCHEME_CALLBACK (brew_ez_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM )); + static Interval head_extent (Grob*, Axis); + static Stencil brew_ledger_lines (Grob *me, int pos, int interspaces, + Interval x_extent, Real, bool); + 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