]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/notename-table.hh
patch::: 1.3.8.uu1
[lilypond.git] / lily / include / notename-table.hh
index 5e083a6d7c2217128c9254471622c15cc78dde04..d53d374365bfbdc2a2616a638a24e6f9a5e574fb 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  notename-table.hh -- declare 
+  notename-table.hh -- declare Notename_table
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 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