]> git.donarmstrong.com Git - lilypond.git/commit
* Documentation/topdocs/NEWS.tely (Top): document new feature.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 13 Dec 2005 15:54:20 +0000 (15:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 13 Dec 2005 15:54:20 +0000 (15:54 +0000)
commitac65bf686db14f9032da28c60c523e109707a12e
treec244ae28b25c3852e6ad99df111d7b0f5cc66198
parentecde3b27ef910d586ba89dfedeb73278e48efed2
* Documentation/topdocs/NEWS.tely (Top): document new feature.

* lily/tie-formatting-problem.cc (score_ties): new function
(get_variations): new function. Try flipping dirs for collisions.
(generate_optimal_chord_configuration): new function. 1-opt search
for better configuration.

* lily/tie-configuration.cc: new file.

* lily/tie.cc: junk Tie::get_configuration()

* lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
(score_ties_configuration): new function.
(generate_ties_configuration): new function.
(generate_base_chord_configuration): new function.
(set_ties_config_standard_directions): Move body from tie-column-format.cc
(set_manual_tie_configuration): Move body from tie-column-format.cc

* lily/tie-formatting-problem.cc (score_configuration): score
tie/dot collisions.

* lily/tie-helper.cc (get_transformed_bezier): new function

* Documentation/topdocs/NEWS.tely (Top): strip out-www.
14 files changed:
ChangeLog
Documentation/topdocs/NEWS.tely
lily/include/lily-proto.hh
lily/include/tie-column-format.hh
lily/include/tie-configuration.hh [new file with mode: 0644]
lily/include/tie-formatting-problem.hh
lily/include/tie.hh
lily/laissez-vibrer-tie-column.cc
lily/tie-column-format.cc
lily/tie-column.cc
lily/tie-configuration.cc [new file with mode: 0644]
lily/tie-formatting-problem.cc
lily/tie-helper.cc
lily/tie.cc