]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/scm-option.cc: move debug-beam to \paper.
[lilypond.git] / ChangeLog
index 5c05f0d1d0c0d0bfba3870b7a45c97dcf20e3079..28254cb4b15b9a96ec29ec39d4808517f4ae8e0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,151 @@
+2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/scm-option.cc: move debug-beam to \paper.
+
+       * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
+       .txt files to appease makeinfobm.
+
+       * 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.
+
+       * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
+       really work yet.
+       (set_end_points): make X coord of attachment dependent on  Y.
+       (score_encompass): add edges too.
+
+2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/stem.cc (get_beaming): new function.
+
+       * scripts/lilypond-book.py (compose_ly): make fragment mandatory
+       for fragment snippets. This fixes inclusion of toplevel-music
+       examples (such as new-slur.ly)
+2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py: Remove second import of stat.
+
+       * More SCons cleanups.
+
+       * Documentation/bibliography/computer-notation.bib (note): Remove
+       extraneous closing brace.
+
+2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
+       stat calls.
+
+       * Documentation/bibliography/SConscript (bibs): failed try to get
+       bib2html find html-long.bst.
+
+       * buildscripts/bib2html.py (stat): fail if bibtex fails.
+
+       * make/stepmake.make: use usescons for using scons. 
+
+2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
+       for lilypondend.  Import stat (huh?).
+
+2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
+       bypass dvi. 
+
+       * input/regression/font-postscript.ly: new file. 
+
+       * scm/framework-ps.scm (load-fonts): load pfb files too.
+
+       * lily/pfb.cc (pfb2pfa): new file.
+
+2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (PREAMBLE_LY): set
+       toplevel-music-handler too.
+
+2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
+       (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
+
+       * lily/slur.cc: Add quant-score to interface.  Fixes web build.
+
+       * python/SConscript:
+       * python/vim:
+       * input/mutopia/*SConscript: New file.
+
+       * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
+
+       * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
+       fixes web build.
+
+       * make/stepmake.make (scons): re-route to SCONS if user has been
+       running scons in this tree.
+
+       * SConstruct (config_vars): Add CPPDEFINES.
+       (env): Set checksums type to "content".
+       (save_config_cache): Do not exit after configuring when using
+       checksums (the default) instead of timestamps.
+
+2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * SConstruct: Further development.
+
+       * input/test/SConscript: 
+       * input/template/SConscript: 
+       * input/regression/SConscript: 
+       * Documentation/bibliography/SConscript:
+       * Documentation/bibliography/index.html.in: New file.
+
+       * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
+       generation.
+
+       * buildscripts/builder.py: Add new builders.
+
+       * make/stepmake.make: 
+       * stepmake/stepmake/*.make: 
+       * configure.in:
+       * lily/*:
+       * flower*: Use config.hh (Was config.h).
+
+       * scm/encoding.scm (get-coding): Print friendly error message when
+       no encoding is found, rather than crashing.
+
 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/new-slur.cc (score_slopes): strong sloping score only when