]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(postscript->png): space before
[lilypond.git] / ChangeLog
index b077af4a8703aec1f83139eb3011e661392945fa..17f736cc45e33346ce697024c8e606cf2e498556 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,85 @@
+2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/backend-library.scm (postscript->png): space before
+       --verbose.
+       
+2005-02-05  Werner Lemberg  <wl@gnu.org>
+
+       * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
+       is defined.
+
+       * mf/feta-alphabet.mf: Define `staffsize#'.
+       Include `feta-params.mf'.
+       s/staffheight/design_size/.
+
+       * mf/feta-alphabet??.mf: s/staffheight/design_size/.
+
+       * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
+
+       * mf/feta-nummer-code.mf: Reformatted.
+       (draw_six): Use outline intersection to avoid a self-intersecting
+       path.
+       ("Numeral comma"): Fix serious outline glitches.  This slightly
+       changes the glyph shape.
+       ("Numeral dash"): Use `draw_rounded_block'.
+       ("Numeral dot"): Use `drawdot'.
+       ("Numeral 1"): Assure identical tangent directions for the
+       intersection points of paths.  The glyph shape improvement is only
+       visible at very high magnifications.
+       ("Numeral 2"): Use `solve' macro to make the lower right part of
+       the glyph outline touch the x axis exactly.  This changes the
+       glyph shape.
+       Minor fixes for better overlap removal support.
+       ("Numeral 4"): Make lefter corner `rounder'.
+       ("Numeral 5"): Assure identical tangent directions for the
+       intersection points of paths.  This improves the glyph shape at
+       high magnifications.
+       ("Numeral 7"): Use `solve' macro to make the upper right part of
+       the glyph outline touch the metrics box exactly.  This changes the
+       glyph shape.
+       Avoid corner in the upper left part of the glyph (causing a minor
+       shape change).
+
+       * mf/feta-ital-*.mf: Removed.  Unused.
+
+2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PATCH_LEVEL): release 2.5.11
+
+       * input/regression/fill-line-test.ly: new file.
+
+       * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
+       emmentaler name, eg. emmentaler-23. 
+
+2005-02-04  Christian Hitz  <chhitz@gmx.net>
+
+       * scm/scm/define-markup-commands.scm (fill-line): rework for better
+       alignment with centered texts
+
+       * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
+       list of paddings
+
 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
+
+       * lily/note-column.cc (translate_rests): call flush_extent_cache()
+       of parents when translating rests. Fixes: c-chord-rest.ly 
+
+       * lily/include/dimension-cache.hh (struct Dimension_cache): add
+       dimension_callback_ member.
+
+       * lily/grob.cc (flush_extent_cache): new function. Force recompute
+       of extents.
+
+2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * all but lily/*: The grand 2004/2005 replace.
+
+2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/*: add space after ,  
+
        * scm/music-functions.scm (has-request-chord): don't use
        ly:music-name anywhere. Fixes <<\\>> notation.