]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/crescendo.hh
release: 0.0.46.jcn1
[lilypond.git] / lily / include / crescendo.hh
index 858cd44075eead6b053368adb255f836436eb5da..cb6b159ad770c9545a1447d3ed4a16ab4cd6911d 100644 (file)
 #define CRESCENDO_HH
 
 #include "spanner.hh"
-
+/**
+  The hairpin symbol. (cresc)
+ */
 class Crescendo : public Spanner {
     int staff_size_i_;
 public:
     int grow_dir_i_;
     int 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(int staff_size_i);
 private:
     Spanner* do_break_at( PCol*, PCol*) const;