]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* tex/titledefs.tex: Replaced \ifx\blabla\undefined
[lilypond.git] / ChangeLog
index a0c3cc5f385902f94542ff070f9abe3782069b6b..028f5ef80f0beee1896e6719e5027fcd1c64c255 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+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),
+       lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
+       (Note_column::head_position_interval): Do proper rounding for
+       calls to Staff_symbol_referencer::get_position.
+
 2004-03-21  Werner Lemberg  <wl@gnu.org>
 
        * lily/score.cc (ly_run_translator), lily/paper-def.cc
@@ -8,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
@@ -54,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().