]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/framework-ps.scm (write-preamble): use it to pick exactly
[lilypond.git] / ChangeLog
index 2255eaf9d62f375890dbfcfffb46225e54cf926f..a7d758b776eb0590d0a14e04e8169f43c2682ad6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm (write-preamble): use it to pick exactly
+       the right font from a Mac dfont.
+
+       * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
+       PS name from TTF font.
+
+       * input/regression/tie-manual.ly: document new feature.
+
+       * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
+
+       * VERSION (MY_PATCH_LEVEL): bump to .28
+
+       * Documentation/user/basic-notation.itely (Ties): add tie examples
+       refs.
+
+       * lily/tie-formatting-problem.cc (score_ties_configuration):
+       symmetry penalties for outer ties.
+
+2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tie-formatting-problem.cc (generate_configuration) 
+       (set_manual_tie_configuration): skip non-pair manual
+       tie-configuration, so you can set individual ties as
+
+         #'tie-configuration = #'((7 . 1) #t (-3 . 1))
+
+       * input/regression/tie-chord.ly: use generateTiePattern to
+       simplify file.
+
+       * lily/tie-formatting-problem.cc (peak_around): new function.
+       (score_configuration): use sliding criterion for staff line collisions. 
+       (score_configuration): idem for dot collisions.
+       (generate_configuration): use separate stem_gap for gap to stem.
+
+       * lily/include/tie-formatting-problem.hh (struct Tie_details):
+       separate penalty factors for x and y distance.
+       (struct Tie_details): separate penalties for tip and center line collisions.
+
+2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tie-formatting-problem.cc (generate_configuration): make
+       large ties avoid stafflines in the horizontal section.
+       (score_configuration): use softcoded penalties
+       (score_aptitude): idem.
+
+       * lily/tie-helper.cc (from_grob): softcode tie details
+
+       * lily/staff-symbol-referencer.cc (on_staff_line): new function
+
+       * lily/staff-symbol-referencer.cc (on_line): rename from
+       on_staffline 
+
+2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/music-functions-init.ly: remove duplicate tag.
+
+       * lily/include/*.hh: GCC 4.1 fixes.
+
+006-01-16  Erlend Aasland  <erlenda@gmail.com>
+
+       * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
+
+       * scm/define-music-types.scm: fix bug in desc. string
+       for OverrideProperty
+
+2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
+
+       * scripts/lilypond-book.py: bugfix
+
+       * scm/define-music-types.scm: fix typos.
+
+2006-01-14  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ basic-notation.itely, global.itely,
+       advanced-notation.itely, instrument-notation.itely: small
+       additions (bugs and commonly tweaked properties).
+
+2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
+       detection of mingw build.
+       (MINGW_BUILD): opps.
+
+2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
+       i686-mingw32.
+
+2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/music-functions.scm (skip->rest): add skip->rest
+
 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()