]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/note-spacing.cc (get_spacing): heighten threshold where release/2.7.39
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 16:05:47 +0000 (16:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 16:05:47 +0000 (16:05 +0000)
accidentals/arpeggios influence previous spacing fully.

* Documentation/topdocs/NEWS.tely (Top): show override.

ChangeLog
Documentation/topdocs/NEWS.tely
lily/note-spacing.cc

index 4ff54c472b536028795b8c5385c64f478b329dbe..0a381b3fadfba65841da3dbfe2d2c332b5529426 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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.
 
index e983e791d4ac61ee1c81e78bf6b8d598d14fdfdb..1be49ddc7d1c82b599f0496826d03ed06203755e 100644 (file)
@@ -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
index 31e249e6ee9075e2b72d361747e5223314901d64..c5bbb8e67d8d0582ab41afe35953d2a9699c5d30 100644 (file)
@@ -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