X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmusic-wrapper.cc;h=3eac65aec6f4688469611208c0d78cd1754ae089;hb=a8aed07c25a2b875b3e6dde590258d04735df868;hp=4486f589c8071c8621833e2c9ff33f3025312fc5;hpb=237583408aaf3b2192c388c3183d9c57fb051bd0;p=lilypond.git diff --git a/lily/music-wrapper.cc b/lily/music-wrapper.cc index 4486f589c8..3eac65aec6 100644 --- a/lily/music-wrapper.cc +++ b/lily/music-wrapper.cc @@ -3,14 +3,13 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2003 Han-Wen Nienhuys + (c) 1998--2004 Han-Wen Nienhuys */ -#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")); }