]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / include / dot-column.hh
index 994d89c0c2b380717f35739700ca0fcd067242ca..81a373edf22b2ba2c6c296426cf44f6af411f833 100644 (file)
@@ -20,12 +20,12 @@ class Grob;
 class Dot_column               // interface
 {
 public:
-  static int compare (Grob * const&,Grob * const&);
+  static int compare (Grob * const&, Grob * const&);
   static void add_head (Grob * dotcol, Grob* rh );
 
   static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM ,SCM));
-  DECLARE_SCHEME_CALLBACK (side_position, (SCM ,SCM));  
+  DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM , SCM));
+  DECLARE_SCHEME_CALLBACK (side_position, (SCM , SCM));  
   static SCM do_shifts (Grob*);
 };
 #endif // DOT_COLUMN_HH