]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bow.hh
release: 1.1.36
[lilypond.git] / lily / include / bow.hh
index ffa9db31a4cdd2336436ec7cc8935f627ad6b181..c6b946e87b284c80c769374cdc57939cf4f84cef 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -23,13 +23,16 @@ public:
   Bow ();
   Offset center () const;  
 
-  DECLARE_MY_RUNTIME_TYPEINFO;
+  int dash_i_;
+  Real interstaff_f_;
+  Drul_array<Real> vertical_align_drul_;
 
 protected:
-  virtual Molecule* brew_molecule_p () const;
-  virtual Interval do_width () const;    
+  virtual Molecule* do_brew_molecule_p () const;
+  //  virtual Interval do_width () const;    
   Array<Offset> get_controls () const;
   virtual Array<Offset> get_encompass_offset_arr () const;
+  virtual Interval do_height () const;
 
   Drul_array<Real> dy_f_drul_;
   Drul_array<Real> dx_f_drul_;