]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-head.hh
* flower
[lilypond.git] / lily / include / rhythmic-head.hh
index 12cbf575a0ec10fea73afe463c0d0f0ac00f89c8..10b69b3ef95417e7f32e2fa9e3166c9f141a488b 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef RHYTHMIC_HEAD_HH
 #define RHYTHMIC_HEAD_HH
 
 class Rhythmic_head
 {
 public:
-  static int duration_log (Grob*);
-  static void set_dots (Grob*, Item *);
-  static Item * get_stem (Grob*) ;
-  static Item * get_dots (Grob*) ;
-  static int dot_count (Grob*) ;
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static bool has_interface (Grob*);
-  
+  static int duration_log (Grob *);
+  static void set_dots (Grob *, Item *);
+  static Item *get_stem (Grob *);
+  static Item *get_dots (Grob *);
+  static int dot_count (Grob *);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static bool has_interface (Grob *);
+
 };
 
 #endif // RHYTHMIC_HEAD_HH