]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
patch::: 1.3.58.jcn2
[lilypond.git] / lily / include / crescendo.hh
index ece423d154f2ada9c22327f3441969a47ebdb7e9..a9d45763207e63a8879ba50cce90a27bed7122d7 100644 (file)
@@ -3,35 +3,30 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 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_i_;
-    
-/// if there is a dynamic at the end, make the sign smaller.
-    bool right_dyn_b_;
-
-    /// if there is a dynamic at the end, make the sign smaller.
-    bool left_dyn_b_;
-    Crescendo();
+   static SCM scheme_molecule (SCM);
+  
+Crescendo(SCM);
 protected:
-    SCORE_ELEM_CLONE(Crescendo)
-    virtual Molecule*brew_molecule_p()const;
-    NAME_MEMBERS();
+  VIRTUAL_COPY_CONS(Score_element);
+  Molecule do_brew_molecule() const;
     
 private:
-    
+  Molecule get_symbol() const;
 };
 
 #endif // CRESCENDO_HH