]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
release: 1.3.18
[lilypond.git] / lily / include / crescendo.hh
index dec066bef9b5416d93aa9aa9d80483986b3e70b3..d39f311094f4e239d84786da5f72794a3eb9d478 100644 (file)
@@ -3,31 +3,25 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef CRESCENDO_HH
 #define CRESCENDO_HH
 
-#include "staff-side.hh"
 #include "spanner.hh"
 /**
   The hairpin symbol. (cresc)
+
+  (normal spanner?)
  */
-class Crescendo : public Spanner , public Staff_side {
+class Crescendo : public Spanner {
 public:
-  int grow_dir_;
-    
-  /// if there is a dynamic at the end, make the sign smaller.
-  Drul_array<bool> dyn_b_drul_;
-
   Crescendo();
 protected:
   VIRTUAL_COPY_CONS(Score_element);
   virtual Molecule*do_brew_molecule_p() const;
-  virtual Interval symbol_height() const;
-  
     
 private:
   Molecule get_symbol() const;