]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper.cc
* input/regression/beam-quanting-horizontal.ly: update texidoc
[lilypond.git] / lily / music-wrapper.cc
index 3d58fca2ef3f6311465ce70df906f233faa6999e..6c5623767f34fe4f5eff221c03d4b86f8da1f261 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,15 +21,15 @@ Music_wrapper::transpose (Pitch p)
 }
 
 
-Music_wrapper::Music_wrapper (SCM l)
-  : Music (l)
+Music_wrapper::Music_wrapper ()
+  : Music ()
 {
 }
 
 Moment
-Music_wrapper::length_mom () const
+Music_wrapper::get_length () const
 {
-  return element ()->length_mom ();
+  return element ()->get_length ();
 }
 
 Pitch
@@ -53,11 +53,6 @@ Music_wrapper::compress (Moment m)
 
 ADD_MUSIC (Music_wrapper);
 
-Music_wrapper::Music_wrapper ()
-  : Music (SCM_EOL)
-{
-  
-}
 
 Moment
 Music_wrapper::start_mom () const