]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / music-wrapper.hh
index 8713d912da2d4489be092dba05aa4f144331f159..0de776e439903db8d0d9ddff0e9700122b0e3a06 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Music_wrapper : public Music
 {
 public:
-  Music_wrapper (SCM);
+  Music_wrapper ();
   Music * element () const;
   virtual void transpose (Pitch);
 
   
-  VIRTUAL_COPY_CONS(Music);
-  virtual Moment length_mom () const;
+  VIRTUAL_COPY_CONS (Music);
+  virtual Moment get_length () const;
+  virtual Moment start_mom () const;
   virtual Pitch to_relative_octave (Pitch);
   virtual void compress (Moment);
 };