]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/collision.hh
release: 1.3.88
[lilypond.git] / lily / include / collision.hh
index 469dfeacbd7873b8b99e16d3f558b1054a58bd15..650a80f14fbf31ea34175f139e8514ff5f68c0d5 100644 (file)
@@ -34,6 +34,8 @@
   
   force-hshift -- amount of collision_note_width that overides automatic collision settings.
   Read and removed from elements.
+
+  note-width -- unit for horizontal translation, measured in staff-space.
   
 */
 class Collision                        // interface
@@ -43,6 +45,6 @@ public:
   static SCM forced_shift (Score_element*);
   static Real force_shift_callback (Score_element *, Axis);
   static void do_shifts (Score_element*);
-  static void add_column (Score_element*me,Note_column*ncol_l);
+  static void add_column (Score_element*me,Score_element*ncol_l);
 };
 #endif // COLLISION_HH