]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
[lilypond.git] / ChangeLog
index 34cb2665ff88c26fc83501e85e1c50a859bccbeb..5236dd34d9b525ee1cbdff869abb0348e58ace6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+2002-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
+
+       * Documentation/user/internals.itely: Use ly-set-mus-property!.
+
+       * cygwin/mknetrel: New file.
+
+       * cygwin: New directory.  Moved Cygwin stuff from
+       Documentation/windows.
+       
+       * Documentation/windows/fix-suffixes.sh:
+       * buildscripts/walk.sh: Junk.
+
+       * aclocal.m4: Regenerate.
+
+       * buildscripts/walk.sh: Remove.
+
+       * stepmake/stepmake/topdocs-targets.make: 
+       * stepmake/stepmake/help2man-rules.make: 
+       * stepmake/stepmake/generic-vars.make: 
+       * stepmake/make/stepmake.make: 
+       * Documentation/user/GNUmakefile: 
+       * make/stepmake.make: 
+       * make/lilypond-vars.make: 
+       * GNUmakefile.in: 
+       * stepmake/aclocal.m4: Remove builddir cruftyness.
+       
+       * stepmake/stepmake/c++-rules.make: Use ALL_CXXFLAGS, to guard
+       agains user override of CXXFLAGS.
+       
+       * stepmake/stepmake/c++-vars.make (ALL_CXXFLAGS): Include CXXFLAGS.
+       
+       * stepmake/stepmake/c-rules.make: Use ALL_CFLAGS, to guard
+       against user override of CFLAGS.
+       
+       * stepmake/stepmake/c-vars.make (ALL_CFLAGS): Include CFLAGS.
+
+
+2002-07-17  Han-Wen  <hanwen@cs.uu.nl>
+
+       * GNUmakefile.in: distribute lexer-gcc-3.1.sh  as well
+       
+       * lily/music.cc (LY_DEFINE): change ly-set-mus-property to
+       ly-set-mus-property!
+
+       * lily/grob.cc (LY_DEFINE): change ly-set-grob-property to ly-set-grob-property!
+
+       * lily/parser.yy (Repeated_music): shift duration log for tremolo
+       repeats, instead of klutzing around.
+
+       * lily/chord-tremolo-engraver.cc (acknowledge_grob): set X parent
+       of stem tremolo grobs.
+
+       * scm/music-functions.scm (shift-duration-log): new function, add
+       to duration log of all notes.
+
+       * lily/duration.cc: add compression factor arguments to
+       make-duration.
+       compression-factor, dot-count, duration-log: add scheme functions.
+
+       * lily/mark-engraver.cc (process_music): allow \mark to take a
+       number as argument as well.
+
+2002-07-16  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/rest.cc (after_line_breaking): only translate the whole
+       rest if we have more than 1 staff line
+
+2002-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: release 1.5.68
+
+       * scripts/lilypond-book.py: fixes by Tom Cato Amundsen.
+
+2002-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/beam-quanting.cc (score_forbidden_quants): split beam
+       quanting functionality.
+       (quanting): argh. Forgot how linear interpolation works. Bugfix.
+
+       * Documentation/index.texi (Top): add whole-big-page documentation.
+
+       * lily/side-position-interface.cc (general_side_position):
+       Subtract parent offset iso. adding it. (Huh? How could this have
+       worked?)
+
+       * lily/clef-engraver.cc (stop_translation_timestep): add staff to
+       OctavateEight support.
+
+       * scripts/lilypond-book.py: add smallverbatim option.
+
+       * lily/beam.cc (quanting): bugfix. Behave sanely when no visible
+       stems.
+
+       * lily/accidental-placement.cc (position_accidentals): add padding
+       property. Increase default setting to 0.2. 
+
 2002-07-15  Han-Wen  <hanwen@cs.uu.nl>
 
        * lily/paper-column.cc (before_line_breaking): urg. bugfix.
 
 2002-07-13  Han-Wen  <hanwen@cs.uu.nl>
 
+       * VERSION: 1.5.67 released.
+       
        * lily/beam.cc (calc_stem_y): fix beams on quarter notes.
 
        * lily/stem-tremolo.cc (brew_molecule): add code for stem tremolos.