]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper.hh
* lily/include/music.hh (class Music): replace Music::start_mom()
[lilypond.git] / lily / include / music-wrapper.hh
index 74030955624b98c9384d4aef6d89a318511dbd12..d2aa3556760a64504f764c59321e768bd13835ea 100644 (file)
@@ -25,8 +25,9 @@ public:
   Music_wrapper (SCM);
   VIRTUAL_COPY_CONSTRUCTOR (Music, Music_wrapper);
   DECLARE_SCHEME_CALLBACK(length_callback,(SCM));
+  DECLARE_SCHEME_CALLBACK(start_callback, (SCM));
+  
   Music *element () const;
-  virtual Moment start_mom () const;
 };
 
 #endif /* MUSIC_WRAPPER_HH */