]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-column.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / audio-column.hh
index cefa44f5a87da7ffe6a513c5a942ab0f7de19207..fa7654d86f22d39b379034861b5716d00b06fb0d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   audio-column.hh -- declare Audio_column
 
-  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef AUDIO_COLUMN_HH
@@ -26,7 +26,7 @@ public:
 
   vector<Audio_item*> audio_items_;
   Moment when_;
-
+  int ticks () const ;
 protected:
   void offset_when (Moment m);
   friend class Score_performer;