]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper.hh
patch::: 1.3.44.jcn1
[lilypond.git] / lily / include / music-wrapper.hh
index 26fea0ec7bec649bdb8e482bb6dc31f072194df0..95d7f0bd84dde133dc280f7aee93170e3aedecb0 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -30,10 +30,10 @@ public:
   
   VIRTUAL_COPY_CONS(Music);
   Music_wrapper (Music_wrapper const&);
-  virtual Moment duration () const;
+  virtual Moment length_mom () const;
   virtual ~Music_wrapper ();
   virtual Musical_pitch to_relative_octave (Musical_pitch);
-  
+  virtual void compress (Moment);
 };