From: fred Date: Mon, 23 Dec 1996 22:10:11 +0000 (+0000) Subject: lilypond-0.0.21 X-Git-Tag: release/1.5.59~6477 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d986621670ba29831d791aa4441cd13250d4818;p=lilypond.git lilypond-0.0.21 --- diff --git a/hdr/scriptdef.hh b/hdr/scriptdef.hh new file mode 100644 index 0000000000..ea5793e21c --- /dev/null +++ b/hdr/scriptdef.hh @@ -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 +