]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Mon, 23 Dec 1996 22:10:11 +0000 (22:10 +0000)
committerfred <fred>
Mon, 23 Dec 1996 22:10:11 +0000 (22:10 +0000)
hdr/scriptdef.hh [new file with mode: 0644]

diff --git a/hdr/scriptdef.hh b/hdr/scriptdef.hh
new file mode 100644 (file)
index 0000000..ea5793e
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+  scriptdef.hh -- part of LilyPond
+
+  (c) 1996 Han-Wen Nienhuys
+*/
+
+#ifndef SCRIPTDEF_HH
+#define SCRIPTDEF_HH
+#include "string.hh"
+struct Script_def{
+    int stemdir;
+    int staffdir;
+
+    bool invertsym;
+    String symidx;
+
+    /****************/
+    void print() const;
+    Script_def(String, int, int ,bool);
+};
+
+
+#endif // SCRIPTDEF_HH
+