]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-collision.cc
(Vertical spacing):
[lilypond.git] / lily / note-collision.cc
index 31d084b31ffc153bb6607a45b7692e509a59b5ff..ff702b79daf9ddf3e6ac1f35e49a45dd3f62a1c0 100644 (file)
@@ -268,6 +268,19 @@ check_meshing_chords (Grob *me,
     {
       Grob *d = unsmob_grob (nd->get_property ("dot"));
       Grob *parent = d->get_parent (X_AXIS);
+
+
+      /*
+       FIXME:
+        
+              |
+        x . o
+       |
+
+       
+       the . is put right of o which is erroneous o force-shifted
+       far to the right.
+      */
       if (Dot_column::has_interface (parent))
        Side_position_interface::add_support (parent, nu);
     }