]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper.cc
*** empty log message ***
[lilypond.git] / lily / music-wrapper.cc
index 4486f589c8071c8621833e2c9ff33f3025312fc5..3eac65aec6f4688469611208c0d78cd1754ae089 100644 (file)
@@ -3,14 +3,13 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
-#include "music-wrapper.hh"
-
 
+#include "music-wrapper.hh"
 
 
 Music_wrapper::Music_wrapper ()
@@ -27,7 +26,7 @@ Music_wrapper::get_length () const
 Music*
 Music_wrapper::element () const
 {
-  return unsmob_music (get_mus_property ("element"));
+  return unsmob_music (get_property ("element"));
 }