]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
[lilypond.git] / ChangeLog
index b5d102354bc36eb4ec809e58220de2c11213a6b7..14305d368a3ca42c05e11342c53981d619546b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,82 @@
+2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
+       stylesheet.
+
+       * ly/paper19.ly: Include paper19-init.ly.
+
+       * ly/paper19-init.ly: New file.
+
+       * Documentation/user/tutorial.itely (First steps): Fix first
+       example for font test.
+
+       * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
+
+       * ChangeLog: Add 1.7.6 release marker (see below).
+
+       * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
+       Add .py files.
+
+2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/tutorial/sammartini.ly (bassvoices): to new syntax.
+
+       * input/tutorial/*.ly: update to new syntax.
+
+       * lily/parser.yy (Composite_music): new transpose syntax,
+       \transpose FROM TO MUSIC. 
+
+2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py:
+       * scripts/ly2dvi.py: Fix: redirect latex progress/error output to
+       stderr (by default this goes to stdout).  Show lilypond progress,
+       even when not verbose.
+
+       * python/lilylib.py (system): New optional parameter to control
+       showing of progress.
+
+       * scm/backend-documentation-lib.scm (check-dangling-properties):
+       Fix error message.
+
+       * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
+       axis, extent.
+
+       * scm/grob-property-description.scm (magnify): Remove.
+       (extent, axis): Add.
+
+2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: Release 1.7.6.
+
+       * scripts/convert-ly.py: more uniformization substitutions.
+
+       * buildscripts/new-chords.py (sub_chords): new file.
+
+2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
+       lilypond.map.  Include sauter fonts too.  Cleanups.
+
 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/user/tutorial.itely (First steps): change to new
+       chord/tie/slur/beam notation.
+
+       * lily/parser.yy (event_that_take_dir): allow postfix notation for
+       ties.
+
+       * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
+       engraver. Process ties in postfix notation, i.e. c8-~ c
+
+       * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
+
+       * input/regression/beam-postfix-notation.ly (texidoc): new file.
+
+       * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
+
+       * lily/beam-engraver.cc (try_music): accept new-beam-events
+
        * input/regression/chord-scripts.ly (texidoc): new file
 
        * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
@@ -11,7 +88,7 @@
 
        * lily/lyric-combine-music-iterator.cc
        (Lyric_combine_music_iterator): remove superfluous events.
-       (melisma_busy): new function.
+       (melisma_busy): new function. Fix broken melismas.
 
 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>