]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.16
authorfred <fred>
Wed, 11 Dec 1996 14:32:07 +0000 (14:32 +0000)
committerfred <fred>
Wed, 11 Dec 1996 14:32:07 +0000 (14:32 +0000)
hdr/notename.hh
hdr/proto.hh

index ef04a0da7cc0350d4fe9e1ef3ef61afa1ffcb176..fc134c926f6227b19927aab1f0c9173ec90a2b91 100644 (file)
@@ -1,2 +1,24 @@
+/*
+  notename.hh -- part of LilyPond
 
+  (c) 1996 Han-Wen Nienhuys
+*/
+
+#ifndef NOTENAME_HH
+#define NOTENAME_HH
+
+#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
+
index 5f935911474fbc4e570ed2cea36a79467b8688e4..ebc4fd1398741010b8e65072ae0186a2d929714e 100644 (file)
@@ -89,4 +89,5 @@ struct Music_general_chord;
 struct Input_score;
 struct Input_staff;
 struct Input_command;
+struct Notename_tab;
 #endif // PROTO_HH