]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
new file.
[lilypond.git] / ChangeLog
index f28b1b931fc1a287d1856aba84824d8bf391f681..49a40f4bd3dec98f74a222c05c97b99d1a18dd23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/framework-texstr.scm (header): change extension to .textmetrics
+
+       * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
+       -f tex.
+
+       * lily/text-metrics.cc: new file.
+       (try_load_text_metrics): new function
+
+       * lily/include/text-metrics.hh: new file.
+
+2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/lily-guile.hh (ly_lily_module_constant): rename
+       ly_scheme_function to ly_lily_module_constant.
+
+       * lily/modified-font-metric.cc (text_dimension): try
+       lookup_tex_text_dimension() first.
+
+       * lily/tfm.cc: new function ly:load-text-dimensions
+
+2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-texstr.scm (text): use \lilygetmetrics
+
+       * scm/framework-texstr.scm (header): dump in new format.
+
+       * tex/lilypond-tex-metrics: new file.
+       
+2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
+       mapping.
+       (index_to_charcode): New method.
+
+       * scm/output-ps.scm (glyph-string): 
+       * scm/output-gnome.scm (glyph-string): Add FONT parameter.
+
+2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
+       implement fully, need FONT to get to charcode.
+
+       * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
+
+       * scm: Cleanups.
+
+       * Documentation/user/changing-defaults.itely: Fix internalsrefs
+       {Tunable context properties},
+       {All layout objects},
+       {Music definitions}.
+
+2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/main.cc: use TeX as default output format.
+
+       * flower/file-path.cc (find): try to open directly as well, so we
+       find absolute path files. 
+
+       * lily/pango-select.cc: new file.
+
+       * scm/framework-ps.scm: remove all encoding code. 
+       load pfb/pfa for PangoFont too.
+       
+       * lily/lily-guile.cc (ly_chain_assoc_get): new function.
+
+2004-12-22  Werner Lemberg  <wl@gnu.org>
+
+       Prepare glyph shapes for mf2pt1 conversion.
+
+       * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
+
+       * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
+       (define_triangle_shape): Use it replace `draw' with `fill' and
+       `unfill'.  Update all callers.
+       (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
+       (draw_cross): Ditto.
+       ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
+       Use penrazor for better conversion with mf2pt1.
+       (generic_draw_solfa_note_shape, draw_solfa_note_shape,
+       draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
+       (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
+       draw_la_head, draw_ti_head): Replace `filldraw' with
+       `fill'.  Update all callers.
+
+2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/paper-book.cc (output): revert: only allow a single output
+       format.
+
+       * lily/include/pango-font.hh: new file.
+
+       * lily/pango-font.cc: new file.
+
+       * lily/font-metric.cc (text_stencil): new routine
+
+       * lily/all-font-metrics.cc (find_pango_font): new routine.
+
+       * lily/include/font-metric.hh (struct Font_metric): add
+       text_stencil()
+
+       * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
+
+2004-12-22  Werner Lemberg  <wl@gnu.org>
+
+       Prepare glyph shapes for mf2pt1 conversion.
+
+       * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
+
+       * mf/feta-toevallig.mf: Formatting.
+       (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
+       ("Natural"): Fix paths to allow better postprocessing.
+       (draw_meta_flat): Use `z3l' as additional point in path to get
+       better conversion with mf2pt1.
+       Other minor cleanups.
+       ("3/4 Flat"): Add auxiliary points and modify path to replace
+       `draw' with `fill'.
+       ("Double Sharp"): Mirror path segments instead of picture elements
+       to get a single outline.
+       Modify path to replace `filldraw' with `fill'.
+
 2004-12-22  Graham Percival  <gperlist@shaw.ca>
 
        * input/test/unfold-all-repeats.ly: added file back.