]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.30
authorfred <fred>
Sun, 24 Mar 2002 19:56:40 +0000 (19:56 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:56:40 +0000 (19:56 +0000)
lily/include/staff-sym.hh

index 31b69273cc96d65cac23e404a804f62646f4a4d7..4a4888a5226d17541488a5f8131ae1d52e975f2c 100644 (file)
@@ -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;
 };