]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-item.hh
Issue 4048 (4/5) Handle multiple (de)crescendi in depart/return groups
[lilypond.git] / lily / include / audio-item.hh
index ae5c96ae95e549264a36f8808cedab6e06eb9aaa..597fa6a8123389c3c3941a29c2c57d34acf4ffd9 100644 (file)
@@ -59,7 +59,9 @@ private:
   Real gain_; // = target volume - start volume
 
 public:
+  Moment get_start_moment () const { return start_moment_; }
   Real get_start_volume () const { return start_volume_; }
+  Real get_duration () const { return duration_; }
   void set_end_moment (Moment);
   void set_volume (Real start, Real target);
   Real get_volume (Moment) const;