]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper.cc
2002-07-17 Han-Wen <hanwen@cs.uu.nl>
[lilypond.git] / lily / music-wrapper.cc
index c6f7f50b9a0514a7eedbecdce969803ba5e375b1..3d58fca2ef3f6311465ce70df906f233faa6999e 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--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,7 +21,7 @@ Music_wrapper::transpose (Pitch p)
 }
 
 
-Music_wrapper::Music_wrapper(SCM l)
+Music_wrapper::Music_wrapper (SCM l)
   : Music (l)
 {
 }
@@ -50,3 +50,17 @@ Music_wrapper::compress (Moment m)
 {
   element ()->compress (m);
 }
+
+ADD_MUSIC (Music_wrapper);
+
+Music_wrapper::Music_wrapper ()
+  : Music (SCM_EOL)
+{
+  
+}
+
+Moment
+Music_wrapper::start_mom () const
+{
+  return element ()->start_mom ();
+}