]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-column.hh
Get 'line-positions and line_count from staff symbol grob in Staff_symbol::on_line ().
[lilypond.git] / lily / include / audio-column.hh
index d71e9f53257defe6b8b3207069e00db432c2b76e..0b10c8bd4d479faf633458a7407db7dd0014c4ee 100644 (file)
@@ -25,15 +25,12 @@ public:
   Moment when () const;
 
   vector<Audio_item*> audio_items_;
-
+  Moment when_;
+  int ticks () const ;
 protected:
   void offset_when (Moment m);
   friend class Score_performer;
 
-private:
-  Audio_column (Audio_column const &);
-
-  Moment when_;
 };
 
 #endif // AUDIO_COLUMN_HH