From bd975f909639236e05175e18c93b06c72c6cc6fb Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:10:54 +0000 Subject: [PATCH] lilypond-1.3.49 --- lily/spacing-spanner.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index 712ff4dd4d..4379429a68 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -258,13 +258,13 @@ Spacing_spanner::note_spacing (Paper_column *lc, Paper_column *rc, Moment shorte This should be more advanced, since relative heights of the note heads also influence required correction. - Also might not work correctly ico. multi voices or staff changing voices + Also might not work correctly in case of multi voices or staff + changing voices TODO: lookup correction distances? More advanced correction? Possibly turn this off? - This routine reads the DIR_LIST property of both its L and R arguments. -*/ + This routine reads the DIR-LIST property of both its L and R arguments. */ Real Spacing_spanner::stem_dir_correction (Paper_column*l, Paper_column*r) const { -- 2.39.5