]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / note-spacing.hh
index ed92e0651967f9de210795a50d3e2df9d31199c7..695bba7251ffa6e0283e653d45124ffe689c65a1 100644 (file)
@@ -3,7 +3,7 @@ note-spacing.hh -- declare Note_spacing
 
 source file of the GNU LilyPond music typesetter
 
-(c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c)  2001--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -15,7 +15,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*);  
 };
 
 #endif /* NOTE_SPACING_HH */