]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
release: 1.5.39
[lilypond.git] / lily / include / note-spacing.hh
index 1905c72e85550fa9d5dd9666332e5b83ef9244ca..84424f188b55840062f421b5e3446c37346d8cca 100644 (file)
@@ -17,9 +17,10 @@ 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 Real stem_dir_correction (Grob *me, Item * next_col);  
+  static Item * right_column (Grob*);
+  static Item * left_column (Grob*);  
 };
 
 #endif /* NOTE_SPACING_HH */