]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
2003 -> 2004
[lilypond.git] / lily / include / note-spacing.hh
index 1905c72e85550fa9d5dd9666332e5b83ef9244ca..19b0f66c91dc029d354c6d9fc1482aa88dd3c759 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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -17,9 +17,11 @@ class Note_spacing
 public:
   static bool has_interface (Grob*);
 
-  static Real get_spacing (Grob *me);
-
-  DECLARE_SCHEME_CALLBACK(before_line_breaking,(SCM));
+  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 */