]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add a TODO comment re grace note spacing.
authorJoe Neeman <joeneeman@gmail.com>
Sun, 10 Feb 2008 17:04:38 +0000 (18:04 +0100)
committerJoe Neeman <joeneeman@gmail.com>
Sun, 10 Feb 2008 17:04:38 +0000 (18:04 +0100)
lily/note-spacing.cc

index 96f7b8f8e35078da3b53b6be2f5daa18c38d619b..ffb9d7c40ed28cecf85749e76afbce628c7ab6a2 100644 (file)
@@ -95,6 +95,8 @@ Note_spacing::get_spacing (Grob *me, Item *right_col,
   ideal = max (ideal, min_desired_space);
   stem_dir_correction (me, right_col, increment, &ideal, &min_desired_space);
 
+  /* TODO: grace notes look bad when things are stretched. Should we increase
+     their stretch strength? */
   Spring ret (max (0.0, ideal), min_dist);
   ret.set_inverse_compress_strength (max (0.0, ideal - min_desired_space));
   ret.set_inverse_stretch_strength (max (0.1, base_space - increment));