lilypond-1.3.16
[lilypond.git] / lily / include / note-head.hh
blobd08b85143dd6ce05b7c72af0fc4c8536a184359c
1 /*
2 note-head.hh -- part of GNU LilyPond
4 (c) 1996--1999 Han-Wen Nienhuys
5 */
7 #ifndef NOTEHEAD_HH
8 #define NOTEHEAD_HH
10 #include "rhythmic-head.hh"
12 /** ball at the end of the stem. Takes care of:
14 * help lines
18 class Note_head : public Rhythmic_head
20 public:
21 static int compare (Note_head * const &a, Note_head *const &b) ;
22 protected:
24 virtual void do_pre_processing();
25 virtual Molecule* do_brew_molecule_p() const;
27 #endif // NOTEHEAD_HH