]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/notename-table.hh
release: 1.0.10
[lilypond.git] / lily / include / notename-table.hh
1 /*
2   notename-table.hh -- declare Notename_table
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.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 "dictionary.hh"
17 #include "musical-pitch.hh"
18
19 class Notename_table :   public Dictionary< Musical_pitch >{
20 public:
21   String get_name (Musical_pitch) const;
22 };
23   
24 #endif // NOTENAME_TABLE_HH