]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Fixes example.
[lilypond.git] / ChangeLog
index 49d372ac887406c529d42f7893957f9cf7a8ce4e..f98e1df0687ef877457d0979f526e0000d736c90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2005-07-15  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: fixes example.
+
+2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * Documentation/user/global.itely (Creating titles):    
+       * Documentation/user/examples.itely (All headers): change the
+       place of \header in \score blocks (after music block) to make
+       examples compile (cf. changes on parser.yy on 2005-07-10)
+
+2005-07-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/beam.hh: new struct, softcode beam quanting parameters
+
+       * lily/include/grob.hh (class Grob): add interfaces_ member.
+
+       * lily/bezier.cc (init_polynomial_cache): new function: cache
+       binom(3,j) t^j (1-t)^{3-j}
+       (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
+
+       * lily/*.cc: substitution throughout.
+
+       * lily/grob-property.cc (internal_get_object): new routine.
+       (internal_set_object): idem. Store grob refrences in separate
+       alist. This saves processing time, since properties aren't
+       break-substituted, and the per grob namespace is smaller, both for
+       grobs and non-grob properties.
+       
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       remove center-element.
+
+       * lily/grob.cc: remove tweak-count, tweak-rank.
+
+2005-07-13  Graham Percival  <gperlist@shaw.ca>
+
+       * python/convertrules.py: add exc -> ecc rule.
+
+       * scripts/convert-ly.py: add location of convertrules.py
+       in a comment.
+
+       * Documentation/user/changing-defaults.itely: fix language.
+
 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.