X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=467fb79d0397fafa642d3cfb8d3d689170624240;hb=e85fc00cabc5e8b3da9c3a053811c2518d10037a;hp=03330de6f36851d99c4ec175cf7aece59f120022;hpb=40ce03239ae5e7d7056508c2dea7d368a7cd9bf4;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 03330de6f3..467fb79d03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ +2004-09-11 Matthias Neeracher + + * scm/framework-ps.scm (reencode-font): Handling font scaling + and reencoding differently to work around a bug in gs 8.30 and + earlier. + Update callers. + 2004-09-11 Han-Wen Nienhuys + * lily/*-engraver.cc: remove all Protected_scm objects to fix GC + errors with GUILE 1.7 CVS. + + * lily/translator.cc (derived_mark): new function. + + * lily/slur-scoring.cc (score_encompass): new penalty type: + variance penalty demerits slurs where one head/stem is much + closer to the slur than average. + + * lily/tuplet-bracket.cc (print): use robust_relative_extent + iso. extent() + (calc_position_and_height): use robust_relative_extent(). This + fixes a couple of programming_errors + * input/regression/part-combine-mmrest-after-solo.ly (Module): new file.