]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/notename.hh
release: 1.0.10
[lilypond.git] / lily / include / notename.hh
diff --git a/lily/include/notename.hh b/lily/include/notename.hh
deleted file mode 100644 (file)
index 716217e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-  notename.hh -- part of GNU LilyPond
-
-  (c) 1996--1998 Han-Wen Nienhuys
-*/
-
-#ifndef NOTENAME_HH
-#define NOTENAME_HH
-#error OBSOLETE!
-#include "string.hh"
-
-struct Notename_tab {
-    String notetab[7*5];
-    
-    void set (int l, int s, String nm);
-    void lookup (int &large, int &small, String s);
-};
-
-void set_notename_tab (Notename_tab*n);
-void lookup_notename (int &large, int &small, String s);
-
-
-#endif // NOTENAME_HH
-