X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=531ce4f8cd5f7a11c0022b875ff1b04e7c326f05;hb=25f08e983b6b72daa601a1055e7503e5d1c07fe3;hp=8682b2ceaa64ab7b35f19fe2f581fc0081a11ce9;hpb=eab604dd43e0ab4ddfa574014ffad9001e5b1252;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 8682b2ceaa..531ce4f8cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,98 @@ +2006-06-07 Graham Percival + + * input/test/ add-staccato.ly, add-text-script.ly, + unfold-all-repeats.ly, music-box.ly: \applyMusic to + music functions update, thanks to Michael Meixner. + + * Documentation/user/music-glossary.tely: small fix + from Francisco. + + * Documentation/user/ various: minor additions from mailist. + + * Documentation/user/lilypond.tely, basic-notation.itely: + small test of @funindex. (works here) + + * input/test/font-table.ly: reduce size to partially + de-ugly version in manual. + + * Documentation/user/page.itely: new file (split former + "global issues" into "page settings" and "non-musical + output". + + * Documentation/user/ various: fix @ref{}s to match + new chapter names (above). + +2006-06-07 Jan Nieuwenhuizen + + * SConstruct (LILYPONDPREFIX): Bootstrap fix. + +2006-06-06 Graham Percival + + * Documentation/user/advanced-notation.itely: add example + for segno/coda on barline. + + * tex/texinfo.tex: merge from upstream. + +2006-06-06 Jan Nieuwenhuizen + + * scripts/lilypond-book.py (process_snippets): Argument fix. + + * SConstruct: + * buildscripts/builder.py: + * lily/SConscript: + * mf/SConscript: + * Documentation/user/SConscript: More SCons fixes. + +2006-06-03 Jan Nieuwenhuizen + + * lily/font-config.cc (init_fontconfig): Only initialize if + global cache_file is found. + +2006-06-06 Erik Sandberg + + * ly/music-functions-init.ly: Updated \overrideProperty to use the + new \applyOutput. + +2006-06-06 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.9.8 + + * lily/ledger-line-engraver.cc (stop_translation_timestep): new + function. Delay ledger modifying ledgered grobs to + stop_translation_timestep(), to ensure that we're ledgering + according to the new spanner. + (acknowledge_staff_symbol): don't check for non-NULL + staff_sym->get_bound() + + * lily/staff-symbol-engraver.cc (start_spanner): set left bound on + creation. + + * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for + pictures too. + + * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4 + directly from srcdir/stepmake/aclocal.m4 + + * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for + disting MISC files. + + * lily/simple-spacer.cc (get_column_desc): desc -> description. + +2006-06-06 Joe Neeman + + * lily/simple-spacer.cc (get_line_configuration): add + keep-inside-line rods + (struct Column_desc): add constructor + (struct Rod_desc): add constructor + (get_line_forces): check for forced page breaks here too + + * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent + support/elements cycles between InstrumentNames and AxisGroups + 2006-06-06 Han-Wen Nienhuys + * config.make.in (METAFONT): remove MAKEINFO_VERSION + * stepmake/stepmake/topdocs-targets.make (make-txt-files): define make-txt-files target. @@ -13,10 +106,16 @@ 2006-06-06 Jürgen Reuter + * Documentation/user/instrument-notation.itely, + input/regression/breathing-sign-ancient.ly, + input/test/divisiones.ly: Removed redundant property settings for + vaticana contexts. + * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to fix lyrics alignment problems. They are implemented now as scheme functions that add the appropriate unicode char to the first lyric - event rather than adding a separate lyric event. + event rather than adding a separate lyric event. Minor edit of + comments. 2006-06-06 Han-Wen Nienhuys