]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper.hh
* lily/book.cc (process): return Paper_book
[lilypond.git] / lily / include / music-wrapper.hh
index 78530642cea605d002261c3447a8a40aafb5cbfd..ac7483f0ff803e4568b13151657a2a22942a3912 100644 (file)
@@ -3,7 +3,7 @@
   
   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>
   
  */
 
@@ -23,15 +23,12 @@ class Music_wrapper : public Music
 {
 public:
   Music_wrapper ();
-  Music * element () const;
-  
-  VIRTUAL_COPY_CONS (Music);
+  VIRTUAL_COPY_CONSTRUCTOR (Music, Music_wrapper);
+
+  Music *element () const;
   virtual Moment get_length () const;
   virtual Moment start_mom () const;
 };
 
-
-
-
 #endif /* MUSIC_WRAPPER_HH */