]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-wrapper.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / music-wrapper.cc
index 8118cc23aeb9969af6319159b9fdddb7537886df..b13d7fac608c3b63924d8fce5f367998acb3e28a 100644 (file)
@@ -27,7 +27,7 @@ Music_wrapper::get_length () const
 Music*
 Music_wrapper::element () const
 {
-  return unsmob_music (get_mus_property ("element"));
+  return unsmob_music (get_property ("element"));
 }