]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / music-wrapper.hh
index 68f9d9a8d0d214e93b4350093e13161572d42ff2..0d41c41d28cab11d5816527f2ce61496c4d3e7a3 100644 (file)
@@ -24,7 +24,7 @@ class Music_wrapper : public Music
 public:
   Music_wrapper (SCM);
   VIRTUAL_COPY_CONSTRUCTOR (Music, Music_wrapper);
-  DECLARE_SCHEME_CALLBACK(length_callback,(SCM));
+  DECLARE_SCHEME_CALLBACK(length_callback, (SCM));
   DECLARE_SCHEME_CALLBACK(start_callback, (SCM));
   
   Music *element () const;