]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
partial: 0.1.61.jcn
[lilypond.git] / lily / include / crescendo.hh
index 998c1669ee022b48abaac3496683c23cf441d66e..6c8a9df8054fefa9b77a52d5b6af0cebe7075ac4 100644 (file)
  */
 class Crescendo : public Spanner , public Staff_side {
 public:
-    int grow_dir_i_;
+  int grow_dir_;
     
-/// 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.
+  Drul_array<bool> dyn_b_drul_;
 
-    /// if there is a dynamic at the end, make the sign smaller.
-    bool left_dyn_b_;
-    Crescendo();
+  Crescendo();
 protected:
-    SCORE_ELEM_CLONE(Crescendo);
-    virtual Molecule*brew_molecule_p()const;
-    NAME_MEMBERS();
+  SCORE_ELEM_CLONE(Crescendo);
+  virtual Molecule*brew_molecule_p() const;
+  virtual Interval symbol_height() const;
+  DECLARE_MY_RUNTIME_TYPEINFO;
     
 private:
-    
+  Atom get_symbol() const;
 };
 
 #endif // CRESCENDO_HH