]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* tex/titledefs.tex: Replaced \ifx\blabla\undefined
[lilypond.git] / ChangeLog
index 21c210112fc6e471aac9ce8b24144bf37f64aace..028f5ef80f0beee1896e6719e5027fcd1c64c255 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * tex/titledefs.tex: Replaced \ifx\blabla\undefined
+       with \lilypondifundefined{blabla}. Solves problem with multiple
+       titles in the same lilypond-book document.
+
+2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * spelling patch courtesy Edward Sutton.
+
+       * Documentation/user/changing-defaults.itely (Changing context
+       default settings): new node.
+       (Defining new  contexts): new node.
+
+       * scripts/lilypond-book.py (is_derived_class): use numbers
+       iso. booleans.
+
+       * python/lilylib.py (make_ps_images): add margin to PS images.
+
+       * scripts/lilypond-book.py (is_derived_class): new function. Take
+       class arg iso. object.
+       (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
+       for bug in GS/dvips.
+
+       * lily/text-item.cc (interpret_markup): idem.
+
+       * scm/define-markup-commands.scm: remove split around-space hack.
+
+       * lily/staff-symbol-referencer.cc (get_rounded_position): new
+       function, fold WL's fixes into one function.
+
 2004-03-22  Werner Lemberg  <wl@gnu.org>
 
        lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
@@ -15,6 +46,8 @@
 
 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * VERSION: 2.1.33 released.
+
        * scripts/lilypond-book.py (do_file): reinstate --filter support.
 
        * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
@@ -61,6 +94,8 @@
        * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
        and init ties_created_
 
+       * VERSION: release 2.1.32
+
        * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
        doc string from IMPLEMENT_CTOR_CALLBACK().