From 851112f2503ea725e7747085b4b262055c829846 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 16 Mar 2006 16:05:47 +0000 Subject: [PATCH] * lily/note-spacing.cc (get_spacing): heighten threshold where accidentals/arpeggios influence previous spacing fully. * Documentation/topdocs/NEWS.tely (Top): show override. --- ChangeLog | 3 +++ Documentation/topdocs/NEWS.tely | 2 +- lily/note-spacing.cc | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4ff54c472b..0a381b3fad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-03-16 Han-Wen Nienhuys + * lily/note-spacing.cc (get_spacing): heighten threshold where + accidentals/arpeggios influence previous spacing fully. + * lily/rest.cc (y_offset_callback): only use direction if staff-position wasn't set before. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index e983e791d4..1be49ddc7d 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -239,7 +239,7 @@ leading to a more even appearance. For example, @lilypond[ragged-right] \new Voice \with { \consists "Melody_engraver" - \override Stem + \revert Stem #'neutral-direction } \relative c'' { c4 b c b diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index 31e249e6ee..c5bbb8e67d 100644 --- a/lily/note-spacing.cc +++ b/lily/note-spacing.cc @@ -141,7 +141,7 @@ Note_spacing::get_spacing (Grob *me, Item *right_col, /* Add that which sticks out a lot. */ - + max (0.0, -extents[RIGHT][LEFT] - (base_space - increment)))); + + max (0.0, -extents[RIGHT][LEFT] - (base_space - 0.5 * increment)))); /* We don't do complicated stuff: (base_space - increment) is the -- 2.39.2