]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/notename-table.hh
release: 0.0.65
[lilypond.git] / lily / include / notename-table.hh
1 /*
2   notename-table.hh -- declare 
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef NOTENAME_TABLE_HH
11 #define NOTENAME_TABLE_HH
12
13 #include "pointer.hh"
14 #include "string.hh"
15 #include "lily-proto.hh"
16 #include "assoc.hh"
17
18 class Notename_table :   Assoc<String, P<Melodic_req> >{
19 public:
20     void add(String, Melodic_req*);
21     Melodic_req*get_l(String);
22 };
23   
24 #endif // NOTENAME_TABLE_HH