]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* input/regression/beam-quant-standard.ly: reindent, set
[lilypond.git] / ChangeLog
index f7962d78f2732c8b486a4be6e0bac81dff29ff37..a21300fa51ee55bc05012feb9274219eb7124aa5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,119 @@
+2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/regression/beam-quant-standard.ly: reindent, set
+       debug-beam-quanting to #t.
+
+       * lily/beam-concave.cc (calc_concaveness): set concaveness to
+       10000 if this is a "hard" concave beam.
+
+       * lily/beam.cc (calc_least_squares_positions): change from
+       calc_least_squares_dy
+       (set_stem_lengths): this is now a chained callback.
+
+       * lily/context-property.cc (execute_general_pushpop_property):
+       bugfix override with procedure should have effect.
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       remove position-callbacks.
+
+       * scm/define-grobs.scm (all-grob-descriptions): use
+       ly:make-callback-chain for positions property.
+
+       * scm/layout-beam.scm (check-quant-callbacks): return list of
+       chained callbacks.
+
+       * scm/lily.scm (type-p-name-alist): add callback-chain
+
+       * lily/lily-guile.cc (type_check_assignment): type check failure
+       is warning not message.
+
+       * lily/grob-property.cc (try_callback): walk callback chain if
+       appropriate.
+
+       * lily/chained-callback.cc: new file. new smob type.
+
+       * lily/lily-guile.cc (procedure_arity): new function.
+
+2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
+
+2005-10-25  John Mandereau  <john.mandereau@free.fr>
+       * Documentation/user/instrument-notation.itely (Figured bass):
+       describe new features
+
+2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/beam.cc (calc_least_squares_dy): use property callback.
+
+       * lily/beam-concave.cc (calc_concaveness): use property callback.
+
+       * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
+
+2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * HACKING: Update.
+
+2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/layout-page-layout.scm (page-headfoot): annotate
+       pagetopspace too.
+
+       * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
+
+       * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
+       doesn't take y-space.
+
+       * scm/paper.scm (paper-alist): fix A7 dimensions. 
+
+2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
+       src-wildcard, remove $(wildcard).
+
+       * po/GNUmakefile (PO_FILES): 
+       * ps/GNUmakefile (PS_FILES): 
+       * tex/GNUmakefile (TEX_FILES): 
+       * cygwin/GNUmakefile (POSTINSTALLS):
+       * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
+       some wildcard calls.
+
+2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * THANKS: add Thomas Bushnell.
+
+2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm: Remove horrendous running-from-gui? kludge.
+       (lilypond-main): Redirect to gui-main if 'gui is set.
+       Backportme.
+
+       * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
+       for alternative installations kludging s/share/lib/g
+       LILYPONDPREFIX. Backportme.
+
+       * SConstruct (libdir_package_version): Define.
+
+       * python/SConscript: 
+       * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
+       module in libdir.  Backportme.
+
+2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/main.cc: clarify --safe.
+
 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * VERSION: release 2.7.14
+       
+       * Documentation/user/*.itely: remove minimumVerticalExtent.
+
+       * scm/define-grobs.scm (all-grob-descriptions): remove
+       RemoveEmptyVerticalGroup
+
+       * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
+
        * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
        compile on MOSX