]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Bugfix: copy aclocal.m4, autogen.sh also if
[lilypond.git] / ChangeLog
index d630a4488cba1064dc13fe9e3df419b74d2c3d22..cb74e7580ec5b0b0411e8fb982cf0935b5c5fa71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
+
+       * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
+
+       * 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. 
+
+       * mutopia/claop.py (accents): update to 1.8
+
+       * Documentation/user/music-glossary.tely (Top): remove 13pt.
+
+       * Documentation/user/macros.itexi: don't color glossary links.
+
+       * Documentation/user/invoking.itexi (Error messages): new section
+
+2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/font-name.ly: add file.
+
+       * scm/document-backend.scm (grob-doc): remove <hr> from
+       lilypond-internals
+
+       * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
+       reqd version to 1.6.4 
+
+       * lily/font-interface.cc (get_font): bugfix: take font-name from
+       alist chain too. This fixes font-name override for \markup.
+
+2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
+
+       * input/test/polymetric-differing-notes.ly: Compile fix.
+
+2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/refman.itely: fixed typo
+
+       * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
+       before flexa
+
+2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/test/{ many }: search & fix some typos.
+
+2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
+       images.
+
+       * scm/music-functions.scm (make-voice-props-set): set Script /
+       TextScript dir for polyphony too.
+
+       * scm/define-grobs.scm (all-grob-descriptions): decrease space
+       before clef.
+
+       * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
+
+2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
+
+       * Documentation/user/refman.itely (Percussion): Small
+       clarifications and fixes.
+
+       * scm/drums.scm: Bugfix: Use string instead of symbol when naming
+       threads. This fixes different heads playing simultaneously.
+
+2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/{ many }: increase readability (read through 
+       User manual from `one big page').
+
+2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/polymetric-differing-notes.ly: add example with
+       disparate note values.
+
+       * input/test/polymetric.ly: rename from poly-metric
+
+       * scripts/ly2dvi.py (include_path): bugfix: use outbase
+       iso. outname.
+
+       * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
+       G-clef bbox to real char extents. This fixes the G-clef being
+       offset too much to the right.
+       document perc clef offset.
+
+       WARNING: FONT CHANGED.
+
+       * Documentation/user/tutorial.itely (Tutorial): move menu.
+
+2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * buildscripts/lilypond-profile.sh (Error): trim error message.
+
+       * Documentation/user/invoking.itexi (Invoking the lilypond
+       binary): add note about path.
+
+       * Documentation/user/macros.itexi: add @c at EOL, hopefully
+       suppresses superfluous spaces.
+
+2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/lilypond-profile.sh: Add documentation to error
+       message.
+
+       * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
+
+2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
+       <mike@ossmann.com>)
+
+       * Documentation/bibliography/computer-notation.bib (pages): prune
+       unscientific language.
+
+       * Documentation/user/GNUmakefile: copy unsplit file to
+       lilypond.html (idem for lilypond-internals).
+
+       * buildscripts/mutopia-index.py (read_dict): remove "example file:"
+
+       * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
+
+       * python/lilylib.py (lilypond_version): 2.1 proof version check.
+
+       * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
+       fix.
+       
+2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
+
+        * Documentation/user/{ various }: bind text snippets with their
+        examples, e.g. by punctuation: This is an example.
+
+2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/performer-init.ly (VoiceContext): Typos.
+
+       * stepmake/stepmake/toplevel-targets.make (install): For srcdir
+       builds, leave final-install to toplevel srcdir makefile.
+
+       * make/srcdir.make.in (install): New target.
+
+2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
+       This fixes core dump on MIDI output (Simon Weatherill).
+
+       * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
+       on local-WWW-post.
+
+2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * make/lilypond.redhat.spec.in: add dvips to reqs.
+
+2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * make/srcdir.make.in (web): Add special web target.
+
+       * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
+       from inner $(LOOP).
+
+       * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
+
+       * stepmake/stepmake/generic-targets.make (www-targets-help):
+       * GNUmakefile.in (web-install): Install in $(webdir).
+
+       * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
+
+       * cygwin/changelog: 
+       * cygwin/mknetrel: Update.
+
+       * GNUmakefile.in (web-install): Rename (was: install-html-doc).
+       (html-doc): Remove (use: web).
+
+       * stepmake/stepmake/script-rules.make: 
+       * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
+       Fix $(config_make) dependencies for srcdir build.
+
+       * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
+       target for srcdir build.
+
+       * stepmake/make/stepmake.make: 
+       * make/srcdir.make.in: 
+       * GNUmakefile.in:
+       * make/stepmake.make (config_make): Rename variable (was:
+       configuration).
+
+2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/internals.itely (Manipulating music
+       expressions): run lilypond on example too.
+
+       * flower/include/libc-extension.hh: move lrint define to
+       header. bugfix.
+       
+2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
+       * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
+       do we recurse whole tree?).
+
+       * GNUmakefile.in (html-doc): Resurrect.
+
+       * Documentation/pictures/GNUmakefile (default, local-dist): Remove
+       obsolete $(package-icon) dependency.
+
+2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Automatic staff changes):
+       add seealso 
+
+       * Documentation/index.html.in: link to bigpage.
+
+       * Documentation/user/tutorial.itely (Tutorial): streamline.
+
+       * Documentation/index.html.in: url typo.
+
+       * VERSION (PACKAGE_NAME): release 1.7.28
+
+       * python/lilylib.py (error_log): remove '/' from name.
+
+       * input/regression/pedal.ly: remove; dups input/test/
+       
+       * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
+
+       * Documentation/index.html.in: python style doco index.
+
+       * Documentation/{footer,header}.html.in (src): remove, 
+
+       * Documentation/pictures: remove all but lelie-logo.xpm.
+
+       * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
+       before running makeinfo.
+
+       * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
+       @code{}
+
+2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/bar-number-regular-interval.ly: rename.
+
+       * Documentation/user/*: various fixes. 
+
+2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/{ many }: polish for update-all-menus. typos.
+
+       * po/fi.po: fixes.
+
+       * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
+
+       * buildscripts/mutopia-index.py: polish.
+
+       * input/regression/{ many }, input/test{ many }: polish texidocs.
+
+2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
+
+       * lily/text-spanner.cc (brew_molecule): use bracket-flare
+       iso. edge-widen.
+
+       * lily/piano-pedal-engraver.cc (process_music): change from
+       process_acknowledged ()
+
+       * lily/piano-pedal-bracket.cc: new file. Change
+       setup_pedal_bracket in after_line_breaking callback.  Thoroughly
+       cleaned up.
+
+       * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
+
+       * input/regression/tuplets.ly (texidoc): rename file.
+
+       * po/fr.po: update
+
+       * buildscripts/lilypond-profile.sh: error message if script is not
+       sourced.
+
+       * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
+       bracket-flare
+       (make_bracket): simplify code.
+
+       * lily/parser.yy (verbose_command_req): catch typos in \key scale
+       argument.
+
+       * python/lilylib.py (lilypond_version_check): new function
+
+       * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
+
+       * scripts/ly2dvi.py (run_lilypond): add version check.
+
+       * scripts/lilypond-book.py (option_definitions): typo
+
+       * scripts/ly2dvi.py (include_path): typo
+
+       * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
+
+       * lily/parse-scm.cc (parse_handler): typo
+
+       * Documentation/user/macros.itexi: use @heading for headings.
+
+       * Documentation/user/refman.itely: updates, fixes.
+
+2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * po/fi.po: add Finnish translations. fixes.
+
+       * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
+
+       * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
+       from lily/glissando-engraver.cc.
+
+2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
+       for non-first _broken_ bracket.
+
+       * Documentation/user/refman.itely: corrections.
+
+2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/new-fingering-engraver.cc (position_scripts): add heads to
+       support of the fingerings.
+
+       * po/fr.po: French translation update.
+
+       * lily/parser.yy (Composite_music): add extra \ for "\apply" in
+       strings.
+
+2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/introduction.itely: Small fixes.
+
+2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/AUTHORS.texi: polish.
+
+2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/introduction.itely: revise
+
+       * Documentation/user/tutorial.itely: reorganise.
+
+       * Documentation/topdocs/index.tely: remove.
+
+       * Documentation/header.html.in: prune.
+
+       * GNUmakefile.in: clean up web building.
+
+       * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
+       target.
+
+2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-font-lock.el: do not try to match two-char slurs \) \].
+
+       * lilypond-mode.el: turn on blink-matching-paren.
+
+2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-sodipodi.scm (svg-header): Fix typo.
+
+2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
+       fixes a security hole.
+
+       * scripts/lilypond-book.py (original_dir): remove temp_dir
+
+       * scm/document-translation.scm: use @code tags.
+
+2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
+
+       * lilypond-mode.el: add a buffer-local post-command-hook to set
+       context dependent syntax-table after each cursor event. Remove old
+       stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
+
+       * lilypond-indent.el: update comments.
+
+       * Documentation/footer.html.in: add period.
+
+2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * make/lilypond.redhat.spec.in (Group): don't strip binary.
+
+       * scm/document-translation.scm (document-property-operation): add
+       @code{} tags.
+
+       * VERSION (PACKAGE_NAME): release 1.7.27
+
+       * config.make.in: add PAPER variable
+
+       * buildscripts/new-chords.py (help): add help text
+
+       * Documentation/user/introduction.itely (Typography and program
+       architecture):  fixes.
+
+       * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
+       for texinfo and dvips. This fixes problems with PDF output of the
+       wrong size.
+
+       * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
+       DVIPS_PAPERSIZE variable
+
+       * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
+       TEXINFO_PAPERSIZE variable 
+
+2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/feta-macros.mf: whoops: only draw lines for test situations.
+
+       * mf/feta-toevallig.mf: lowres fixes.
+
+2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * NEWS: Typo and fill-paragraph fixes.
+
+       * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
+       cast #define.
+
+       * configure.in: 
+       * config.hh.in: Check for lrint.
+
+2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.7.26 released
+
+       * lily/separation-item.cc: add padding property.
+
+       * input/test/*.ly: various fixes, remove solo-a2.ly
+
+       * scm/new-markup.scm (brew-new-markup-molecule): arg order
+       bugfix. Fixes old-style markup compatibility.
+
+       * Documentation/user/introduction.itely (Introduction): historical
+       elucidations
+
+       * Documentation/user/music-glossary.tely (Top): linewidth fix.
+
+       * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
+
+       * Documentation/index.texi (Top): cleanup.
+
+       * Documentation/user/introduction.itely (Introduction): rewrite
+       introduction, 
+       (Music notation and  engraving): about notation. Add flat-picture
+
+2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * ly/engraver-init.ly (LyricsVoiceContext): add padding for
+       separation items. This keeps lyrics from bumping into each other.
+
+2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in (topdocs-web): New target.
+       (local-web): Depend on topdocs-web; fixes html-doc.
+
+2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * po/lilypond.pot: run po-replace
+
+       * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
+
+       * scm/drums.scm (reset-drum-kit): new function.
+
+       * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
+
+       * scripts/update-lily.py: remove
+       
+       * VERSION: release 1.7.25
+       
+       * Documentation/user/introduction.itely (Introduction): rewrite
+       start of introduction.
+
+2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/all-font-metrics.cc: fixed typo
+
+2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
+       LilyPond-mode-context-set-syntax-table): new functions to define
+       the syntax table according to context.
+
+       * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
+
 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/user/refman.itely (Figured bass): 
+       language nit courtesy http://www.vocabula.com
+
+       * GNUmakefile.in: remove no kpathsea hack.
+
+       * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
+       doco.
+
+       * GNUmakefile.in: remove web-doc target.
+
+       * lily/all-font-metrics.cc (find_afm): add message about
+       buildscripts/clean-fonts.sh 
+
+       * scm/define-music-properties.scm (figure): use string for 'figure
+
+       * lily/parser.yy (bass_number): allow strings for bassfigure too. 
+
+       * input/regression/ : add raggedright = ##t where applicable. 
+       
+       * scm/bass-figure.scm (make-bass-figure-markup): add
+       alignBassFigureAccidentals property.
+
+       * lily/volta-bracket.cc (brew_molecule): only put text on 1st
+       bracket.
+
+       * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
+       syllables widths into account for minimum-length.
+
+       * input/test/staff-container.ly: update file
+
+       * input/test/stem.ly: remove
+
+       * lily/event.cc (LY_DEFINE): add ly: prefix.
+
+       * input/test/clef-manual-control.ly: from manual-clef
+
+       * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
+
+       * input/test/different-time-signatures.ly: move to poly-metric.ly
+
+       * input/test/hara-kiri*,scales.ly: remove
+       
+       * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
+       with chord-names-jazz.ly)
+
+       * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
+       get scalable cm fonts too.
+
+       * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
+       --encoding for mftrace if present.
+
+       * input/regression/slur-area.ly: move from test/
+
+       * input/test/: remove simple-slur-endings slur-attachment
+       slur-broken-cross-staff slur-broken.ly slur-damping.ly
+       slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
+       slur-symmetry slur-symmetry tie-broken.ly
+
+       * scm/drums.scm (set-drum-kit): add function.
+
+       * Documentation/user/refman.itely (Percussion staves): use
+       set-drum-kit
+
+       * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
+       too
+       (Global_measure.set_timesig): handle 3/8 time sig too.
+
        * scm/output-lib.scm (note-head-style->attachment-coordinates):
        note about triangle note heads.
 
 
 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
+
        * configure.in: Use lily/main.cc as identifying source file.
 
        * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
@@ -148,7 +1272,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lilypond-mode.el, lilypond-indent.el: restrusture and comment
        paren highlight function definitions. add todo for
-       Lilypond-show-paren-mode.
+       LilyPond-show-paren-mode.
 
 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
@@ -2525,7 +3649,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
 
-       * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
+       * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
        jobs at the same time. Add horizontal lines to Command menu.
        Allow one compiling job -- propose killing others before a new one.
 
@@ -3007,7 +4131,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.