]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
(LY_DEFINE): remove ly:paper-system-{extent,stencil}
[lilypond.git] / lily / include / dot-column.hh
index 994d89c0c2b380717f35739700ca0fcd067242ca..ac9bbc488c65d8e27b708c776a3c418975c47d24 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef DOT_COLUMN_HH
 #define DOT_COLUMN_HH
 
 class Grob;
 
 /**
-  Group dots.  This is needed because, the dots have to be aligned per voice
- */
-class Dot_column               // interface
+   Group dots.  This is needed because, the dots have to be aligned per voice
+*/
+class Dot_column // interface
 {
 public:
-  static int compare (Grob * const&,Grob * const&);
-  static void add_head (Grob * dotcol, Grob* rh );
+  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));  
-  static SCM do_shifts (Grob*);
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCMSCM));
+  DECLARE_SCHEME_CALLBACK (side_position, (SCM, SCM));
+  static SCM do_shifts (Grob *);
 };
 #endif // DOT_COLUMN_HH