]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/note-head.hh
release: 1.3.67
[lilypond.git] / lily / include / note-head.hh
1 /*
2   note-head.hh -- part of GNU LilyPond
3
4   (c) 1996--2000 Han-Wen Nienhuys
5 */
6
7 #ifndef NOTEHEAD_HH
8 #define NOTEHEAD_HH
9
10 #include "lily-guile.hh"
11 #include "molecule.hh"
12
13 /** ball at the end of the stem. Takes care of:
14
15   * help lines  
16
17   Properties
18
19   style -- symbol that sets note head style
20
21   */
22
23 class Note_head 
24 {
25 public:
26   static SCM brew_molecule (SCM);
27   static Molecule ledger_line (Interval, Score_element*) ;
28 };
29 #endif // NOTEHEAD_HH
30