From: Joe Neeman Date: Sun, 10 Feb 2008 17:04:38 +0000 (+0100) Subject: Add a TODO comment re grace note spacing. X-Git-Tag: release/2.11.40-1~3^2~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc196049a8d71a528630ab6e83bf9ecadd50f837;p=lilypond.git Add a TODO comment re grace note spacing. --- 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));