]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / music-wrapper.hh
index 05ba1ae390b01ad31b819ccc8b22a148fbb17d8c..cedbcf3017520fabe38de002eea8003df1f9bb9c 100644 (file)
@@ -3,29 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef MUSIC_WRAPPER_HH
 #define MUSIC_WRAPPER_HH
 
-#include "music.hh"
-#include "pitch.hh"
+#include "lily-guile.hh"
 
-/** A Music that modifies an existing Music.  This data structure
-    corresponds to a production that takes a single Music argument,
-
-    Music: STUFF Music
-*/
-class Music_wrapper : public Music
+struct Music_wrapper
 {
 public:
-  Music_wrapper (SCM);
-  VIRTUAL_COPY_CONSTRUCTOR (Music, Music_wrapper);
   DECLARE_SCHEME_CALLBACK (length_callback, (SCM));
   DECLARE_SCHEME_CALLBACK (start_callback, (SCM));
-
-  Music *element () const;
 };
 
 #endif /* MUSIC_WRAPPER_HH */