]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Fixes example.
[lilypond.git] / ChangeLog
index ab728bbb0606d87163f97b038051cc63a38f016c..f98e1df0687ef877457d0979f526e0000d736c90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+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.
+
 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/output-socket.scm (grob-bbox): don't use inf? 
 
 2005-07-13  Graham Percival  <gperlist@shaw.ca>
 
-       * input/regression/slur-extreme.ly, input/regression/slur-scoring.ly,
-       lily/slur-configuration.cc, lily/slur.cc, mf/feta-din-code.mf,
-       mf/feta-timesig.mf, mf/parmesan-heads.mf, scm/define-grob-properties.scm:
-       Change "excentricity" to "eccentricity".
+       * input/regression/slur-extreme.ly,
+       input/regression/slur-scoring.ly, lily/slur-configuration.cc,
+       lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
+       mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
+       "excentricity" to "eccentricity".
 
-       * Documentation/user/converters.itely: fix URL for Noteedit and Rosegarden.
+       * Documentation/user/converters.itely: fix URL for Noteedit and
+       Rosegarden.
 
        * THANKS: added Yoshinobu Isizaki.