]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* mf/merge.pe.in: Set font names, version, license GPL.
[lilypond.git] / ChangeLog
index ea244126a6b9988e626d23a5791fc9d81987885f..072557acf66a40c2a4d4c36e703ff8f68097fd49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/merge.pe.in: Set font names, version, license GPL.
+
+       * make/substitute.make: Add FONTFORGE.
+
+       * config.make.in (FONTFORGE): Add.
+
+       * configure.in (gui_b): Use PATH_PROG for fontforge.
+
+2004-12-11  Graham Percival  <gperlist@shaw.ca>
+
+       * scm/define-markup-commands.scm: add baseline-skip to info
+       about \column.
+
+2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/font-metric.cc (ly:font-get-glyph-index): New function.
+
+       * scm/output-gnome.scm (named-glyph): Use it.
+
+       * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
+
+       * flower/string.cc (substitute_char): Rename, rewrite, modify this.
+       (upper_string, lower_string, reverse_string): Remove.
+
+       * configure.in (fontforge): Reinstate version check.
+
+       * ly/engraver-init.ly: Fix clef glyph names.
+
+       * lily/time-signature.cc (special_time_signature): Fix fraction
+       glyph names.
+
+2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/merge.pe: new file.
+
+       * lily/freetype.cc: new file.
+
+       * lily/include/open-type-font.hh (class Open_type_font): new file.
+
+       * lily/include/freetype.hh: new file.
+
+       * lily/open-type-font.cc: new file.
+
+       * lily/all-font-metrics.cc (find_otf): new function.
+
+2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/time-signature.cc (special_time_signature): Fix.
+
+       * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
+       GTK2 before checking for pango.  Fixes -fgnome.
+
+       * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
+       Scheme name.
+
+       * scm/define-markup-commands.scm:
+       * scm/safe-lily.scm: Bugfix: ly:font-by-name.
+
+       * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
+
+       * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
+       date versions.  Fixes configure.
+       (STEPMAKE_CHECK_VERSION): Support optional actual program version
+       argument.
+
+2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/mf-to-table.py (write_ps_encoding): write real
+       names in .enc
+
+       * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
+
+2004-12-09  Graham Percival  <gperlist@shaw.ca>
+
+        * Documentation/user/changing-defaults.itely: add info about
+        make-dynamic-script
+
+        * Documentation/user/notation.itely: add link in dynamics to
+        section about make-dynamic-script.
+
+2004-12-09  Christian hitz  <chhitz@gmx.net>
+
+       * lily/lily-guile.cc: change MACOS_X to __APPLE__
+
+2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/mf-to-table.py (parse_logfile): use . for
+       concatting name and group.
+       (parse_logfile): use M for Minus (negative.)
+
+       * lily/include/type-swallow-translator.hh
+       (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
+
+       * lily/*.cc: cosmetics around = sign.
+
+       * lily/paper-column.cc (Paper_column): copy rank_. This fixes
+       lyric spacing on the penultimate column.
+
+2004-12-05  Christian Hitz  <chhitz@gmx.net>
+
+       * configure.in:
+       * lily/accidental-placement.cc:
+       * lily/bar-line.cc:
+       * lily/beam-concave.cc:
+       * lily/beam-quanting.cc:
+       * lily/beam.cc:
+       * lily/bezier-bow.cc:
+       * lily/bezier.cc:
+       * lily/break-align-interface.cc:
+       * lily/custos.cc:
+       * lily/dimension-cache.cc:
+       * lily/dot-column.cc:
+       * lily/font-metric.cc:
+       * lily/font-select.cc:
+       * lily/gourlay-breaking.cc:
+       * lily/grob-property.cc:
+       * lily/grob.cc:
+       * lily/lily-guile.cc:
+       * lily/line-spanner.cc:
+       * lily/lookup.cc:
+       * lily/lyric-extender.cc:
+       * lily/lyric-hyphen.cc:
+       * lily/mensural-ligature.cc:
+       * lily/midi-def.cc:
+       * lily/misc.cc:
+       * lily/note-collision.cc:
+       * lily/note-column.cc:
+       * lily/note-head.cc:
+       * lily/paper-outputter.cc:
+       * lily/percent-repeat-item.cc:
+       * lily/rest-collision.cc:
+       * lily/side-position-interface.cc:
+       * lily/simple-spacer.cc:
+       * lily/slur-configuration.cc:
+       * lily/slur-scoring.cc:
+       * lily/slur.cc:
+       * lily/spaceable-grob.cc:
+       * lily/spacing-spanner.cc:
+       * lily/spanner.cc:
+       * lily/staff-symbol-referencer.cc:
+       * lily/stem.cc:
+       * lily/stencil.cc:
+       * lily/system-start-delimiter.cc:
+       * lily/system.cc:
+       * lily/text-item.cc:
+       * lily/tie.cc:
+       * lily/tuplet-bracket.cc:
+       * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
+       <cmath> beacause isinf/isnan is undefined in <cmath>
+
+2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
+
+2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: release 2.5.3
+       
+2004-11-29  Arno Waschk <arno@arnowaschk.de>
+
+       * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
+
+2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/music-functions.scm (cue-substitute): voice counts start at 0.
+
+       * lily/note-head.cc (internal_print): always try the "s" head if
+       u/d not found.
+
+       * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
+
+2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/parmesan-heads.mf (overdone_heads): typos.
+
+2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/parser.yy (markup): in markups, { .. } without command
+       before are also flattened, ie \line must be explicitely used.
+
+       * Documentation/user/changing-defaults.itely:
+       * Documentation/user/notation.itely: 
+       * input/wilhelmus.ly: 
+       * input/regression/instrument-name-markup.ly: 
+       * input/regression/markup-score.ly: 
+       * input/regression/new-markup-scheme.ly: 
+       * input/regression/new-markup-syntax.ly: 
+       * input/test/coriolan-margin.ly: use \line in markups where
+       appropriate
+       
+2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/new-markup.scm (map-markup-command-list): helper function
+       used in parser.yy to map markup commands on a markup list.
+
+       * lily/parser.yy: get rid off < > in markups by treating { } as
+       real lists.
+
+       * lily/lexer.ll: remove < > from markup lexer mode.
+
+       * scripts/convert-ly.py (conv): add rule for converting 
+       \markup < > to \markup { }
+
+       * ly/titling-init.ly: 
+       * input/test/coriolan-margin.ly: 
+       * input/regression/new-markup-syntax.ly: 
+       * input/regression/new-markup-scheme.ly: 
+       * input/regression/multi-measure-rest-text.ly: 
+       * input/regression/markup-stack.ly: 
+       * input/regression/markup-score.ly: 
+       * input/regression/instrument-name-markup.ly: 
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
+       * input/mutopia/R.Schumann/romanze-op28-2.ly: 
+       * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
+       * input/wilhelmus.ly: 
+       * Documentation/user/notation.itely: 
+       * Documentation/user/music-glossary.tely: 
+       * Documentation/user/changing-defaults.itely: change < > to { } in
+       markups
+
+2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/accidental-placement.cc (position_accidentals): shortcut if
+       no accidentals to place.
+
+2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): fixed
+       typo s/ly:dimension ?/ly:dimension?/
+
+       * input/regression/lily-in-scheme.ly: 
+       * input/regression/music-function.ly: 
+       * ly/spanners-init.ly (assertBeamSlope): 
+       * scm/music-functions.scm (def-grace-function): add the paper
+       argument to music function definitions.
+
+2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/moment.cc (LY_DEFINE):
+       ly:moment-main-{denominator,numberator}, new function.
+
+       * lily/score-engraver.cc (typeset_all): assign to column on basis
+       of axis-group-parent-X setting.
+
+       * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
+       add_element() on basis of axis-group-parent-Y setting.
+
+       * lily/grob.cc: add axis-group-parent-{XY} properties.
+
+       * input/regression/spacing-stick-out.ly: new file.
+
+       * lily/simple-spacer.cc (add_columns): use binary search for
+       setting column rods. Changes O(n^2) to O(n log(n)) for
+       constructing spacing problem from columns.
+       (add_columns): read allow-outside-line to make sure no texts stick
+       out.
+       (solve): Simple_spacer::is_active() only determines
+       satisfies_constraints_ for non-ragged typesetting.
+
+       * lily/simultaneous-music.cc (to_relative_octave): only set
+       old_relative_used if return pitch actually changed.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): change to match implementation.
+
+       * python/lilylib.py: Replace re.match by re.search and adds "-c
+       showpage" to the gs command line (Johannes Schindelin)
+
+       * scm/framework-ps.scm (output-preview-framework): sanitize bbox
+       before processing. Prevents crash when inf is in the extent.
+
+       * scm/define-markup-commands.scm (note-by-number): add "s" to
+       "noteheads-" glyphname.
+       * lily/parser.yy (Generic_prefix_music): supply parser argument to
+       music function as well.
+       
+2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: release 2.5.2
+
+       * Documentation/user/changing-defaults.itely (Creating titles):
+       add breakbefore variable.
+
+       * lily/paper-book.cc (set_system_penalty): new function. Set
+       penalty_ based on breakBefore setting
+
+       * lily/context-specced-music-iterator.cc (construct_children):
+       interpret special context id $uniqueContextId 
+
+       * lily/context.cc (create_unique_context): new method. Move
+       creation of unique (\new) contexts into interpreting phase. This
+       makes
+
+         foo= \new Staff ..
+         << \foo \foo >>
+
+        produce 2 staves.
+       
+
+       * scm/define-music-properties.scm (all-music-properties): add
+       quoted-voice-direction
+
+       * ly/music-functions-init.ly: killCues function.
+
+       * scm/music-functions.scm (cue-substitute): move creation of voice
+       contexts further to the back. 
+
+2004-11-25  Werner Lemberg  <wl@gnu.org>
+
+       * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
+       `/hyphen' in encoding vector to get correct glyph name for EC fonts.
+
+2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
+
+        * buildscripts/guile-gnome.sh: Fixed typo.
+
+2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lexer.ll: add < >  to markup lexer mode (backportme)
+
+       * scripts/abc2ly.py (dump_slyrics): add ord(). 
+
+       * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
+       to regular engraver. 
+
+2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
+
+2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-markup-commands.scm (fill-line): Typo.
+
+       * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
+       and newer.
+
+2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
+
+        * ly/dynamic-scripts-init.ly: Fixed typo.
+
+2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
+       note-head, to have different attachment points for up and down.
+
+       * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
+
+       * mf/feta-generic.mf (else): remove solfa.
+
+       * mf/feta-bolletjes.mf (tishape): remove unicode test.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): add shapeNoteStyles property.
+
+       * lily/shape-note-heads-engraver.cc (process_music): new file.
+
+       * lily/event.cc (transpose): call Event::transpose() for
+       transposing the tonic.
+
+2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm: Save some pointers about pango/fontconfig
+       Unicode/OpenType and AFM.
+
+       * lily/include/guile-compatibility.hh (scm_from_bool): Add.
+
+2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/grob.cc (Grob): idem. Plugs mem leaks. 
+
+       * lily/context.cc (Context): unprotect key from ctor.
+
+       * scm/stencil.scm (stack-lines): return empty-stencil if argument
+       is '()
+       (stack-stencils): idem.
+
+       * Documentation/user/changing-defaults.itely (Creating titles):
+       document new title layout options.
+
+       * lily/parser.yy (lilypond_header_body): copy previous
+       $globalheader if present.
+
+       * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
+       ly:module-copy
+       
+       * scm/page-layout.scm (marked-up-headfoot): remove old functions.
+
+       * scm/titling.scm: remove old titling functions
+
+       * lily/stencil.cc (translate): remove absolute dimension.
+
+       * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
+       via markup.
+
+       * scm/page-layout.scm (marked-up-headfoot): create header/footer
+       field from user-supplied markup
+
+       * scm/define-markup-commands.scm (on-the-fly): new markup
+       command. Enter SCM markup procedure directly in Scheme.
+       (fromproperty): new markup command. Read markup from props argument.
+
+       * scm/titling.scm (marked-up-title): create title via
+       user-specified markup. 
+
+       * scm/define-markup-commands.scm (column): remove empty stencils
+       from column.
+
+       * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
+       not have side-effect of creating variable stub.
+
+       * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
+
+2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/encoding.scm (coding-alist): 
+       * scm/font.scm (add-ec-fonts):
+       * ly/paper-defaults.ly: Use actual name for EC fontencoding:
+       Extended-TeX-Font-Encoding---Latin.
+
+       * lily/side-position-interface.cc (general_side_position): Add
+       actual offset to error message (avoid constant error messages).
+
+       * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
+       block.
+
+       * lily/font-select.cc (select_encoded_font)
+       (get_font_by_mag_step, get_font_by_design_size): 
+       * lily/modified-font-metric.cc (Modified_font_metric): 
+       * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
+
+       * scm/encoding.scm (coding-alist): Add fetaDynamic.
+       (read-encoding-file): Bugfix: do not require space after bracket.
+
+       * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
+       these do not exist.
+
+2004-11-20  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: added info about typesetting
+       boxed bar numbers.
+
+2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/interval.cc (T_to_string): gcc4 fixes.
+
+       * scm/define-markup-commands.scm (fill-line): use
+       stack-stencils. This fixes problems with putting already centered
+       stencils in a line.
+
+       * VERSION: release 2.5.1
+
+       * lily/bar-line.cc (get_staff_bar_size): add line thickness.
+
+2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/example-[1-3].ly: simplify.
+
+       * lily/cluster-engraver.cc (try_music): react to busy-playing-event
+
+       * scm/output-ps.scm (new-text): new function. Use glyphshow to
+       show glyphs.
+
+       * scm/encoding.scm (decode-byte-string): new function.
+
+       * scripts/convert-ly.py (conv): add warning about
+       set-global-staff-size.
+
+       * Doxyfile: add. 
+
+       * scripts/convert-ly.py (conv): add raggedlastbottom rule
+       (conv): warn for TextSpanner split.
+       (conv): warn for textheight.
+
+2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in (install-WWW): Invoke install-info, so that when
+       building the documentation, info with images are installed.
+       (final-install): Fix description.  Mention sourcing of login
+       scripts (instead of running).
+
+2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Debian lmodern support.  Note that LilyPond will issue warnings
+       
+           no such encoding: "FontSpecific"
+
+         The font selection mechanism wants to get the encoding from the
+         font itself, but the idea of lmodern is that it is usable with
+         different encodings, ie, Lily should get the encoding from the
+         font tree, rather than the font itself.  This would require some
+         more work.
+       
+       * configure.in: Test for and accept lmodern if EC fonts not found.
+
+       * scm/framework-tex.scm (font-load-command): TeX font name
+       mangling for latin1 encoded cork-lm fonts.
+       (convert-to-ps): Load lm.map if available.
+
+       * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
+       available.
+
+       * scm/encoding.scm (coding-alist): Add cork-lm encoding.
+
+       * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
+       available.
+
+       * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
+       path for absolute file name, that is silly.
+
+       * lily/score-engraver.cc (initialize): 
+
+       * Documentation/user/GNUmakefile (local-install-info): Invoke
+       install-info --remove first.
+
+       * #include cleanup (Andreas Scherer).
+
+2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/test/script-abbreviations.ly: fix typos.
+
+2004-11-17  Werner Lemberg  <wl@gnu.org>
+
+       * python/lilylib.py (options_help_str): Support pretty-printing of
+       newlines in fourth element of option description.
+
+       * scripts/lilypond-book.py (option_definitions): Use new lilylib
+       feature.
+       Sort options.
+
+       * Documentation/user/lilypond-book.itely: Finish update.
+
+2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/macros.itexi: Add comment about \command.
+
+       * Documentation/user/lilypond.tely:
+       * Documentation/user/lilypond-book.itely: Fix names of lilypond
+       and lilypond-book nodes, so that `info lilypond' visits the manual
+       at top level, and `info lilypond-book' visits the lilypond-book
+       section.
+
+       * Documentation/user/GNUmakefile (local-install-info): Fix rules
+       and packager messages.
+
+       * lily/pangofc-afm-decoder.cc: Update test.
+
+2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily-library.scm (char->unicode-index): New function.
+
+       * scm/output-gnome.scm: 
+       * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
+
+       * Proper naming of file name throughout; s/filename/file[-_]name/.
+
+       * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
+
+       * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
+
+2004-11-16  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py: The Lord has commanded me to use only
+       tabs for indentation.  Your humble servant obeys.
+
+2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
+       including font, if LilyPond-feta font is only feta font in path.
+
+       * scm/output-gnome.scm (text): Revert to file name of font if font
+       has no name.  Fixes ec font selection.
+       (char): Bugfix: do not utf8 twice.  Fixes clefs.
+
+       * scm/framework-svg.scm:
+       * scm/output-svg.scm: New file.  TODO: figure out how to
+       do character by index in font.
+
+       * scm/output-sodipodi.scm: Remove.
+
+       * scm/output-ps.scm (stem): Remove.
+
+2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm (beam): New function.
+       (slur): Round corners.
+       (round-filled-box): Round corners.
+
+2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-gnome.scm (beam): add function.
+       (draw-line): new routine.
+       (dashed-line): stub; call draw-line
+       (polygon): new routine.
+
+2004-11-15  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/lilypond-book.itely: Revise section on
+       lilypond-book options.
+       Other minor fixes.
+
+       * scripts/lilypond-book.py: Change indentation to 4.
+       Minor formatting.
+
+2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/system.cc (apply_tweaks): new function. Run tweaks on all
+       grobs that have tweaks specced.
+       
+2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/sound-output.itexi: add code snippets for MIDI.
+
+2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
+       actual char #, not 0 based index.
+
+       * lily/system-start-delimiter.cc (staff_brace): Start at 65.
+
+       * mf/feta-beugel.mf: Actually start at char #65.  Add header.
+       Warning: do make -C mf clean.
+
+       * lily/context-property.cc: Compile fix.
+
+       * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
+       Grok ec-fonts, braces and dynamics.
+
+       * scm/framework-gnome.scm (gnome-main): Register braces with pango.
+
+2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/tweak-registration.hh: new file.
+
+       * lily/tweak-registration.cc: new file.
+
+       * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
+       saving tweaks.
+
+       * scm/output-gnome.scm (text): comment dribble.
+
+2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
+
+       * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
+       path-def before using.  Fixes muchtomany slurs in wrong places
+       bug.
+
+2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
+
+       * lily/include/object-key-undumper.hh (Module): new file.
+
+       * lily/object-key-undumper.cc (Module): New file. Deserialize
+       keys. SCM bindings
+
+       * lily/object-key-dumper.cc (Object_key_dumper): idem.
+       Provide SCM bindings.
+
+       * lily/include/object-key-dumper.hh (class Object_key_dumper): 
+       new file. Serialize object keys.
+       
+       * lily/object-key.cc (dump): new function.
+       (as_scheme): new virtual function
+       (undump): new function
+       (undumpers): new table.
+
+       * lily/include/global-context.hh (Context): take \score key upon init.
+
+       * lily/object-key-dumper.cc (serialize_key): new file.
+
+       * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
+
+       * lily/lily-lexer.cc: remove \quote.
+
+       * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
+
+       * lily/context.cc (Context): take key argument in ctor.
+       (create_context): new function
+
+       * lily/grob.cc (Grob): take key argument in ctor.  
+
+       * lily/lilypond-key.cc (do_compare): new file.
+
+       * lily/object-key.cc (Object_key): new file.
+
+       * lily/include/object-key.hh (class Object_key): new file.
+
+       * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
+
+2004-11-13  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add small warning about
+       noindent default in lilypond-book.
+
+       * Documentation/user/converters.itely: add examples for convert-ly.
+
+       * Documentation/user/examples.itely: change version string in templates
+       to 2.4.0.
+
+2004-11-12  Karl Hammar  <karl@aspodata.se>
+
+       * GNUmakefile.in (local-WWW-post): `find ...` overflows the
+       cmdline, use xargs instead (backportme)
+
+2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
+       
+       * Documentation/user/: Numerous fixes in the user manual.
+
+2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/parser.yy (re_rhythmed_music): search music expression for
+       context-id, surround by \new Voice if not found. Fixes:
+       addlyrics-second-staff.ly
+
+       * VERSION: 2.5.0 released.
+       
+2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/index.html.in: Fix url to one big page.  (backportme)
+
+       * Documentation/user/GNUmakefile: Separate rules for split and
+       unsplit html documents.  Remove perl massaging.  (backportme)
+
+2004-11-11  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add short warning about
+       \lilypond{} in LaTeX docs.
+
+2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
+       found.  (backportme)
+
+       * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
+       version requirement.  (backportme)
+
+       * configure.in: Be explicit about old versions of
+       ec-fonts-mtraced.  (backportme)
+
+       * lily/context-selector.cc (set_tweaks): New function.
+       * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
+       web with -DTWEAK.
+
+       * Documentation/user/introduction.itely (Automated engraving):
+       Remove fragment option.  Fixes web.
+
+       * lily/context-property.cc (make_item_from_properties):
+       * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
+       #ifdef.
+
+       * scm/define-context-properties.scm
+       (all-internal-translation-properties): Add tweakRank and tweakCount.
+
+       * lily/grob.cc: 
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       Add tweak-rank and tweak-count.
+
+2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
+       New function.
+       (text): Use them.
+
+       * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
+       animated/opaque grob dragging tweaks.
+
+       * buildscripts/guile-gnome.sh: Update.
+
+2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/define-grobs.scm (all-grob-descriptions): Added
+       line-interface to the LigatureBracket object.
+
+2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/framework-gnome.scm (item-event): Support non-animated mouse
+       dragging tweaks.
+
+       * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
+
+       * lily/context-selector.cc (store_context): New function.
+
+       * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
+       (store_grob): New function.
+       (identify_grob): Add Moment parameter.
+
+       * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
+       exists.
+
+       * scm/framework-gnome.scm (save-tweaks): Write as alist.
+
+2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/framework-gnome.scm (item-event): Print grob id.
+       (save-tweaks): New function.
+       (tweak): New funtion.
+       (item-event): Use it, bound to arrow keys.
+
+       * lily/context-property.cc (make_item_from_properties): Register grob.
+       * lily/context.cc (add_context): Register context.
+
+       * lily/include/context-selector.hh:
+       * lily/include/grob-selector.hh:
+       * lily/context-selector.cc:
+       * lily/grob-selector.cc: New file.
+
+2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/slur.cc: add 'positions to interface
+
+       * lily/main.cc: reinstate PS as standard output format. 
+
+       * scm/framework-tex.scm (output-preview-framework): print systems
+       up to first non title system.
+
+       * lily/grace-engraver.cc (start_translation_timestep): split
+       scm_cadddr
+       
+2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/quote-iterator.cc (Module): remove old quote-iterator
+
+       * scm/define-music-types.scm (music-descriptions): move
+       NewQuoteMusic over QuoteMusic
+
+       * Documentation/user/notation.itely (Formatting cue notes): use
+       \cueDuring.
+
+       * lily/new-quote-iterator.cc (quote_ok): new function.
+
+       * input/regression/quote-cue-during.ly: new file.
+
+       * input/regression/quote-grace.ly: new file.
+
+       * scm/define-context-properties.scm (Module): change definition of
+       graceSettings
+
+       * lily/context-property.cc (Module): rename from
+       translator-property.cc
+
+       * lily/context.cc (context_name_symbol): new function
+
+       * lily/grace-engraver.cc: new file. Set properties for grobs based
+       on the grace-ness of now_moment().
+
+       * scm/music-functions.scm (add-grace-property): use list
+       iso. vector for graceSettings
+       remove set-{start,stop}-grace-properties. 
+
+       * lily/new-quote-iterator.cc (construct_children): set
+       quote_outlet_ if no quoted-context-{id,type} specified.
+
+       * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
+
+       * lily/parser.yy (command_element): remove \quote.
+
+       * ly/music-functions-init.ly (location): add quoteDuring music
+       function. 
+
+       * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
+       optional semicolon. (backportme)
+
+2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
+       need to link to GUILE et al.
+
+2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-music-properties.scm (all-music-properties): add
+       quoted-context-type, quoted-context-id.
+
+       * scm/lily.scm (type-check-list): new function.
+       
+       * scm/lily-library.scm: new file. Generic library routines.
+
+       * lily/parser.yy (Generic_prefix_music): move typechecking out of
+       parser.
+
+       * ly/music-functions-init.ly: add quoteDuring function.
+
+       * lily/include/music-iterator.hh (class Music_iterator): rename
+       set_translator -> set_context
+
+       * lily/parser.yy (Generic_prefix_music_scm): add
+       MUSIC_FUNCTION_SCM_SCM_MUSIC
+
+       * scm/lily.scm (sanitize-command-option): new function. (backportme)
+
+       * scm/framework-tex.scm (header): sanitize TeX paper size.
+       (backportme)
+
+2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
+
+       * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
+
+       * scm/framework-tex.scm (font-load-command): Use T1 if no
+       font-encoding set.  (backportme)
+
+       * scm/lily.scm (postscript->pdf): Remove .pdf file if it
+       exists before converting.  (backportme)
+
+       * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
+       exists before converting.  (backportme)
+       (convert-to-ps): Remove .ps file if it exists before
+       converting.  (backportme)
+
+       * lily/lexer.ll: Remove extra progress newline, use present tense.
+
+       * scm/paper.scm (paper-alist): public.
+       * scm/framework-tex.scm (convert-to-ps):
+       * scm/lily.scm (postscript->pdf): Do not leak papersizename into
+       command line.
+
+2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
+
+       * lily/recording-group-engraver.cc (derived_mark): mark
+       now_events_. (backportme)
+
+2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
+
+       * scm/framework-tex.scm (convert-to-dvi): use ly:system for
+       invoking latex. (backportme.)
+
+       * lily/stem.cc (off_callback): center stems for all rest stems.
+
+2004-11-05  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/lilypond.tely: Add more guidelines for writing
+       lilypond texinfo documents.
+
+2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/index.html.in: remove <hr>.
+
+       * THANKS: change 2.3 to 2.4.
+
+2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
+
+       * scm/output-gnome.scm: More fontconfig comment.
+
+2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
+       <package> directory in $(builddir)/share according with
+       PACKAGE_NAME defined in the VERSION file.
+
+2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/beam.cc (rest_collision_callback): use local beam
+       multiplicity.
+
+       * input/regression/stem-stemlet.ly: new file.
+
+       * lily/stem.cc (add_head): store rests as well.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): add
+       stemlet-length
+
+       * lily/stem.cc: store rests as well.
+       
+       * input/regression/new-slur.ly: mention forcing.
+
+2004-11-04  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/*: A new round of layout fixes and document
+       structure cleanup.
+
+2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
+
+        * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
+
+2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
+
+2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
+
+       * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
+
+       * lily/main.cc (main): Invoke identify.
+
+       * scm/lily.scm (postscript->pdf): Remove progress newline.
+       Write progress to stderr.
+
+       * lily/paper-book.cc (output): Remove progress newline.
+
+       * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
+       gettext on user messages, and remove whitespace.
+
+       * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
+
+       * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
+       argv[0] (Thomas Scharkowski).
+
+       * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
+       call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
+       for ec-fonts-mtraced.
+
+       * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
+       --srcdir build (Bertalan).
+
+       * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
+       headers and library too (Laura Conrad).
+
+       * Documentation/topdocs/INSTALL.texi (Top): Mention development
+       package for guile too (Laura Conrad).
+
+       * lily/main.cc (usage): Typo.
+
+2004-11-02  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/notation.ly: More fixes to improve appearance.
+
+       * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
+       better output for multicolumn tables.
+
+2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/main.cc (dir_info): Fixed typo in the printouts.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
+       of output.
+       Set `per_line' to 2; replace hard-coded value with it.
+
+       * Documentation/user/*: Many fixes to improve appearance of
+       printed manual.
+
+2004-11-01  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/changing-defaults.itely,
+       Documentation/user/notation.ly,
+       Documentation/user/programming-interface.itely: Use @/.
+       Fix formatting of some lilypond snippets and tables.
+
+       * scripts/lilypond-book.py (compose_ly): Provide useful default
+       for LINEWIDTH in `override'.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/invoking.itely: change "3.0" -> "2.4"
+
+2004-10-31  Werner Lemberg  <wl@gnu.org>
+
+       Resetting @exampleindent to `5' gives ugly results with texinfo's
+       DVI output.  Use `@format @exampleindent 0 ... @end format' instead
+       (if not quoting) to change @exampleindent only locally.
+
+       * scripts/lilypond-book.py (NOQUOTE): New variable.
+       (output) [LATEX]: Remove AFTER and BEFORE.
+       [TEXINFO]: Remove AFTER and BEFORE.
+       Fix QUOTE and VERBATIM pattern.
+       Add NOQUOTE pattern.
+       (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
+       and BEFORE.
+       [output_texinfo]: Use NOQUOTE.
+
+2004-10-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/changing-defaults.itely: clarify paper
+       size commands with correct info.
+
+       * Documentation/user/lilypond-book.itely: add more docs for
+       filename extensions.
+
+2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
+       (PATCH_LEVEL): start 2.5.0.
+
+2004-10-30  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: add warning about bar numbers
+       in multistaff music, add warning about quoting grace notes.
+
+       * Documentation/user/changing-defaults.itely: clarify paper size commands,
+       add missing subsubtitle entry to Creating titles.
+
+       * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
+       case.
+       (conv): add dummy 2.4.0 conversion rule.
+
+       * Documentation/user/lilypond.tely: add @finalout.
+
+       * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
+       for attaching, fixes slur/stem left attachment of
+       downslur/downstem.
+
+       * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
+       quote problem if for last note of quoted sequence. 
+
+       * input/regression/part-combine-text.ly (comm): add expect strings.
+
+2004-10-30  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/examples.itely: Improved layout.
+
+       * Documentation/invoking.itely: Use `@/' to insert breakpoints.
+
+       * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
+
+       * Documentation/notation.itely: Use `@/'.
+       Other layout fixes.
+
+2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/part-combine-iterator.cc (unisono): examine last_playing_
+       (not state_), this fixes a2 printing after chord.
+
+       * input/regression/no-staff.ly: fix octave, revise syntax.
+
+       * input/regression/lyrics-bar.ly (texidoc): fixes.
+
+       * input/regression/beam-dir-functions.ly (Module): remove from regtest
+
+       * input/regression/accidentals.ly (Module): remove from regtest.
+
+       * lily/parser.yy (Prefix_composite_music): 
+       oops. Chords should be unrelativable, not bass figures untransposable.
+
+       * VERSION: 2.3.26 released.
+       
+       * lily/completion-note-heads-engraver.cc (try_music): only return
+       something when is_first_ is true. Fixes lyrics with completion_heads. 
+
+       * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
+
+       * scm/lily.scm (ly:system): new function. Catches uninstalled
+       ps2png.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/notation.itely: remove
+       @hyphenatedinternalsref.
+
+2004-10-29  Werner Lemberg  <wl@gnu.org>
+
+       * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
+
+       * scripts/lilypond-book.py (no_options): New dictionary.
+       (simple_options): New list.
+       (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
+       (compose_ly): Use `no_options' and `simple_options'.
+       Fix logic of option handling.
+       Handle `linewidth' option without parameter.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lookup.cc (triangle): use (0, interval.length()) for X
+       extent, since the stencil is translated later on.
+
+       * lily/ledger-line-spanner.cc (print): swap linear_combination
+       arguments, effectively shortens ledger line. 
+
+       * Documentation/user/GNUmakefile
+       ($(outdir)/lilypond/lilypond.html): use find to remove files.
+
+       * lily/main.cc: --no-pages option.
+
+2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * Documentation/user/notation.itely (Fret diagrams): add extra
+       notes to example to avoid collisions between fret diagrams.
+
+2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/notation.itely (Automatic note splitting):
+       note about lyrics. 
+
+       * Documentation/user/converters.itely (Invoking convert-ly): note
+       about version numbers. 
+
+       * scripts/abc2ly.py (dump_score): revise lyric dumping
+
+       * scripts/mup2ly.py (pre_processor_commands): always open file.
+
+       * scripts/etf2ly.py (Frame.calculate): always close \grace.
+       (Etf_file.dump): add \version
+
+       * VERSION: 2.3.25 released.
+
+       * lily/scm-option.cc: add 'resolution to ly:get-option argument
+       list.
+
+2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
+
+2004-10-28  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/music-glossary.tely: More fixes to improve
+       appearance with DVI output.
+
+       * scripts/lilypond-book.py (compose_ly): Use 0.4in for
+       EXAMPLEINDENT.  This is the maximum value for quotation environments
+       used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
+
+2004-10-27  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/music-glossary.tely: Revised.
+
+2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * input/test/fret-diagram.ly: insert breaks, remove raggedright to
+       improve fret diagram spacing in printed output.
+
+       * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
+       from options for the example so fret-diagrams won't overlap
+       one another.
+
+2004-10-26  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py: Some additional formatting for
+       orthogonality.
+       (ly_options) [*]: Format strings.
+       [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
+       by `compose_ly'.
+       (output) [LATEX][OUTPUT]: Format string and simplify.
+       (PREAMBLE_LY, FRAGMENT_LY): Format string.
+       (classic_lilypond_book_compatibility): Take key/value pair as
+       parameter.
+       Return key/value pair.
+       (compose_ly): Rewritten, taking the snippet type as third parameter. 
+       The default values are now set more sensible, and a `linewidth'
+       option is no longer overwritten under some circumstances.
+
+       * Documentation/user/music-glossary.tely: Replace all accented
+       character macros with latin-1 codes.
+
+2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/music-function.cc (ly_make_music_function): when an
+       argument predicate is markup?, the signature keyword becomes
+       "markup" iso "scm".
+
+       * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
+       tokens, for functions which signatures contain "markup".
+
+       * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
+       MUSIC_FUNCTION_*MARKUP* tokens.
+
+2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
+       Lyrics context.
+
+2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py (make_ps_images): return list of output files.
+
+       * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
+       all springs tight, and still satisfy the constraints.
+
+2004-10-25  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py: s/option-sep/option_sep/.
+       (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
+       (snippet_res): Fix regexps and make them ignore whitespace properly.
+       (compose_ly): Use `re.split' instead of `string.split' to remove
+       surrounding whitespace.
+       Some formatting to get more consistency.
+
+2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: 2.3.24
+       
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): add verticallySpacedContexts.
+
+       * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
+       add interface
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       add spaceable-staves
+
+       * scm/define-grobs.scm (all-grob-descriptions): set
+       vertically-spaceable-interface for VerticalAxisGroup and
+       RemoveEmptyVerticalGroup
+
+       * lily/system.cc (get_line): determine staff_refpoints_
+       using spaceable-staves.
+
+       * lily/score-engraver.cc (acknowledge_grob): ack
+       vertically-spaceable-interface and verticallySpacedContexts to
+       set spaceable-staves.
+
+       * input/regression/new-slur.ly: add slur under 16th subbeam case.
+
+       * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
+
+2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
+       minimumVerticalExtent tweaks. 
+       * mf/feta-schrift.mf: include size of thumb appendix in
+       bbox. Fixes: c-thumb-notehead.ly  
+
+       * THANKS: add Meisters to the Development team.
+
+       * scm/framework-tex.scm (convert-to-dvi): redirect output to
+       /dev/null for non-verbose.
+
+       * Documentation/user/invoking.itely (Invoking lilypond): add note
+       about resource usage.
+
+       * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
+
+       * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
+       --enable-encoding
+
+       * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
+
+       * Documentation/user/changing-defaults.itely (Text encoding):
+       change to latin1.
+
+       * Documentation/user/lilypond.tely: add language and encoding.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add
+       line-interface.
+
+       * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
+
+       * input/test/ossia.ly: font sizes for ossia.
+
+       * scripts/convert-ly.py (conv): \context Foo = NOTENAME
+       -> \context Foo = "NOTENAME".
+
+       * lily/main.cc (determine_output_options): fix ordering.
+
+2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
+
+       * THANKS: Added bughunters for 2.3.
+
+2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/macros.itexi: use findex functions/internals
+       objects.
+
+       * scm/documentation-generate.scm (string-append): add syncodeindex
+
+       * Documentation/user/tutorial.itely (A lead sheet): use \chords
+       for tutoring chord names.
+       * Documentation/user/lilypond.tely: remove @authors.
+
 2004-10-23  Werner Lemberg  <wl@gnu.org>
 
        * scm/framework-tex.scm (dump-page): Add width to \lybox call.
 
 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * VERSION (PACKAGE_NAME): release 2.3.23
+
        * scm/framework-tex.scm (convert-to-ps): add -E if filename
        contains .preview.
 
        * Documentation/user/macros.itexi: add \global to definitions for
        feta macros.
 
-       * po/fr.po (Module): updated po file.
+       * po/fr.po: updated po file.
 
        * po/de.po: updated po file.
 
 
 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
 
+       * Documentation/user/notation.itely (Fret diagrams): Add documentation
+       for fret diagram markups to user manual
+
        * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
        documentation for fret-diagram-terse
 
        * Documentation/user/notation.itely: Minor corrections.
 
        * Documentation/user/tutorial.itely: Minor corrections.
-       
+
 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/framework-ps.scm (page-header): Fix Layout renaming bug.