From: fred Date: Sun, 24 Mar 2002 19:56:40 +0000 (+0000) Subject: lilypond-0.1.30 X-Git-Tag: release/1.5.59~3949 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e6ab1087eab9a5ac583ca2288170571ddb7f1841;p=lilypond.git lilypond-0.1.30 --- diff --git a/lily/include/staff-sym.hh b/lily/include/staff-sym.hh index 31b69273cc..4a4888a522 100644 --- a/lily/include/staff-sym.hh +++ b/lily/include/staff-sym.hh @@ -19,6 +19,7 @@ class Staff_symbol : public Spanner { /// this many lines. int no_lines_i_; + Real interline_f_; public: DECLARE_MY_RUNTIME_TYPEINFO; Staff_symbol (int lines); @@ -26,6 +27,7 @@ public: int steps_i() const; protected: SCORE_ELEM_CLONE(Staff_symbol); + virtual Interval do_height () const; virtual Molecule* brew_molecule_p() const; virtual void do_print() const; };