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