]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(option_parser): update to 2.7.40
[lilypond.git] / ChangeLog
index 2d60a55205dc4041f25d42045ba72da3be73ee04..cb464d65da39dc0b74eb3ade94148bb359540ee2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,410 @@
+2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/abc2ly.py (option_parser): update to 2.7.40
+
+2006-03-20  Graham Percival  <gpermus@gmail.com>
+
+       * THANKS: move small doc contributors to SUGGESTIONS.
+
+       * Documentation/user/ basic-notation, advanced-notation,
+       global: small changes from mailist.
+
+2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/advanced-notation.itely (Text marks): update
+       for new rehearsalMarkAlignSymbol convention.
+
+       * VERSION (PATCH_LEVEL): bump version.
+
+       * input/test/instrument-name-align.ly: new file.
+
+       * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
+
+       * input/test/instrument-name-align.ly: new file. Document how to
+       align instrument names.
+
+       * lily/mark-engraver.cc: remove properties.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): remove align symbol properties
+       for barnumber/reh. mark.
+
+       * lily/break-align-interface.cc (self_align_callback): new
+       interface, new function. Look at complete alignment. This handles
+       tunable break alignments in case break-align-symbols are missing.
+
+       * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
+
+       * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
+
+       * python/convertrules.py (conv): mark/bar number alignment rule.
+
+       * lily/break-align-interface.cc (calc_positioning_done): also
+       store offset from last visible break-alignment to its
+       neighbor. This makes alignment on non-visible objects more reliable.
+
+       * po/lilypond.pot (Module): ran po-replace.
+
+       * input/regression/tie-single-manual.ly (Module): new file.
+
+       * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
+       look at has_manual_position_.
+       (from_ties): set has_manual_position_ if tie has staff-position set.
+
+       * lily/tuplet-bracket.cc (calc_positions): idem.
+
+       * lily/tuplet-number.cc (print): don't print tupletnumber if it
+       doesn't span time.
+
+2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/define-markup-commands.scm (smallCaps): new markup command
+       for turning a text to small caps using smaller font size and upper
+       casing.
+
+2006-03-17  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ examples, instrument-notation,
+       advnaced-notation: minor fixes from mailist.
+
+2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/tutorial.itely (First steps): change example
+       to verbatim.  
+
+2006-03-17  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ examples, advanced: minor changes from mailist.
+
+       * THANKS: add Geoff Horton, for documentation stuff.
+
+2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py (system): revert have_select kludge.
+
+       * Documentation/user/tutorial.itely (Commenting input files):
+       update version numbers in doc. 
+
+       * scm/define-grob-interfaces.scm (multi-measure-interface): add
+       bound-padding to multi-measure-interface
+
+2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/test/engraver-example.ily: update version number.
+
+       * VERSION (PACKAGE_NAME): release 2.7.39
+
+       * lily/note-spacing.cc (get_spacing): heighten threshold where
+       accidentals/arpeggios influence previous spacing fully.
+
+       * lily/rest.cc (y_offset_callback): only use direction if
+       staff-position wasn't set before.
+
+       * lily/bar-number-engraver.cc: add support for
+       barNumberAlignSymbol. 
+       add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
+
+       * lily/pointer-group-interface.cc (set_ordered): new function. 
+       (add_unordered_grob): new function.
+
+       * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
+       to ordered, unless the opposite has been proved.  This fixes
+       random reordering of large object groups across linebreaks,
+       eg. beams.
+
+       * lily/main.cc (do_chroot_jail): printf format fix.
+
+       * lily/tie-formatting-problem.cc (generate_configuration):
+       multiply y-shift for dot with direction.
+       * scm/define-markup-commands.scm (note-by-number): put (magstep
+       size) in y-attach too.
+
+       * Documentation/topdocs/NEWS.tely (Top): show override.
+
+       * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
+       direction for stems.
+       
+2006-03-15  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ changing-defaults, global: minor
+       fixes from mailist.
+
+2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
+
+       * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
+       breakable items after uniformly stretched notes.
+
+       * lily/tie-formatting-problem.cc (set_chord_outline): initialize
+       outline with outer edge of note heads. This prevents infinity
+       problems with tied whole notes.
+
+       * scripts/lilypond-book.py (do_file): use os.popen
+
+       * python/convertrules.py (conv): add rule for Stem #'beamed-*
+
+2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
+
+       * Documentation/user/invoking.itely: Add ragged-right to bug report
+       guidelines.
+
+2006-03-14  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/global.itely: small fix from mailist.
+
+2006-03-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
+       file descriptor returned by tempfile.mkstemp() when writing
+       to tmpfile and closing it. Solves problem with unlink(tmpfile)
+       on mingw.
+
+2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * po/fi.po: newline bugfix.
+
+2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/paper.scm (paper-alist): Rounding fixes.
+
+2006-03-13  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ changing-defaults, instrument-notation,
+       tutorial: small fixes from mailist, mostly from Mats.  Thanks!
+
+2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
+
+       * po/fi.po: update.
+
+2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * stepmake/bin/add-html-footer.py (mail_address_url): don't add
+       mailto: to http:// 
+
+       * python/lilylib.py (print_environment): move ps_page_count to
+       lilypond-book.py
+
+2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
+
+       * scm/framework-ps.scm (embed-document): new function. Use to
+       embed PFA files.
+
+       * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
+
+2006-03-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/instrument-notation.itely (Setting simple
+       songs): Added \book{...} around the full example, so the separate
+       markups are included in the printed example. 
+
+2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
+       tmphandle.
+
+       * python/lilylib.py (system): rewrite system() using
+       subprocess. Remove >& redirection trickery.
+
+2006-03-11  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ changing-defaults, global, scheme-tutorial,
+       notation-appendices.itely: minor fixes from mailist.
+
+2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
+       unsplit man also needs images.
+
+       * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
+
+       * VERSION (PACKAGE_NAME): 2.7.38 released.
+
+2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (get_latex_textwidth): look for latex
+       log in output dir.
+
+2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
+
+       * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
+       respects the Score.skipTypesetting property.
+       
+2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm (ps-embed-cff): no Setup section in
+       Prolog. No %%EOF after CFF file.
+
+2006-03-08  Joe Neeman  <joeneeman@gmail.com>
+       
+       * lily/constrained-breaking.cc (get_max_systems): used to return a
+       much too big value
+       (combine_demerits): use pointers to reduce copying data
+       (calc_subproblem): idem
+       (get_page_penalty): add page turn penalties
+       
+2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/invoking.itely (Invoking lilypond): better
+       explanation of -e usage.
+
+       * lily/main.cc (main_with_guile): don't append to
+       init_scheme_code_string
+
+       * 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.