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