]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / ChangeLog
index b4402b20f94f169d223005bcaae6c5d2858d918b..57a6ca4fc12dc66051a2dbdd31267094021db9ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
-2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+       * mf/GNUmakefile: always trace pfa fonts.
+
+       * configure.in: require mftrace. 
+
+       * lily/staff-performer.cc (new_instrument_string): don't look at
+       instrument property.
+
+       * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
+       is_direction is the C++ one. Similar for ly_axis_p and
+       ly_number_pair_p
+
+2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/beam.cc (brew_molecule): read gap-count to determine
+       number of tremolo (gapped) beams.
+
+       * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
+       shorter than 1/8
+
+       * flower/include/array.hh (default_compare): new function
+
+       * cygwin/mknetrel: Native fixes.
+
+       * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
+
+2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/NEWS.texi: Add note about .ly double click
+       feature for Windows.
+
+       * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
+
+       * cygwin/mknetrel: Updates for native use on Cygwin.
+
+       * lily/parser.yy: Compile fix: add stdio.h for snprintf.
+
+       * stepmake/stepmake/help2man-rules.make: 
+       * cygwin/mknetrel: Bugfix for manpages.
+
+       * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
+       $(builddir).  Stepmake is a normal subdirectory now, that is not
+       configured.  Another srcdir build fix.
+
+       * Documentation/topdocs/INSTALL.texi,
+       buildscripts/lilypond.words.py, lilypond-font-lock.el,
+       lilypond-init.el, lilypond-mode.el, debian/rules,
+       make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
+       rename generated file lilypond.words to lilypond.words.el.
+
+2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
+
+       * GNUmakefile.in, buildscripts/lilypond.words: give only path in
+       GNUmakefile.in.
+
+2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
+       when cross building.
+
+       * configure.in: srcdir build fix.
+
+       * cygwin/GNUmakefile:
+       * cygwin/lily-wins.py:
+       * cygwin/postremove-lilypond.sh: 
+       * cygwin/postinstall-lilypond.sh: Merge from stable.
+
+       * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
+       s/ly2dvi/lilypond/.
+
+2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/slur.cc (after_line_breaking): only set control points if
+       none supplied yet.
+
+       * input/test/slur-manual.ly: new file.
+
+       * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
+       <<  >> chords too.
+
+       * VERSION (PACKAGE_NAME): release 1.9.8
+
+       * scripts/lilypond.py (escape_path): escape spaces in directory names
+
+       * input/test/text-spanner.ly: fixes.
+
+2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: add drum names as note names to
+       Emacs-mode.
+
+2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/hairpin-dashed.ly: new file.
+
+       * scripts/convert-ly.py (conv): warn about dash-length.
+
+       * lily/dynamic-engraver.cc (try_music): end (de)crescendo
+       automatically if we get a new one.
+
+       * lily/lookup.cc (dashed_line): new function
+
+       * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
+       dash-fraction.
+
+2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: extract note names.
+
+       * lilypond-mode.el: take note names from lilypond.words -file.
+       small fix in the use of string-match.
+
+       * lilypond-font-lock.el: use lilypond.words for note names, add 
+       maxima to note a duration.
+
+2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/breathing-sign.cc: remove railtracks() function. 
+
+       * input/regression/arpeggio-bracket.ly (texidoc): add file.
+
+       * lily/arpeggio.cc (brew_chord_bracket): clean-up 
+       (brew_molecule): bugfix don't make arpeggio shorter when
+       arpeggio-direction is set.
+
+       *  debian/rules: small corrections in the (Pedro K)
+
+       * Documentation/user/tutorial.itely (Tutorial): use lyinc in
+       examples.
+
+       * lily/auto-beam-engraver.cc (process_music): end/junk beam if
+       special (repeat) bar comes along.
+
+       * input/regression/auto-beam-bar.ly: update.
+
+       * scripts/lilypond-book.py (output_dict): remove support for the
+       EPS option.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
+       VerticalAlignment and VerticalAxisGroup this fixes the size
+       computations for the entire system.
+       * input/les-nereides.ly (bass): remove superfluous fontSize.
+
+       * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
+       causes directory of file to be added to include path.
+
+       * input/regression/beam-break.ly: test single stem beams.
+
+       * input/regression/system-start-bracket.ly: fix.
+
+       * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
+
+       * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
+
+       * lily/beam-quanting.cc (quanting): check french-beaming per stem.
+       (score_stem_lengths): do something sensible for single stem beams.
+
+       * lily/beam.cc (least_squares): add kludge for single stem beams.
+
+       * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
+       keySignature to list of broken things.
+
+       * input/regression/keys.ly: fix.
+
+       * VERSION (PACKAGE_NAME): release 1.9.7
+
+       * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
+
+       * Documentation/user/refman.itely (Pitches): doc quarter tones.
+
+       * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
+       (quartertone_pitch): new function
+
+       * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
+       flat. WARNING: FONT CHANGED.
+
+       * ly/nederlands.ly: add -eh and -ih for quarter tones.
+
+       * lily/accidental-placement.cc (add_accidental): support for
+       quarter tones.
+
+       * ly/LANGUAGEs.ly: use symbols for alterations.
+
+       * mf/feta-toevallig.mf: change accidental codes. 
+
+       * scm/lily.scm (ly:get-option): switch on debugging only for
+       --verbose.
+
+       * lily/lily-guile.cc: remove ly:verbose?
+
+       * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
+
+       * lily/parser.yy (TODO): only do gh_call() for apply with
+       procedure argument.
+
+       * lily/tie-engraver.cc (start_translation_timestep): move melisma
+       stuff in accordance with new timing of tie-events.
+
+       * lily/my-lily-lexer.cc: remove \outputproperty
+
+       * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
+
+       * scm/define-translator-properties.scm (melismaBusyProperties):
+       add melismaBusyProperties property.
+
+2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/ambitus-mixed.ly (texidoc): new file.
+
+       * buildscripts/mutopia-index.py (find): prune debugging
+
+       * lily/side-position-interface.cc: doc updates
+
+       * Documentation/user/refman.itely: updates, tweaks.
+
+       * lily/parser.yy (Simple_music): remove outputproperty
+
+       * make/stepmake.make: use VERSION again; importing VERSION via
+       autoconf dependencies is too hairy.
+
+2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: allow `-' for keywords and identifiers.
+
+2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: release 1.9.6
+       
+       * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
+       iso. ly2dvi.
+
+       * Documentation/user/*.itely: fixes everywhere
+
+       * lily/completion-note-heads-engraver.cc: rewrite engraver:
+       produce ties from the engraver itself, do not broadcast TieEvent.
+
+       * lily/my-lily-lexer.cc: remove pitch & duration.
+
+       * lily/parser.yy (TODO): remove \pitch and \duration
+
+       * input/test/explicit.ly: remove file.
+
+       * Documentation/user/refman.itely (Pitches): remove \pitch 
+       \duration command.
+
+2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: add all slur types to Emacs
+       insertion menu, suppose everything is postfixed by dropping 
+       unnecessary `-' -marks.
+
+2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/stem.cc (get_default_stem_end_position): lengthen stems for
+       tremoloed stems.
+
+       * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
+       head for flagged stems.
+
+       * lily/stem.cc (get_default_stem_end_position): futz with extra
+       stem length if there is a stem tremolo.
+
+       * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
+       it would be too small.
+
+       * lily/font-metric.cc: return #f for non-existent glyph.
+       
+       * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
+       exported through config.make.
+
+       * input/regression/clef-oct.ly: new file.
+
+       * scm/clef.scm (make-clef-set): use regexps, support arbitrary
+       transposition.
+
+       * input/template/*.ly: remove old relative.
+
+       * ly/english.ly: add X names for double sharp.
+
+2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/font-select.cc: new file handle font selection routines.
+
+       * lily/parser.yy: add ; (Patrick Atamaniuk)
+
+       * input/test/time-signature-double.ly: use markups for double time
+       sigs.
+
+       * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
+       ChordNames.SeparationItem #'padding for adjusting space after chords.
+       
+       * lily/music-output-def.cc (LY_DEFINE): 
+       new function ly:paper-lookup.
+       
+       * mf/parmesan-clefs.mf: use # quantities for char_box
+       offsets. Fixes overflow errors in the PFA. 
+
+       * scm/new-markup.scm (strut-markup): change calling interface for
+       markup. Pass paper-def, not grob. This would allow \markup to be
+       used separately from grobs.
+
+       * lily/paper-def.cc: new function ly:paper-font; this function
+       replaces ly:get-font.
+
+       * lily/include/font-interface.hh (struct Font_interface): take
+       Paper_def iso. Grob for get_font().
+
+2003-09-14  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/ tutorial.itely, refman.itely: add warning
+       about \key and accidentals.
+
+2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/new-markup.scm (musicglyph-markup): undefine font-name.
+
+       * Documentation/user/*.itely: manual tweaks
+
+2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
+       cleanup; bugfix: exact_center
+
+       * Documentation/user/refman.itely: added more documentation on
+       ambitus according to recent questions on lilypond-user list
+
+2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/ottava.ly (texidoc): demo 15ma too.
+
+       * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
+
+       * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
+       octave fixes.
+
+2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/lexer.ll: add \r to the rules for newlines; this fixes
+       problems on older Mac editors.
+
+2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
+
+2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
+       mf/parmesan-clefs.mf: added comments on character alignment and
+       set_char_box() conventions
+
+       * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
+       set_char_box()'s
+
+       * mf/parmesan-clefs.mf: vaticana: adjusted stem width
+
+2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
+
+2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
+       shortened to avoid almost-collision with staff line; code cleanup;
+       other custodes: fixed char boxes; code cleanup
+
+2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * configure.in: release 1.9.5
+       
+       * scripts/lilypond.py (global_latex_preamble): only set
+       twosideshift if 'twoside' is in latexoptions 
+
+       * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
+
+       * VERSION: remove
+
+       * scripts/*2ly.py: update <> syntax
+
+2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/chord-name-engraver.cc (process_music): add origin for
+       chord name.
+
+       * input/regression/chord-name-exceptions.ly (theMusic): add base too.
+
+       * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
+       bass notes for exceptions too.
+
+       * scm/define-grobs.scm (all-grob-descriptions): rename
+       HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
+
+       * scm/define-grob-properties.scm (remove-first): add remove-first
+       property for orchestral scores.
+
+       * Documentation/user/*.itely: switch <<>> and <> 
+
+       * lily/glissando-engraver.cc (process_music): bugfix: move line to
+       last_line only once. This fixes the two consecutive glissandi problem.
+
+2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
+       error message "flexa-width undefined"
+
+       * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
+       lily/include/gregorian-ligature.hh: print warning when ignoring
+       head prefixes on flexa shapes
+
+       * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
+       space before a series of inclinatum heads
+
+       * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
+       lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
+       cleanups
+
+       * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
+       and char_box
+
+2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * input/regression/breathing-sign.ly: tiny fixes
+
+       * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
+       semantical collision with vaticana ligatures
+
+       * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
+       scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
+       now consistent with mensural ligatures
+
+       * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
+       mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
+       context pitches and staff position; dto. for virga stem; removed
+       obsolete virga and clivis characters from parmesan font (WARNING:
+       font changed)
+
+       * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
+       mf/parmesan-timesig.mf: fixed several set_char_box ()'s
+
+       * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
+       scm/define-grob-properties.scm: consistency fix: renamed
+       join_left->add_cauda
+
+       * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
+       appendix length; bugfix: yoffs_bt for reverse direction punctum
+       characters
+
+       * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
+       small cleanups; added more docu
+
+       * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
+       lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
+       computation to CoherentLigatureEngraver
+
+       * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
+       scm/define-grob-properties.scm: bugfix: added missing linea and
+       cavum properties; bugfix: removed dead semivocalis property
+
+       * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
+       length; redesigned quilisma, stropha and auctum
+
+       * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
+       line thickness
+
+       * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
+       Documentation/user/refman.itely: bugfix: introduced shifted
+       epiphonus head to avoid collision with adjacent plica
+
+2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
+
+       * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
+
+2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/tutorial.itely (A lead sheet): remove
+       duplicate chords.
+
+       * Documentation/bibliography/computer-notation.bib (pages): reorganise.
+
+2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/bibliography/computer-notation.bib (isbn): add
+       xivcim publication.
+
+2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * GNUmakefile.in: drop lilypond.words for generation.
+
+2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: take filename (also) from an arg.
+
+       * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
+
+2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/figured-bass-alternate.ly (fl): new file.
+
+       * Documentation/topdocs/README.texi (Top): clarifications.
+
+       * Documentation/bibliography/computer-notation.bib (isbn): add phd
+       theses of Gieseking and Renz.
+
+       * GNUmakefile.in (README_FILES): remove README.mandrake.
+
+2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: add file. Creates lilypond.words
+       from source files and search patterns listed in the script.
+
+       * GNUmakefile.in: add target `lilypond.words'.
+
+       * lilypond.words: remove file, generated by `make lilypond.words'.
+
+       * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
+
+2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
+
+2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.9.4 released
+
+       * scripts/convert-ly.py (FatalConversionError.figures_replace):
+       rule for < > <-> << >> substitution
+
+       * lily/lexer.ll: exchange meaning of << >> and < > 
+
+       * VERSION (PACKAGE_NAME): 1.9.3 released
+
+       * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
+       pages unconditionally.
+
+2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/music-glossary.tely (Top): small syntax
+       fixes.
+
+       * scm/music-functions.scm (remove-tag): filter \tagged music
+       expressions.
+
+       * input/regression/tag-filter.ly (texidoc): new file.
+
+       * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
+       symbol2 .. ) etc. 
+
+       * scripts/convert-ly.py (FatalConversionError.conv): fingering
+       convert rule.
+
+       * Documentation/user/refman.itely (Fingering instructions): adjust manual.
+
+       * lily/new-fingering-engraver.cc (position_scripts): don't crash
+       for borderline cases (e.g. 1 fingering.)
+       (position_scripts): revise interface, use fingerOrientations to
+       set fingering positions.
+
+       * scm/document-translation.scm (context-doc): add aliases to
+       automated documentation.
+
+       * make/lilypond-vars.make: remove stepmake compat glue.
+
+       * make/generic-vars.make: remove cruft.
+
+       * lily/main.cc (main): don't identify binary.
+
+2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/include/translator.hh (class Translator): remove
+       type_string_ , use symbol for context name throughout.
+       Changes through whole source tree.
+
+       * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
+       set PDF as default, and always make PDF.
+
+       * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
+
+2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
+       Documentation/user/refman.itely input/regression/allfontstyle.ly
+       input/regression/grace-types.ly:
+       fix spelling for acciaccatura (Webster's 1913).
+
+2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/main.cc (usage): adjust blurb, include url.
+
+       * input/regression/breathing-sign.ly (texidoc): transpose up
+
+2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * input/regression/breathing-sign.ly: changed ancient examples to
+       be relevant (by request of Han-Wen); updated BreathingSign text
+       property according to new syntax.
+
+       * ly/gregorian-init.ly: updated BreathingSign text property
+       according to new syntax
+
+2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Clef): give example of G_8 clef.
+       (Clef): index entries for clefs.
+
+       * python/lilylib.py (system): remove errorlog files.
+       
+2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond.words: add \new and new graces. Add dynamics to menus
+       keeping 1.8.x compatibility; after all the engraving relating to 
+       notes becomes postfixed `-' marks will be removed.
+
+2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/molecule.cc (align_to): idem.
+
+       * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
+       
+       * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
+       accacciatura everywhere.
+
+       * VERSION (PACKAGE_NAME): released 1.9.2
+
+       * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
+
+       * scm/document-markup.scm (markup-doc-node): sort markup function
+       list.
+
+       * lily/paper-outputter.cc (output_version): change "Lily was here"
+       into  "Engraved by LilyPond"
+
+       * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
+       on unquoted strings before \notenames.
+
+       * lily/parser.yy (lyric_element): allow markup as lyric text. This
+       increases the number of s/r reductions to 4.
+
+       * scm/new-markup.scm (fraction-markup): \fraction command.
+
+       * lily/lexer.ll: allow any string without \ { }  # and " in \markup
+       mode
+
+       * lily/lookup.cc (round_filled_box): rename function.
+       (LY_DEFINE): round-filled-box: change signature.
+
+       * Documentation/user/refman.itely: revise section explaining grace
+       notes.
+
+       * lily/translator-scheme.cc (LY_DEFINE): add ! to
+       ly:set-context-property
+
+       * input/*/*.ly (vmus): use \new everywhere.
+
+       * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
+
+       * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
+       default
 
-       * lily/tie.cc: add TODO comment.
+       * scm/music-functions.scm (set-stop-grace-properties)
+       (set-start-grace-properties, add-grace-property): new functions
+       for modular grace tweak control.
 
-       * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
+       * ly/engraver-init.ly (ScoreContext): new property graceSettings.
+       
+2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
-       linejoins and linecaps. This fixes problems with occasional spikes
-       on slur/tie endings.
+       * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
+
+       * GNUmakefile.in (install-pfa-fonts):
+       (get-pfa-fonts): New target.
+
+       * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
+       install-pfa-fonts help.
+
+2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/translator-scheme.cc (LY_DEFINE):
+       ly:context-pushpop-property new function.
+       (LY_DEFINE): new function ly:translator-find  
+       new function ly:translator?
+       (LY_DEFINE): new function ly:context?
+
+       * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
+
+       * python/lilylib.py (read_pipe): only store and display error log
+       if verbose not set.
+       (read_pipe): only display log if it contains something.
+
+2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/misc/GNUmakefile: Re-add.
+       (TEXTS): Add CHANGES.
+
+2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond.words: add \newcontext.
+
+2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/tie-performer.cc (stop_translation_timestep): only flush
+       tied_notes when we have actually made a tie. Fixes bugs with ties
+       in polyphonic scores.
+
+2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
+       they do not exist.
+
+2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION (PACKAGE_NAME): released 1.9.1 
+
+       * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
+       Instrument_name_engraver
+
+       * lily/tie-performer.cc (create_audio_elements): bugfix
+
+       * Documentation/user/music-glossary.tely (Top): comment out
+       font-style statements.
+
+       * input/test/force-hshift.ly: revise example.
+
+       * Documentation/bibliography/engraving.bib (note): typos.
+
+       * configure.in: bump GCC requirements to 3.x
+
+       * lily/include/audio-item.hh (class Audio_tie): rename
+       note_l_drul_ to note_drul_
+
+       * lily/tie-performer.cc (class Tie_performer): patch for new ties.
+
+       * lily/parser.yy (relative_music): whoops. All \relative were off
+       by ...  a lot .... Ahem.
+
+       * scm/define-music-types.scm (music-descriptions): idem.
+
+       * lily/beam-engraver.cc: move new-beam-event to beam-event
+
+       * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
+       to Tie_engraver
+
+       * input/regression/bar-number.ly: remove unnecessary old-relative
+       options.
+       
+       * Documentation/user/internals.itely (Creating contexts): document
+       \newcontext
+
+       * lily/parser.yy (Composite_music): add \newcontext
+
+       * Documentation/user/refman.itely (MIDI block): add note about
+       dotted tempos.
+
+       * scm/font.scm: remove old markup legacy
+
+       * GNUmakefile.in (web-clean): remake share/ after web-clean.
+
+       * lily/breathing-sign.cc (brew_molecule): remove function
+
+       * lily/text-item.cc: remove old-style markups.
+       (interpret_markup): C++ version of markup function
+       (brew_molecule): idem.
+
+       * lily/my-lily-lexer.cc (start_main_input): define input-file-name
+       as Scheme variable.
+
+       * scripts/convert-ly.py (conv): dashes rule.
+       Apply rule.
+
+       * Documentation/user/lilypond-book.itely: syntax fixes. 
+
+2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION (PACKAGE_NAME): release 1.9.0
+
+       * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
+       note about dvips. (Should backport.)
+
+       * scripts/convert-ly.py
+       (FatalConversionError.articulation_substitute): add
+       convert-new-chords code. Remove convert-new-chords.py
+
+       * Documentation/user/refman.itely (Octave check): document
+       \octave.
+
+       * Documentation/topdocs/NEWS.texi: add \octave, postfix and
+       \relative changes.
+
+       * lily/parser.yy (command_element): octave check:
+
+          \octave PITCH
+
+       checks that PITCH (without octave) yields PITCH (with octave) in
+       \relative
+
+       * lily/relative-octave-music.cc (to_relative_octave): octave check.
+
+       * lily/scm-option.cc: ly:set-option now has the default argument
+       #t.
+
+       * lily/lexer.ll: add \renameinput
+
+       * python/lilylib.py (command_name): robustifications.
+
+       * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
+       /dev/stderr. This is ash compatible.
+
+       * ly/init.ly: add warning if compatibility was not necessary.
+
+       * lily/scm-option.cc (LY_DEFINE): add ly:get-option
+
+       * flower/include/string-handle.icc: formatting cleanups, rename
+       references by ref_count_.
+
+2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: syncronize the spec file with
+       Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
+       package libs separately, fix conflicting php variable out=/dev/vc/
+       invoking `unset out', declare menus, use only one icon-file, fix
+       doc-path in menu.
+
+2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/convert-ly.py (FatalConversionError.conv): typo
+
+       * Documentation/misc/GNUmakefile: restore misc directory.
+
+       * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
+
+       * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
+       Petites-Preludes 
+
+       * input/test/partial-blank.ly (quickmeasure): syntax
+
+       * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
+       attachment property.
+
+       * Documentation/user/refman.itely: remove superfluous -'s 
+       (Grace notes): ) fixes.
+
+       * lily/music.cc: generic compress(), transpose() functions. Remove
+       others.
+
+       * lily/parser.yy (gen_text_def): remove support for #'(italic )
+       style markup entry.
+
+       * lily/parser.yy: all articulations postfix; remove obligatory -
+       for [,  ) and \!
+       
+       * lily/music.cc (to_relative_octave): write generic
+       to_relative_octave function; various relative cleanups.
+       Hmmm.
+
+       * lily/scm-option.cc: add options new-relative and old-relative
+
+       * po/sv.po: new po file.
+
+       * Documentation/user/refman.itely (Dynamics): website
+       fixes. (should backport!)
+
+2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: declare version only once.
+
+2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/simultaneous-music.cc (to_relative_octave): undo relative
+       meaning for now.
+
+2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
+
+       * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
+
+       * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
+
+       * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
+
+       * lily/music.cc (var): add ly:music-transpose function.
+
+       * lily/parser.yy (pre_events): remove prefix articulations.
+
+       * lily/music-sequence.cc (do_relative_octave): change relative meaning.
+
+       * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
+
+       * Documentation/user/refman.itely (Text markup): add comment about
+       markup in header.
+
+2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/paper-outputter.cc (write_header_fields_to_file): 
+       only dump value if it is a string.
+
+       * flower/include/dictionary.hh: remove.
+       
+       * Documentation/ChangeLog-1.5: add back old log.
+
+       * Documentation/topdocs/INSTALL.texi (Top): explain how to get
+       .pfas from a .deb.
+
+2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/bibliography/engraving.bib: add entry for
+       Jaschinski's Notation
+
+2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Beaming): add note about
+       allowBeamBreak
+
+2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
+       GregorianTranscription contexts
+
+       * ly/engraver-init.ly: vaticana contexts: minor fixes
+
+       * Documentation/user/refman.itely (Ancient notation): added note
+       on appendix length bug
+
+       * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
+       input/test/vaticana.ly: use vaticana contexts; small fixes
+
+2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/hash.cc: Remove.
+
+       * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
+       to (nonexistent?) hash_func_ identifier.
+
+       * python/midi.c (midi_error, midi_warning): Use char const* for
+       __FUNCTION__ argument.
+
+       * python/gettext.py: Remove.  We already require python 2.1, which
+       includes gettext.py.
+
+       * configure.in: Require python 2.1, as INSTALL.texi says.
+       it.
+
+       * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
+       versions 1.50 and 1.75.  Remove note about lexer patch.
+
+2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Update type1 font
+       description to actual situation.  Add comment about new font ball
+       layout.
+
+       * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
+       in $LILYPONDPREFIX suffices for installation.
+
+2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * debian/control (Build-Depends): Add flex-old as alternative to
+       flex.  Deprecate bison 1.75.
+
+2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
+       Vaticana contexts
+
+       * Documentation/user/refman.itely (Ancient notation): documented
+       some bugs; tiny fixes; added docu on Vaticana contexts
+
+       * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
+       scripts
+
+2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/refman.itely (Ancient notation): added some
+       introductory words; added section on ancient time signatures;
+       added some @seealso and @refcommands; small fixes and
+       beautifications
+
+2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * input/regression/note-head-style.ly: many fixes and updates
+
+       * Documentation/user/refman.itely: added small sections on ancient
+       accidentals, rests and flags; revised ancient note head section;
+       small wording/spelling fixes
+
+       * input/test/rests.ly: layout fixes
+
+2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * input/puer-fragment.ly: bugfix: central C position of do clef
+
+       * ly/gregorian-init.ly: workaround: add small padding space before
+       divisiones (the correct fix would be the spacing engine to handle
+       this)
+
+2003-08-13  Graham Percival  <gperlist@shaw.ca>
+
+       * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
+       cue-notes.ly: minor fixes.
+
+2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/refman.itely: bugfix: remove obsolete link to
+       input/test/custos-style.ly
+
+       * Documentation/index.html.in: bugfix: link to Tutorial.html
+
+       * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
+       to neumes; bugfix: "et": epiphonus, not just a simple pes
+
+2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: split `Insert Tag' if it is long enough.
+
+       * lilypond.words: add new features: markup, column, center, \[ \].
+       
+2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/NEWS.texi, DEDICATION,
+       stepmake/bin/add-html-footer.py
+       input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
+       input/mutopia/J.S.Bach/wtk1-fugue1.ly
+       input/mutopia/J.S.Bach/wtk1-prelude1.ly
+       Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
+       added (only) after a sentence which is complete; if the sentence is 
+       not ended a comma `,' or nothing is used. fix also spaces.
+
+2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/topdocs/INSTALL.texi (Top): change GUILE
+       requirements to plain 1.6.
+
+       * buildscripts/mutopia-index.py (read_lilypond_header): update
+       mutopia-index.py to 1.4 syntax [sic]
+
+2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
+
+2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/index.html.in: url for regression pdf
+
+       * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
+
+       * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
+
+       * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
+
+       * VERSION: 1.8.0 released
+       
+       * GNUmakefile.in (local-WWW-post): footify build fix.
+
+       * configure.in: require GUILE 1.6.4
+
+       * Documentation/user/GNUmakefile: don't copy *.png for
+       lilypond-internals
+
+       * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
+       local-WWW-post target.
+       (rsync-web): add rsync-web target
+
+       * Documentation/user/introduction.itely (Music notation and
+       engraving): add neume example
+
+       * input/puer-fragment.ly (cantus): add puer-fragment
+
+2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/no-notation/midi-volume-equaliser.ly: Add volume setting
+       to notes, so that equalizer is actualy being used.
+
+       * scm/midi.scm (instrument-equalizer-alist):
+       (absolute-volume-alist): Define public, so that user can copy or
+       override.
+
+       * lily/key-performer.cc (create_audio_elements): Check for minor
+       key.  Only if key is minor, set MIDI key to minor.
+
+2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Hiding staffs): fixes.
+
+       * mf/feta-eindelijk.mf (tracingvariables): add TODO.
+
+       * lily/system-start-delimiter.cc (after_line_breaking): retrieve
+       vertical extents to deal with Hara kiri correctly.
+
+       * input/regression/hara-kiri-short.ly: remove
+
+       * input/regression/hara-kiri-pianostaff.ly: update test.
+
+       * Documentation/user/*.tely: remove WEBTITLE
+
+       * scm/output-tex.scm (comment): idem.
+
+       * scm/output-pdftex.scm: remove GUILE 1.4 glue
+
+       * scm/music-functions.scm (make-lyric-event): new function
+
+       * scm/lily.scm (lilypond-version): new function
+
+       * input/test/version-output.ly: new file.
+
+       * Documentation/user/lilypond.tely: add version number to
+       front-page.
+
+2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/test/midi-scales.ly: Reformat to match midi2ly output again.
+
+2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/template/gregorian-transcription.ly (barTwo): syntax update.
+
+       * Documentation/user/refman.itely (Hiding staffs): rename node.
+
+2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/new-markup-syntax.ly (texidoc): remove
+       molecule-callback override.
+
+2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/les-nereides.ly: Mark tweaks with %tweak.
+
+       * Debian patch, see debian/changelog (Anthony Fok).
+
+2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
+       problem.
+
+2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * Documentation/user/refman.itely (Text markup): Fix language bug.
+
+2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/* : postfix syntax fixes.
+
+       * Documentation/user/refman.itely (Text markup): add note about
+       raise/lower with ^ or _ .
+       
+       * po/fi.po: fix \\apply strings.
+
+       * lily/parser.yy (open_event): warn for prefix articulations.
+
+2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
+       fix also on parmesan font.
+
+2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION 1.7.30 released
+       
+       * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
+
+       * buildscripts/mutopia-index.py (headertext): rewording
+
+2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/new-markup.scm (strut-markup): new markup function.
+
+       * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
+       space also when no accidental is there.
+
+2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/les-nereides.ly: Updates.
+
+2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el (LilyPond-insert-tag-current): new function,
+       which repeats the tag insertion selected from "Insert tag" menu.
+
+2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/all-font-metrics.cc (find_font): load AFM files first only
+       for feta fonts. This fixes problems with TeXlive and other TeX
+       distros that include AFM files for the CM fonts. 
+
+       * scm/font.scm (qualifiers-to-font-name): remove.
+
+       * lily/paper-def.cc: remove get_var.
+
+       * input/trip.ly: remove file.
+       
+       * input/regression/spacing-note-flags.ly (raggedright): remove
+       stafflinethickness
+
+       * input/les-nereides.ly: update to new syntax, cleanups.
+
+2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/refman.itely: Clarify shortest-note problem
+       of autobeamer.
+
+2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: Add each word to regexps only once.
+
+       * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
+       is based on the syntax definitions in lilypond.words. Remove all 
+       LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
+       LilyPond->Insert menu is generated by the entries in lilypond.words 
+       to which have been given a syntax definition.
+
+       * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
+       \notes, \relative, \score, \simultaneous, \transpose.
+
+       * lilypond-mode.el: allow non-alpha characters only in menu keywords.
+
+       * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
        
+       * lilypond-mode.el: add menu keywords separately.
+
+       * lilypond.words: post-syntaxed slur pairs and syntax for \times.
+
+2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
+       current ugly installation method for PFA fonts.
+
+2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
+
+        * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
+       to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
+
+       * Documentation/user/music-glossary.tely: update legato.
+
+2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lexer-gcc-3.0.patch: Remove.
+
+       * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
+
+2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * debian/rules (binary-arch): remove NEWS.
+
+2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
+
+       * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
+       stepmake/bin{ many }: polish the `--help's of different scripts;
+       model taken from the core-utils of Linux.
+
+       * flower/getopt-long.cc, python/lilylib.py: add space, see above.
+
+2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * flower/parse-afm.cc (parseCharMetrics): add warnings.
+
+       * flower/libc-extension.cc: idem.
+
+       * flower/include/libc-extension.hh: protect against isinf macros.
+
 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
 
         * { many }: Use two uppercase letters in LilyPond.
 
        * VERSION: 1.7.29 released.
        
+2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/tie.cc: add TODO comment.
+
+       * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
+
+       * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
+       linejoins and linecaps. This fixes problems with occasional spikes
+       on slur/tie endings.
+       
        * input/regression/font-name.ly: don't use PS fonts for
        compatibility reasons. 
 
 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
-       This fixes core dump on MIDI ouput (Simon Weatherill).
+       This fixes core dump on MIDI output (Simon Weatherill).
 
        * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
        on local-WWW-post.
@@ -3578,7 +4839,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
 
        * emacs-mode.el: Added spanish-note-replacements 
-        (<carlos.betancourt@chello.be>).
+        (Carlos Betancourt, <carlos.betancourt@chello.be>).
 
        * vimrc: (Un)commenting with <(S-)F12>, tidy.