]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(PACKAGE_NAME): Typo fix.
[lilypond.git] / ChangeLog
index a1987a81cd57440ea6f60c1a2b35d6d965b0fe04..bea1058f7280647d8507efd97094e74a62c962f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,117 @@
+2002-06-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * VERSION (PACKAGE_NAME): Typo fix.
+
+2002-06-23  Han-Wen  <hanwen@cs.uu.nl>
+
+       * input/tutorial/brahms-*.ly: new tutorial files.
+
+       * Documentation/user/tutorial.itely: fixes. Extend cheat sheet.
+
+       * scm/script.scm (default-script-alist): fermata is up.
+
+       * lily/dynamic-engraver.cc (stop_translation_timestep): stop
+       dynamic line spanner when there is no crescendo to connect.
+
+       * lily/tie.cc (get_control_points): add test to avoid flat ties.
+
+2002-06-22  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/note-collision.cc (check_meshing_chords): don't crash if no
+       stems.
+
+       * scm/music-functions.scm (toplevel-music-functions): new
+       definition. Functions to apply automatically. Removes the need for
+       explicitly doing \apply #voicify-music
+
+       * lily/grob.cc (do_break_substitution): rename function, use
+       global var for criterion argument. Reduces stack usage a little.
+
+       * ly/engraver-init.ly (StaffContext): add Instrument_engraver
+
+       * scripts/convert-ly.py, lily/*.cc, scm/*.scm: change
+       visibility-lambda to break-visibility
+
+2002-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/bugs/part-combiner.ly: New file.
+
+       * lily/include/spacing-interface.hh: New file.
+
+       * lily/include/spaceable-element.hh: Remove.
+
+       * input/test/script-priority.ly: New file.
+
+2002-06-20  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/system.cc (output_lines): kill grobs that are only for spacing.
+
+2002-06-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/fingering-engraver.cc (make_script): 
+       * lily/script-engraver.cc (process_music): 
+       * lily/text-engraver.cc: 
+       (process_acknowledged_grobs): Remove hard coded script-priority.
+
+       * flower/warn.cc: Cleanup.
+
+       * lily/voice-devnull-engraver.cc: Also eat multi-measure rest, a
+       spanner now.
+
+       * aclocal.m4: Regenerate.
+
+       * stepmake/aclocal.m4: Also set GUILE_PATCH_LEVEL.
+
+       * config.hh.in: Only set GUILE_MAJOR_VERSION if necessary.
+       * lily/include/lily-guile.hh: Only include config.h if necessary.
+
+       * Changelog: cvs changes ml archive test #8.
+       
+       * lily/slur-engraver.cc: Layout fix.
+
+2002-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * ly/engraver-init.ly (RhythmicStaffContext): add
+       Dot_column_engraver, resurrect barlines 
+       
+       * VERSION: 1.5.62 released.
+
+       * lily/engraver-group-engraver.cc (do_announces): rename
+       create_grobs () to process_acknowledged_grobs().
+
+       * lily/grob.cc (programming_error): add programming_error with
+       origin location.  
+
+       * lily/tuplet-bracket.cc (parallel_beam): robustness check, don't
+       fail if a beam doesn't have stems.  
+
+       * lily/engraver-group-engraver.cc (do_announces): scary change in
+       calling convention of create_grobs():  no create_grobs() call
+       before acknowledge_grobs().
+
+       * lily/sequential-music-iterator.cc (skip): add support for grace
+       notes. 
+
+       * lily/music.cc (Music): fix very subtle and nasty memory
+       corruption bug. Typical symptom: "programming_error: Rhythmic_req
+       has no duration"
+
+       * mutopia/claop.py: new file: CLA(O)P II by Peter Wallin.
+
+2002-06-19  Han-Wen  <hanwen@cs.uu.nl>
+
+       * ly/engraver-init.ly (RhythmicStaffContext): add
+       Dot_column_engraver
+       
+
+       * lily/parser.yy: various protection fixes. Less objects are now
+       overprotected.
+
 2002-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * stepmake/bin/release.py (prev_ver): Bugfix: assume new diff
+       naming scheme.
+
        * Documentation/windows/zlily-profile.sh:
        * Documentation/windows/post-lilypond.sh: Assume normal
        prefix=/usr for lilypond.
 
 2002-06-13  Han-Wen  <hanwen@cs.uu.nl>
        
+       * VERSION: 1.5.61 released
+       
        * Document/user/refman.itely: tablature doc and code updates by
        Jean-Baptiste Lamy <jiba@tuxfamily.org>