]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* tex/texinfo.tex (sectionheading, q.v.): don't center @image.
[lilypond.git] / ChangeLog
index 6050eb70f1d7ab82ec8338ccce07f9a9ca674240..b9a3299dac6f96041deac6543353b5f220092d6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,76 @@
+2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
+
+       * Documentation/user/invoking.itely: add note about MacOS X scripts.
+
+       * scripts/convert-ly.py (do_options): don't print help for
+       --show-rules rule.
+
+       * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
+       @code and @example. Update from texinfo.tex from CVS.
+
+2006-03-08  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/scheme-tutorial.itely: clarifies distances
+       measured in staff-spaces.
+
+2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/slur.cc (outside_slur_callback): only calculate offsets if
+       consider[k] is true.
+
+       * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
+
+       * lily/spacing-basic.cc (standard_breakable_column_spacing): also
+       consider columns that have originals.  Unifies spacing for mm
+       rests around line breaks.
+
+       * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
+       (set_text_rods): idem.
+       (calculate_spacing_rods): new function: share code between
+       set_text_rods and set_spacing_rods.
+       (set_text_rods): take extents of bounds into account.  
+
+2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/basic-notation.itely (Writing music in
+       parallel): don't use relative.
+
+2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/music-functions-init.ly (Module): add shiftDurations
+
+       * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
+
+       * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
+
+       * ly/engraver-init.ly: init vocalName to nil.
+
+2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
+
+       * scm/music-functions.scm (music->make-music): bugfix,
+       KeyChangeEvents are now handled correctly.
+
+       * scripts/lilypond-book.py: Add --debug option.
+
+2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py: add tempfile.
+
 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * VERSION (PACKAGE_NAME): release 2.7.37
+
+       * python/lilylib.py (ps_page_count): remove make_ps_images().
+       (ps_page_count): remove mkdir_p
+       (system): remove cleanup_temp.
+       (exit): remove lilypond_version_(check)
+       (error_log): remove pseudo_filter_p
+       remove read_pipe
+       remove cp_to_dir
+       remove identify
+
        * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
        use __main__