]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
* configure.in: Test for and accept lmodern if EC fonts not found.
[lilypond.git] / lily / include / note-head.hh
index 99404f4d8ec762d9b186afdfe92552af296db65d..6b81322f179cd4392493077fa9d350bbdb1c9692 100644 (file)
@@ -1,14 +1,13 @@
 /*
   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.
 
 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 ));
+  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