]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/collision.cc
release: 1.5.47
[lilypond.git] / lily / collision.cc
index 7a82e1219303ea2739468b0a00c8c01341b25fcb..ee4b039f1344ef04cb72794e7f63e56222b9b215 100644 (file)
@@ -374,3 +374,10 @@ Collision::add_column (Grob*me,Grob* ncol_l)
   Axis_group_interface::add_element (me, ncol_l);
   me->add_dependency (ncol_l);
 }
+
+
+ADD_INTERFACE (Collision, "note-collision-interface",
+  "An object that handles collisions between notes with different
+stem directions and horizontal shifts. Most of the interesting
+properties are to be set in @ref{note-column-interface}",
+  "merge-differently-dotted note-width collision-done");