]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* tex/texinfo.tex (sectionheading, q.v.): don't center @image.
[lilypond.git] / ChangeLog
index 4cc2cbaad77f76f9a807031fed136fe155e5e6e1..b9a3299dac6f96041deac6543353b5f220092d6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,216 @@
+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__
+
+       * lily/accidental-engraver.cc (make_standard_accidental): only add
+       support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
+
+       * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
+       $(outdir)/emmentaler-%.svg): rewrite without functions; too many
+       Make incompatibilities.
+
+       * scm/output-ps.scm (grob-cause): replace backslashes by /
+       (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
+
+2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/GNUmakefile: Install fixes.
+
+       * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
+
+       * lily/note-head.cc (head::get_balltype): Compile fix.
+
+       * flower/file-name.cc (dos_to_posix): Flower string fix.
+
+2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py: pychecker cleanups.
+
+       * scripts/lilypond-book.py
+       (Lilypond_snippet.output_print_filename): pychecker cleanups
+
+       * scripts/midi2ly.py (Key.dump): pychecker cleanups.
+
+       * python/lilylib.py (underscore): remove identify() , warranty()
+
+       * ps/music-drawing-routines.ps: change Border routine for GSView
+       compatibility.
+
+       * lily/stem.cc (height): use quantize-positions.  This triggers
+       set_stem_lengths, so scripts on beamed stems are handled correctly.
+
+       * lily/side-position-interface.cc (aligned_side): check if edges
+       of script are inside staff. Fixes accent of edge of the staff.
+
+       * input/regression/staccato-pos.ly: more examples.
+
+       * stepmake/aclocal.m4 (depth): fix bashism.
+
+       * lily/lyric-combine-music-iterator.cc: move from
+       new-lyric-combine-iterator.cc
+       (process): add pending_grace_lyric_ member to delay lyrics on
+       grace notes.
+
+       * lily/system-start-text.cc (print): suicide if we don't have any
+       elements. Fixes hara kiri'd instrument names.
+
+       * scripts/mup2ly.py (Module): remove.
+
+2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/global.itely (A single music expression):
+       close @lilypond properly
+
+       * lily/volta-bracket.cc (modify_edge_height): change from
+       after_line_breaking_callback. Suicide last bracket if appropriate.
+       * python/lilylib.py: strip getopt support
+
+       * scripts/etf2ly.py (do_options): use optparse
+
+       * scripts/midi2ly.py: optparse, strip lilylib copy. 
+
+       * scripts/abc2ly.py (voices): use optparse.
+
+       * stepmake/stepmake/generic-vars.make: new function absdir.
+
+       * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
+
+       * scripts/lilypond-book.py (find_file): use global_options for
+       include path
+
+       * scm/ps-to-png.scm (ps-page-count): prevent null characters
+       entering C code.
+
+2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py (get_global_option): ughness for extracting
+       global options from lilylib.
+       (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
+
+       * scripts/lilypond-book.py (get_option_parser): use optparse for
+       option handling.  Put options in global_options variable.
+
+2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/index.html.in: clarify.
+
+2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/layout-page-layout.scm (write-page-breaks): add a
+       music-system-heights property to the page layout output.
+
+       * scm/page.scm (make-page-stencil): take footer into account when
+       computing the 'space-left page property
+       (annotate-space-left): take footer into account when annonating
+       space left.
+
+2006-02-28  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ advanced-notation, global: more (final)
+       docs for music expressions, removed special fermatas.
+
+2006-02-27  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ basic-notation, global: minor changes
+       from mailist.
+
+2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/framework-ps.scm:         
+       * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
+       layer for inf? and nan? from framework-ps to lily-library.
+
+2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
+       $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
+
+       * buildscripts/substitute-encoding.py (Module): remove file.
+
+       * mf/GNUmakefile: more PFA strippage.
+
+       * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
+
+       * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
+       generation
+
+       * scm/framework-ps.scm: remove font name munging.
+
+       * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
+
 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
 
        * scm/markup.scm (define-markup-command): change
 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scripts/lilypond-book.py (main): write Makefile dependencies file. 
+       (output): add comments to lp-book latex output.
 
        * GNUmakefile.in (footifymail): use gmane address for webpage bug
        address.