]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
* flower
[lilypond.git] / lily / include / note-spacing.hh
index c9bcf8c4787e9935f24789b4b0f4acf20107ff12..fdf358965e7bde4b54ede3770e8c5c2c83bfa535 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-note-spacing.hh -- declare Note_spacing
+/*
+  note-spacing.hh -- declare Note_spacing
 
-source file of the GNU LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-(c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
 #ifndef NOTE_SPACING_HH
 #define NOTE_SPACING_HH
@@ -15,13 +14,13 @@ source file of the GNU LilyPond music typesetter
 class Note_spacing
 {
 public:
-  static bool has_interface (Grob*);
+  static bool has_interface (Grob *);
 
-  static void get_spacing (Grob *me, Item* , Real, Real, Real*, Real*);
-  static void stem_dir_correction (Grob *me, Item * next_col, Real incr,
-                                  Real*, Real*);
-  static Item * right_column (Grob*);
-  static Item * left_column (Grob*);  
+  static void get_spacing (Grob *me, Item *, Real, Real, Real *, Real *);
+  static void stem_dir_correction (Grob *me, Item *next_col, Real incr,
+                                  Real *, Real *);
+  static Item *right_column (Grob *);
+  static Item *left_column (Grob *);
 };
 
 #endif /* NOTE_SPACING_HH */