From e6ab1087eab9a5ac583ca2288170571ddb7f1841 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:56:40 +0000 Subject: [PATCH] lilypond-0.1.30 --- lily/include/staff-sym.hh | 2 ++ 1 file changed, 2 insertions(+) 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; }; -- 2.39.5