]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Remove trailing whitespace.
[lilypond.git] / ChangeLog
index 93667f87a12e8e967570eb1f25937b25e9675568..36513a4bdca3f61efb5cd47a0e1d24ae1a55e480 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,105 @@
+2005-01-18  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
+
+2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
+
+2005-01-17  Erlend Aasland  <erlenda@gmail.com>
+
+       * scm/define-markup-commands.scm: Change number->markletter-string
+       to take two arguments (vector number). Add number->mark-alphabet-vector
+       and markalphabet markup command.
+
+       * scm/translation-functions.scm: Add format-mark-box-alphabet,
+       format-mark-alphabet, format-mark-box-barnumbers and
+       format-mark-barnumbers. Fix bug in format-mark-box-numbers.
+
+2005-01-17  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/examples.itely: add SATB automatic piano
+       reduction template.
+
+       * Documentation/user/notation.itely: added info about changing
+       partcombine texts.  Also adds examples of alternate lyrics.
+
+       * Documentation/user/changing-defaults.itely: added warning
+       about \RemoveEmptyStaffContext overriding previous changes.
+
+2005-01-17  Werner Lemberg  <wl@gnu.org>
+
+       * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
+       feta-alphabet*.
+
+2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py (make_ps_images): don't do final showpage for
+       multi-page documents.
+       
+       * VERSION (MY_PATCH_LEVEL): release 2.5.8
+
+2005-01-16  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond.tely: changed order of appendices;
+       unified index should be last.
+
+       * Documentation/user/notation.itely: add example of key signatures
+       and info about Staff.printKeyCancellation.
+
+2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/repeated-music.hh (class Repeated_music): change
+       into "namespace" class.
+
+       * lily/event.cc: remove Key_change_event.
+
+       * lily/include/transposed-music.hh (class Transposed_music): remove.
+
+       * lily/transposed-music.cc: remove
+
+       * lily/include/relative-music.hh: remove.
+
+       * lily/include/music-sequence.hh (struct Music_sequence): change
+       into "namespace" class.
+
+       * lily/untransposable-music.cc (Module): remove
+
+       * lily/include/un-relativable-music.hh (Module): remove
+
+       * lily/include/untransposable-music.hh (Module): remove
+
+       * lily/include/music-list.hh (Module): remove file
+
+       * lily/un-relativable-music.cc: remove file.
+
+2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy: Compile fix.
+
 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/include/music.hh (class Music): unvirtualize transpose().
+
+       * lily/sequential-music.cc: remove file.
+
+       * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
+
+       * lily/slur-scoring.cc (get_best_curve): only switch on
+       DEBUG_SLUR_SCORING for non NDEBUG builds.
+
+       * lily/include/music.hh (class Music): replace Music::start_mom()
+       by start-callback property
+
+       * lily/include/grace-music.hh: remove file. 
+
+       * lily/stem.cc (height): robustness fix.
+
+       * lily/time-scaled-music.cc: remove file.
+
        * lily/include/music.hh (class Music): include SCM init argument.
+       (class Music): replace Music::get_length() virtual by
+       length-callback property everywhere.
 
        * scripts/convert-ly.py (conv): add  # to \property scalar value.