]> git.donarmstrong.com Git - lilypond.git/commit
note-spacing: let compressibility be uniform; issue 3304
authorKeith OHara <k-ohara5a5a@oco.net>
Wed, 18 Dec 2013 01:20:22 +0000 (17:20 -0800)
committerDavid Kastrup <dak@gnu.org>
Sat, 15 Feb 2014 18:13:45 +0000 (19:13 +0100)
commitf8c25dc32c249eda36f71463967e88d79d88556d
tree5ce2db89207be36618c91c0bd667ef0551ae85db
parent440c434eaa28441d7e4b5c589a01f3036db7f0df
note-spacing: let compressibility be uniform; issue 3304

Comments implied that half the width of accidentals, etc., was added
to the ideal spacing between notes, but in fact only compressibility
was affected.  The non-uniform compressibility caused note-spacing
to become non-uniform when the lines were compressed.  For example
A sequence {\stemUp a a d a] would have the head of the D tuck under
the preceding A.

This commit keeps spacing uniform on compressed lines until objects
come within padding of each other.
input/regression/baerenreiter-sarabande.ly
input/regression/spanner-alignment.ly
lily/include/note-spacing.hh
lily/note-spacing.cc