]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
[lilypond.git] / ChangeLog
index 259875c5eb0e71064d3e63dca86154656742dd17..5380b8428941fea780601455e46b63b95799a680 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,137 @@
+2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
+       This brings SCons run-time on up-to-date tree down from 48s with
+       only checksums, to 34s without 2day checksums, to 14s (make needs
+       4 seconds).
+       (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
+       necessary.
+
+2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-quanting.cc (score_extra_encompass): add  break ;
+       (score_extra_encompass): process scripts at edges too, by checking
+       control points directly. 
+
+2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * po/nl.po: Update.
+
+       * lily/main.cc: Fix ly:option-usage help.
+
+       * input/regression/slur-script.ly: More collision tests.
+
+       * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
+
+2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
+       files.
+
+       * Documentation/user/notation.itely (Slurs): document ^ and _ for
+       slurs.
+
+       * input/regression/slur-script.ly: new file.
+
+       * lily/accidental-engraver.cc (process_acknowledged_grobs):
+       make accidental appear to come from note head engraver.
+
+       * lily/slur-quanting.cc: new file.
+       (score_extra_encompass): new function. Avoid scripts and
+       accidentals
+
+2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
+       This greatly reduces the number of files that get recompiled
+       after touching config.hh.
+
+       * config.hh.in: Remove GUILE_*_VERSION.
+
+       * lily/new-slur.cc: Resolve conflicts.
+
+       * lily/stem-engraver.cc (make_stem): New method.
+
+       * lily/include/script-interface.hh:
+       * lily/script-interface.cc: New file.
+
+       * lily/include/script.hh:
+       * lily/script.cc: Remove.
+
+       * lily/music.cc (duration_log): New method.
+
+       * lily/script.cc (struct Skript): Remove.
+
+       * lily/new-slur.cc (get_base_attachments): Try at articulations.
+       Lots of coding cleanups (Stom).
+
+2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/new-slur.cc (avoid_staff_line): new function: avoid
+       collisions with staff lines.
+
+       * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
+       global_path
+
+       * scm/define-grobs.scm (all-grob-descriptions): set ratio
+       .25. This flattens short slurs.
+
+       * lily/new-slur.cc (enumerate_attachments): move X of attachment
+       points for tilted slurs.
+
+       * input/regression/slur-tilt.ly: new file.
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
+       stems of 16th graces too.
+
+       * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
+       quant penalty dependent on how much the line is in the gap.
+
+       * input/regression/grace-stem-length.ly: new file.
+
+       * lily/beam-quanting.cc (score_forbidden_quants): remove
+       interquant check. The penalty of 1000 is much too harsh, and the
+       inter case should be caught by check-staff-line-in-gap check.
+
+       * lily/scm-option.cc: move debug-beam to \paper.
+
+       * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
+       .txt files to appease makeinfo.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
+       remove texttagline.
+       
+       * lily/new-slur.cc: cleanup, split in functions.
+
+       * lily/parser.yy (chord_body_element): allow octave-check = inside
+       chord body. 
+
+       * lily/new-slur.cc (score_encompass): variable head-distance penalty.
+
+       * lily/stem.cc (height): call Beam::after_line_breaking().
+
+       * lily/rest-collision.cc (force_shift_callback): only call shift
+       for columns containing rests.
+
+       * lily/new-slur.cc (print): use debug-slur-quanting paper var.
+
+       * input/regression/font-postscript.ly: invoke afm2tfm. 
+
+2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/SConscript: Build map files.
+
+       * SConstruct: Rename $out to out-www in web.
+
+2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * SConstruct (web_kluts): Have make web build in out-www.  Not.
+
 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * Documentation/user/music-glossary.tely (Top): add fragment to
+       pertinent @lilypond entries.
+
        * scm/define-grobs.scm: switch on new-slur by default.
 
        * lily/scm-option.cc: symbol != string.