lilypond-1.3.145
[lilypond.git] / hdr / scriptdef.hh
blob3c22681d23d4eb3121d5a7274c8b0799c6fb4e45
1 /*
2 scriptdef.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
5 */
7 #ifndef SCRIPTDEF_HH
8 #define SCRIPTDEF_HH
9 #include "string.hh"
10 struct Script_def{
11 int stemdir;
12 int staffdir;
14 bool invertsym;
15 String symidx;
17 /* *************** */
18 int compare(Script_def const &);
19 void print() const;
20 Script_def(String, int, int ,bool);
24 #endif // SCRIPTDEF_HH