]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
patch::: 1.3.124.jcn2
[lilypond.git] / lily / include / beam.hh
index 4f01a16982d348245a3b011ff5837460d2cf8573..18126770aff1a6523ef5a2e89317a1f42ffe0223 100644 (file)
@@ -16,8 +16,8 @@ class Beam
 {
 public:
   static int visible_stem_count (Grob*);
-  static  Item* first_visible_stem (Grob*);
-  static  Item* last_visible_stem (Grob*);
+  static Item* first_visible_stem (Grob*);
+  static Item* last_visible_stem (Grob*);
   static bool has_interface (Grob*);
   static void set_interface (Grob*);  
   DECLARE_SCHEME_CALLBACK(rest_collision_callback, (SCM element, SCM axis));
@@ -33,20 +33,19 @@ public:
 
 private:
   static Direction get_default_dir (Grob*);
-  static  void set_stem_directions (Grob*);
-  static  void auto_knees (Grob*);
-  static  bool auto_knee (Grob*,String gap_str, bool interstaff_b);
+  static void set_stem_directions (Grob*);
+  static void consider_auto_knees (Grob*);
   static void set_stem_shorten (Grob*);
-  static  void calc_default_position_and_height (Grob*,Real* y, Real* dy);
-  static  bool suspect_slope_b (Grob*, Real y, Real dy);
-  static  Real calc_slope_damping_f (Grob*, Real dy);
-  static  Real calc_stem_y_f (Grob*, Item* s, Real y, Real dy);
-  static  Real check_stem_length_f (Grob*, Real y, Real dy);
-  static  void set_stem_length (Grob*, Real y, Real dy);
-  static   Real quantise_dy_f (Grob*, Real dy);
-  static  Real quantise_y_f (Grob*, Real y, Real dy, int quant_dir);
+  static void calc_default_position_and_height (Grob*,Real* y, Real* dy);
+  static bool suspect_slope_b (Grob*, Real y, Real dy);
+  static Real calc_slope_damping_f (Grob*, Real dy);
+  static Real calc_stem_y_f (Grob*, Item* s, Real y, Real dy);
+  static Real check_stem_length_f (Grob*, Real y, Real dy);
+  static void set_stem_length (Grob*, Real y, Real dy);
+  static Real quantise_dy_f (Grob*, Real dy);
+  static Real quantise_y_f (Grob*, Real y, Real dy, int quant_dir);
   static int forced_stem_count (Grob*);
 };
 
-#endif // BEAM_HH
+#endif /* BEAM_HH */