]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-column.hh
Performance::remap_grace_durations(): robust way of handling grace
[lilypond.git] / lily / include / audio-column.hh
index d71e9f53257defe6b8b3207069e00db432c2b76e..cefa44f5a87da7ffe6a513c5a942ab0f7de19207 100644 (file)
@@ -25,15 +25,12 @@ public:
   Moment when () const;
 
   vector<Audio_item*> audio_items_;
+  Moment when_;
 
 protected:
   void offset_when (Moment m);
   friend class Score_performer;
 
-private:
-  Audio_column (Audio_column const &);
-
-  Moment when_;
 };
 
 #endif // AUDIO_COLUMN_HH