From: fred Date: Sun, 24 Mar 2002 19:29:04 +0000 (+0000) Subject: lilypond-0.0.27 X-Git-Tag: release/1.5.59~5542 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=429e0e7dc184ce5ab46ef0ef14940df87eff87b1;p=lilypond.git lilypond-0.0.27 --- diff --git a/hdr/script.hh b/hdr/script.hh index 27fddc5894..2a10e7d49e 100644 --- a/hdr/script.hh +++ b/hdr/script.hh @@ -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; };