]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/notename-table.hh
patch::: 1.3.44.jcn1
[lilypond.git] / lily / include / notename-table.hh
index f6eab20400a195061358e7ee4c9904597ff8fd5c..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,27 +0,0 @@
-/*
-  notename-table.hh -- declare Notename_table
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef NOTENAME_TABLE_HH
-#define NOTENAME_TABLE_HH
-
-#include "string.hh"
-#include "lily-proto.hh"
-
-class Notename_table {
-  Dictionary<Musical_pitch> *pitch_dict_;
-public:
-  Notename_table ();
-  ~Notename_table ();
-  Notename_table (Notename_table const&);
-  Musical_pitch get_pitch(String s) const;
-  void add_note_name (String, Musical_pitch const *p);
-  bool elem_b (String )const;
-};
-  
-#endif // NOTENAME_TABLE_HH