]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / crescendo.hh
index f054deb541efdf0519e6f7586a8bac1db00bedcb..c487894bc2c558198be4cc94f1433a771b7d7939 100644 (file)
@@ -3,34 +3,22 @@
 
   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>
 */
 
 
 #ifndef CRESCENDO_HH
 #define CRESCENDO_HH
 
-#include "staff-side.hh"
-#include "spanner.hh"
+#include "lily-guile.hh"
 /**
-  The hairpin symbol. (cresc)
+  The hairpin symbol. 
  */
-class Crescendo : public Spanner , public Staff_side {
+struct Crescendo
+{
 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;
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  static bool has_interface (Score_element*);
 };
 
 #endif // CRESCENDO_HH