]> git.donarmstrong.com Git - lilypond.git/commit
Change the treatment of min-distance in springs.
authorJoe Neeman <joeneeman@gmail.com>
Fri, 24 Jul 2009 20:36:36 +0000 (13:36 -0700)
committerJoe Neeman <joeneeman@gmail.com>
Fri, 24 Jul 2009 20:36:36 +0000 (13:36 -0700)
commitb76907a5a0c3663895350205e29c7462db4b2b45
tree656019f75130c59f0311ca89de50d48889e36796
parentcd3c5c74144d131e3592d15cfd92453c0293ae6b
Change the treatment of min-distance in springs.

Previously, we ensured that the ideal distance was at least
as large as the minimum distance, but it sometimes useful
not to. Now, if a spring has minimum distance larger than
ideal distance, it will remain fixed (at minimum-distance)
for a while as you start to stretch it, but it will stretch
eventually. This helps give us a more uniform vertical
spacing.
lily/include/spring.hh
lily/simple-spacer.cc
lily/spring.cc