lilypond-0.1.34
[lilypond.git] / hdr / script-def.hh
blob8b5be325611db7be559c9b7f65bdebbede75ff65
1 /*
2 script-def.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