]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper.cc
*** empty log message ***
[lilypond.git] / lily / music-wrapper.cc
index 8118cc23aeb9969af6319159b9fdddb7537886df..3eac65aec6f4688469611208c0d78cd1754ae089 100644 (file)
@@ -8,9 +8,8 @@
  */
 
 
-#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"));
 }