From bc196049a8d71a528630ab6e83bf9ecadd50f837 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sun, 10 Feb 2008 18:04:38 +0100 Subject: [PATCH] Add a TODO comment re grace note spacing. --- lily/note-spacing.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index 96f7b8f8e3..ffb9d7c40e 100644 --- a/lily/note-spacing.cc +++ b/lily/note-spacing.cc @@ -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)); -- 2.39.2