]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* HACKING (datadir): Add VERSION.
[lilypond.git] / ChangeLog
index 8d81dcec3e8de62f80432d034939777af2a6c0c4..5824521ffa7a08e3b6c662cb0dae1f8ee2c995c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,196 @@
+2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       Builddir run fixes.
+
+       * HACKING (datadir): Add VERSION.
+
+       * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
+       higher up.
+
+2005-03-15  Werner Lemberg  <wl@gnu.org>
+
+       * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
+       diagonal stem doesn't become thinner.
+
+2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/fixcc.py: Fixes (Werner).
+
+2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * GNUmakefile.in: fix lilypond-words path.
+
+       * po/tr.po: update to 2.3.21
+
+       * lily/new-fingering-engraver.cc (position_scripts): take priority
+       from head position.
+
+       * input/regression/finger-chords-order.ly (texidoc): new file.
+
+2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * make/ly-rules.make: 
+       * stepmake/aclocal.m4: 
+       * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
+
+       * buildscripts/fixcc.py (rules): Leave space after operator.
+
+2005-03-14  Werner Lemberg  <wl@gnu.org>
+
+       * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
+       top of the glyph with smooth curve.
+
+2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/global.itely (Page layout): remove
+       printpagenumber.
+
+2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * input/regression/mensural-ligatures.ly: new file (with examples
+       compiled by Pal Benko).
+
+       * Documentation/user/instrument-notation.itely: Bugfix: yet some
+       other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
+       musicglyph access.  Many small beautifications in ancient
+       examples.
+
+       * input/test/divisiones.ly: fixed indentation; small
+       beautifications
+
+       * ly/engraver-init.ly: added FIXME comment
+
+       * scripts/lilypond-book.py,
+       Documentation/user/lilypond-book.itely: added music fragment
+       option "packed" to lilypond-book
+
+       * Documentation/user/instrument-notation.itely: Bugfix: added
+       missing LedgerLineSpanner color setting in several places.  Added
+       music fragment option "packed" to VaticanaContext example.
+
+2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-grobs.scm (all-grob-descriptions): switch off
+       Hyphen_spanner::set_spacing_rods 
+
+       * lily/lyric-hyphen.cc (print): add padding between syllable and
+       hyphen.
+       (print): shorten hyphen in tight situations (determine using
+       minimum-length)
+
+       * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
+       0.4pt.
+
+2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/titling-init.ly (bookTitleMarkup): Refinements.
+
+       * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
+       header/footer markings for regression-test.
+
+       * scm/backend-library.scm (output-scopes, header-to-file): Move
+       from framework-tex.scm.
+
+       * scm/framework-ps.scm (output-framework)
+       (output-preview-framework):
+       * scm/framework-eps.scm (output-classic-framework)
+       (output-framework): Use it.  Fixes collated files.
+
+2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/sakura-sakura.ly: 
+       * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
+
+       * buildscripts/guile-gnome.sh: Update.
+
+       * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
+
+       * mf/aybabtu.pe.in: Capitalize Aybabtu.
+
+2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
+       culprit: always exit the loop if we find a rod, even if it has
+       distance < 0. 
+
+       * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
+       algorithm.
+
+       * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
+       $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
+
+       * scm/output-svg.scm (dashed-line): new  function body.
+       
+       * GNUmakefile.in: create .htaccess.
+
+2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/NEWS.tely (Top): Fix text example.
+
+2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.5.15
+
+       * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
+
+       * scm/framework-svg.scm (output-framework): put scaling in
+       document header. Apply scaling only once.
+       (output-framework): dump page size in px, not mm. 
+
+       * scm/lily-library.scm (modified-font-metric-font-scaling): rename
+       from font-size.
+
+       * lily/paper-outputter-scheme.cc (LY_DEFINE):
+       ly:outputter-output-scheme, new function.
+
+       * scm/output-svg.scm (pango-description-to-svg-font): new function
+
+2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
+       target.
+
+       * input/typography-demo.ly: new file.
+
+2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/global.itely (File structure): Add markup blocks
+       to toplevel expressions.
+       (Multiple movements, Creating titles): Add markup blocks.
+
+       * lily/stencil-scheme.cc: Use "libc-extention.hh" (WAS:
+       <libc-extention.hh>).
+
+       * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
+
+       * flower
+       * lily
+       * kpath-guile: Nitpick run: buildscripts/fixcc.py.
+
+2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/accidental.cc: special bboxes for natural. 
+
+       * mf/feta-toevallig.mf: make stems heavier.
+
+       * lily/dynamic-text-spanner.cc (print): add bound padding for edge
+       texts as well.
+
+       * mf/feta-klef.mf: revise. 
+
+       * mf/feta-schrift.mf: make thinning of accent less pronounced.
+
+       * mf/feta-klef.mf: add rounded curve at top. 
+       make thinnib a little heavier.
+
+2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy (book_body): Oops, allow \markup in \book too.
+
+       * buildscripts/fixcc.py: New file.
+
+       * input/regression/utf8.ly: Update Debian font description.
+
 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * stepmake/aclocal.m4: Fix test.