X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=aa9856f89ed0c952d76eaabd2dc7af0d83e8f796;hb=d99aa3d1b8125a66138b5ffd7be359314d5a618a;hp=81abed7292f092ee0902c98742a5780e9b09921e;hpb=fadd25858ee8844e0ce3046d6767b4ee188e5a59;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 81abed7292..aa9856f89e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2006-02-20 Han-Wen Nienhuys + + * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf + $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd). + + * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use + $(buildscript-dir) iso. absolute depth. + + * buildscripts/genicon.py (dir): thinko. + + * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo. + +2006-02-19 Erik Sandberg + + * scm/output-lib.scm: swap darkcyan/darkyellow + + * THANKS: Add bughunters. + +2006-02-19 Graham Percival + + * Documentation/user/programming-interfaces.itely: fixed example. + + * Documentation/user/instrument-notation.itely: fix @{ @}. + + * scm/script.scm: add avoid-slur for \open. + +2006-02-19 Han-Wen Nienhuys + + * lily/tie-formatting-problem.cc (score_configuration): use + sliding score for min-length. + + * Documentation/pictures/GNUmakefile (local-dist): loose the rule + spaghetti for icons. + + * buildscripts/genicon.py (program_name): new file. + + * lily/tie-formatting-problem.cc (set_chord_outline): put dots + in outline too. + (generate_configuration): for small ties, also look for collisions + at Y + DIR*h + DELTA_Y. + (get_variations): consider variation for dot positions too. + + * lily/side-position-interface.cc (aligned_side): take abs for + quantized rounded position. Fixes tenuto below staff. + + * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf + markers when necessary. + + * lily/program-option.cc (internal_set_option): add + strict_infinity_checking option. + + * scm/output-lib.scm (cyan): swap yellow and cyan. + 2006-02-19 Graham Percival * darwin.patch: trivial linenumber update. @@ -7,6 +60,10 @@ 2006-02-19 Han-Wen Nienhuys + * scm/stencil.scm (annotate-y-interval): use it. + + * scm/lily-library.scm (interval-sane?): new function. + * buildscripts/mf-to-table.py (Char_metric.__init__): remove tfm_checksum stuff.