]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:29:04 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:04 +0000 (19:29 +0000)
hdr/script.hh

index 27fddc589481cb016852e75807fb6d8647b166c2..2a10e7d49ee4dbde69ad3b2c86fa9ad5530dd37d 100644 (file)
@@ -21,18 +21,19 @@ struct Script : Item {
 
     /****************/
     const char * name() const;    
-    void       set_symdir();
-    void       set_default_dir();
-    void       set_default_pos();
-    Symbol symbol()const;
     Molecule*  brew_molecule_p()const;
     virtual void do_post_processing();
     virtual void do_pre_processing();
-    Script(Script_req*, int);
+    Script(Script_req*, int staffsize);
     void set_support(Item*);
     void set_stem(Stem*);
     Interval support_height()const;
-    virtual Interval width() const;    
+    virtual Interval width() const;
+private:
+    void       set_symdir();
+    void       set_default_dir();
+    void       set_default_pos();
+    Symbol symbol()const;
 };