X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=45be1a4b75680f309ec891304b57a956823ec6d5;hb=c5f3e046a33c78a0505bb30cdb9a2bb938bd7346;hp=467fb79d0397fafa642d3cfb8d3d689170624240;hpb=e85fc00cabc5e8b3da9c3a053811c2518d10037a;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 467fb79d03..45be1a4b75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2004-09-12 Han-Wen Nienhuys + + * input/regression/beam-concave-damped.ly: new file. + + * lily/beam-concave.cc: new file, with new routines for concave + decisions. There are now two types of concaveness: 1. a sharp + logic decision forcing a beam horizontal, and 2. a number that + measures how concave beams are that are not caught by 1. + + This fixes: morgenlied.ly and input/regression/beam-concave.ly + + * lily/new-fingering-engraver.cc (stop_translation_timestep): new + property: add-stem-support + +2004-09-11 Han-Wen Nienhuys + + * lily/slur-scoring.cc (get_bound_info): only do + broken trend at the end of the line. + + * VERSION (PACKAGE_NAME): release 2.3.16. + + * input/regression/phrasing-slur.ly (Module): remove (duplicate + with phrasing-slur-slur-avoid.ly) + + * lily/slur-scoring.cc (struct Extra_collision_info): collect + parameters for extra offset. + (get_bezier): add slurs mid-points for curve determination + (score_extra_encompass): add slur end points for scoring. + 2004-09-11 Matthias Neeracher * scm/framework-ps.scm (reencode-font): Handling font scaling @@ -7,6 +36,13 @@ 2004-09-11 Han-Wen Nienhuys + * lily/slur-scoring.cc (broken_trend_y): always take use vdir + extent index of other system. Fixes slurs across line breaks. + + * lily/tuplet-engraver.cc (start_translation_timestep): use + Tuplet_description::stop_ for determining when to stop producing + tuplet brackets. This fixes: tuplet-overwrite.ly + * lily/*-engraver.cc: remove all Protected_scm objects to fix GC errors with GUILE 1.7 CVS.