]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / crescendo.hh
index a9d45763207e63a8879ba50cce90a27bed7122d7..c487894bc2c558198be4cc94f1433a771b7d7939 100644 (file)
 #ifndef CRESCENDO_HH
 #define CRESCENDO_HH
 
-#include "spanner.hh"
+#include "lily-guile.hh"
 /**
-  The hairpin symbol. (cresc)
-
-  (normal spanner?)
+  The hairpin symbol. 
  */
-class Crescendo : public Spanner {
+struct Crescendo
+{
 public:
-   static SCM scheme_molecule (SCM);
-  
-Crescendo(SCM);
-protected:
-  VIRTUAL_COPY_CONS(Score_element);
-  Molecule do_brew_molecule() const;
-    
-private:
-  Molecule get_symbol() const;
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  static bool has_interface (Score_element*);
 };
 
 #endif // CRESCENDO_HH