]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
* lily/text-spanner.cc (print): use it.
[lilypond.git] / lily / include / note-head.hh
index 55a9aa0b5aaef3e8ee9e2e19f9899001342ae79a..863db83d17f0f35b8f665ff604274b591260492c 100644 (file)
@@ -1,14 +1,14 @@
 /*
   note-head.hh -- part of GNU LilyPond
 
-  (c) 1996--2002 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.
 
 class Note_head 
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
   static Interval head_extent (Grob*, Axis);
-  static Molecule brew_ledger_lines (Grob *me, int pos, int interspaces,
-                                    Interval x_extent, bool take_space);
-  DECLARE_SCHEME_CALLBACK (brew_ez_molecule, (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