]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/notename-table.hh
release: 1.0.10
[lilypond.git] / lily / include / notename-table.hh
index 4e357a2593b6ab9e61ba43b8f0616bd6c92becf1..7338f05bf16007df3846c7660020aba929713789 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  notename-table.hh -- declare 
+  notename-table.hh -- declare Notename_table
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #include "pointer.hh"
 #include "string.hh"
 #include "lily-proto.hh"
-#include "assoc.hh"
+#include "dictionary.hh"
+#include "musical-pitch.hh"
 
-class Notename_table :   Assoc<String, P<Melodic_req> >{
+class Notename_table :   public Dictionary< Musical_pitch >{
 public:
-    void add(String, Melodic_req*);
-    Melodic_req*get_l(String);
+  String get_name (Musical_pitch) const;
 };
   
 #endif // NOTENAME_TABLE_HH