]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
New file (split former "global issues" into "page settings" and
[lilypond.git] / ChangeLog
index 8682b2ceaa64ab7b35f19fe2f581fc0081a11ce9..531ce4f8cd5f7a11c0022b875ff1b04e7c326f05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,98 @@
+2006-06-07  Graham Percival  <gpermus@gmail.com>
+
+       * 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  <janneke@gnu.org>
+
+       * SConstruct (LILYPONDPREFIX): Bootstrap fix.
+
+2006-06-06  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely: add example
+       for segno/coda on barline.
+
+       * tex/texinfo.tex: merge from upstream.
+
+2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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  <janneke@gnu.org>
+
+       * lily/font-config.cc (init_fontconfig): Only initialize if
+       global cache_file is found.
+
+2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * ly/music-functions-init.ly: Updated \overrideProperty to use the
+       new \applyOutput.
+
+2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * 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  <joeneeman@gmail.com>
+
+       * 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  <hanwen@lilypond.org>
 
+       * config.make.in (METAFONT): remove MAKEINFO_VERSION
+
        * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
        make-txt-files target.
 
 
 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
 
+       * 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  <hanwen@lilypond.org>