]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol.hh
release: 1.3.55
[lilypond.git] / lily / include / staff-symbol.hh
index 89dc0d63cdb474ecf4f5559fab992422754e7aeb..676886c7ec0c81066a2984851d04c359c5032751 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 class Staff_symbol : public Spanner
 {
 public:
-  /// this many lines.
-  int no_lines_i_;
-  Real staff_line_leading_f_;
-  Real staff_line_leading_f ();
-  
-  
-  Staff_symbol ();
+  Real staff_space () const;
   int steps_i() const;
+  int line_count () const;
+  Staff_symbol (SCM s);
+  
 protected:
   VIRTUAL_COPY_CONS(Score_element);
-  virtual Molecule* do_brew_molecule_p() const;
-  virtual void do_print() const;
+  virtual Molecule do_brew_molecule() const;
+
 };
 #endif // STAFFSYM_HH