]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* tex/titledefs.tex: Replaced \ifx\blabla\undefined
[lilypond.git] / ChangeLog
index e4f7c5ac1d453ccff68d4b5d454a7002ccf80245..028f5ef80f0beee1896e6719e5027fcd1c64c255 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,657 @@
+2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * tex/titledefs.tex: Replaced \ifx\blabla\undefined
+       with \lilypondifundefined{blabla}. Solves problem with multiple
+       titles in the same lilypond-book document.
+
+2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * spelling patch courtesy Edward Sutton.
+
+       * Documentation/user/changing-defaults.itely (Changing context
+       default settings): new node.
+       (Defining new  contexts): new node.
+
+       * scripts/lilypond-book.py (is_derived_class): use numbers
+       iso. booleans.
+
+       * python/lilylib.py (make_ps_images): add margin to PS images.
+
+       * scripts/lilypond-book.py (is_derived_class): new function. Take
+       class arg iso. object.
+       (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
+       for bug in GS/dvips.
+
+       * lily/text-item.cc (interpret_markup): idem.
+
+       * scm/define-markup-commands.scm: remove split around-space hack.
+
+       * lily/staff-symbol-referencer.cc (get_rounded_position): new
+       function, fold WL's fixes into one function.
+
+2004-03-22  Werner Lemberg  <wl@gnu.org>
+
+       lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
+       lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
+       (Note_column::head_position_interval): Do proper rounding for
+       calls to Staff_symbol_referencer::get_position.
+
+2004-03-21  Werner Lemberg  <wl@gnu.org>
+
+       * lily/score.cc (ly_run_translator), lily/paper-def.cc
+       (Paper_def::get_paper_outputter), lily/input-file-results.cc
+       (Input_file_results::Input_file_results), lily/my-lily-parser.cc
+       (My_lily_parser::parse_file): Improve formatting progress indication
+       sent to stdout.
+
+2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: 2.1.33 released.
+
+       * scripts/lilypond-book.py (do_file): reinstate --filter support.
+
+       * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
+
+       * stepmake/stepmake/generic-targets.make: rewrite hack so no
+       warning is issued about dummy.dep.
+
+       * scm/new-font.scm: fix design sizes of nummer
+
+2004-03-21  Werner Lemberg  <wl@gnu.org>
+
+       * stepmake/bin/install-sh: Updated (from gnulib).  This removes
+       some annoying warnings from mkdir during `make install'.
+
+2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/performer-group-performer.cc (do_announces): call
+       Performer_group_performer::create_audio_elements () too.
+
+       * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add  property break-align-orders
+
+       * lily/global-context.cc (get_default_interpreter): new
+       function. Override from base class, so no new Score contexts are
+       created.
+
+       * lily/include/stencil.hh (class Stencil): document origin field.
+
+       * lily/staff-symbol.cc (print): span staff-symbol on column
+       extents for non-broken columns. 
+
+       * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind key-signature.
+
+       * tex/titledefs.tex: don't use smallcaps for piece.
+
+       * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
+       translated stencils in the output.
+
+       * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
+
+2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
+       and init ties_created_
+
+       * VERSION: release 2.1.32
+
+       * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
+       doc string from IMPLEMENT_CTOR_CALLBACK().
+
+       * lily/engraver.cc (typeset_grob): paranoia: take care of the case
+       that engraver is in a performer hierarchy.
+
+2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
+
+       * vim/lilypond-ftdetect.vim: new file.
+
+2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
+       (compose_ly): default octave should be middle C.
+
+       * Documentation/user/changing-defaults.itely (Layout tunings
+       within contexts): new node.
+
+       * lily/include/smobs.hh: document C++ smob interface.
+
+       * lily/function-documentation.cc: don't doc functions without
+       docstring.
+
+2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/lilypond.tely: Remove `* lilypond' node from
+       direntry, so that `info lilypond' goes to Top.
+
+       * scm/output-ps.scm (polygon): Fix: add spaces.
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
+       solutions are now optimal too.
+
+       * input/test/page-breaks.ly: New file.
+
+       * lily/paper-outputter.cc (Paper_outputter): Import page breaking
+       functions into safe module.
+
+       * lily/lily-guile.cc (ly:number->string): Do not leave space at
+       end, prepend zeros.
+
+       * scm/output-*.scm: Use ly:number->string rather than
+       number->string.  Makes for saner output.
+
+       * scm/output-ps.scm (define-fonts): Always scale by designsize.
+       Fixes feta-nummer, feta-din scaling.
+
+2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
+
+       * scm/music-functions.scm (descend-to-context): new
+       function. Similar to context-spec-music.
+       (make-time-signature-set): specify Score as descend-only. This
+       fixes the polymetric.ly example.
+
+       * lily/context-specced-music-iterator.cc (construct_children): add
+       support for descend-only context spec.
+
+       * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
+       determine ez-notation letter. 
+
+       * lily/system.cc (get_line): start with dumping layer 3. This
+       fixes ez notation.
+
+2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/test/title-markup.ly: Stress breaking harder.
+
+       * scm/page-layout.scm (height-score): Overfull page scores twice
+       as bad as underfull (was: by a power).
+       (walk-lines): Omit first walk-path round (breaking after new node,
+       without lines).
+
+       * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
+       diff values are negative.
+       (output): Bugfix: treat negative vfill differently.
+
+       * Documentation/user/lilypond.tely (direntry): Add note about why
+       `info lilypond' brings up `Invoking LilyPond' node.
+
+2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
+
+       * lily/paper-book.cc: Remove cruft.
+       (output): Bugfix: put vfill between lines.
+       (pages): Bugfix: set page vars needed for filling.
+
+       * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
+       (was: @ar).
+
+       * scm/page-layout.scm: Further development.
+
+       * ly/declarations-init.ly (paper): Define page-breaking.
+
+2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/note-head.cc (brew_ez_stencil): add note-names
+       property. Provides internationalization for note names.
+
+       * Documentation/user/changing-defaults.itely (Creating contexts):
+       new node.
+
+       * lily/grace-iterator.cc (process): descend to child for \grace.
+
+       * lily/timing-translator.cc (initialize): Timing_translator adds
+       Timing alias by itself.
+
+       * lily/context.cc (add_alias): new function.
+
+       * scm/lily.scm (tex-output-expression): new function, eval within
+       drawing API. Guards against eval vulnerabilities.
+
+       * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
+
+       * scm/output-ps.scm (scm): export lily drawing API.
+
+       * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
+       throughout.
+
+2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/page-layout.scm (optimal-page-breaking): New function.
+       
+       * lily/paper-book.cc (pages): Use it.
+
+2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/include/paper-line.hh (class Paper_line): Full smob.
+
+2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/global-context.cc (run_iterator_on_me): fix grace note
+       nesting by initting measurePosition.
+
+       * lily/timing-translator.cc (initialize): do no init
+       measurePosition
+       
+       * lily/include/music-output-def.hh (class Music_output_def): add
+       input_origin_ field.
+
+       * Documentation/user/changing-defaults.itely (Changing context
+       properties on the fly): new node.
+
+       * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
+       function. Only have smobbed_copy (), and do not provide
+       smobbed_copy() for non-simple smobs. Changes throughout.
+
+2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/auto-change-iterator.cc (class Auto_change_iterator): add
+       start_moment_. Fix by Doug A. Linhardt.
+
+2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
+       accidentals for harmonic notes.
+
+       * lily/note-collision.cc (check_meshing_chords): don't merge heads
+       of different style. (Thanks to Doug Linhardt).
+
+       * Documentation/user/changing-defaults.itely (Scheme tutorial):
+       new node.
+
+2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
+
+       * vim/filetype.vim, vim/lilypond-ftplugin.vim,
+       vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
+       vim/lilypond-indent.vim: doc targets and deps in comments.
+
+2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
+
+       * lily/system.cc (get_line): Return Paper_line.  Change all users.
+
+       * lily/include/paper-line.hh:
+       * lily/include/paper-line.cc: New file.
+
+2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION (MY_PATCH_LEVEL): release 2.1.31.
+
+       * GNUmakefile.in: remove stray make out=www
+
+       * input/test/bagpipe.ly (gcdg): octave fixes.
+
+       * scm/define-markup-commands.scm (number): use font-encoding
+       iso. font-family
+
+       * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
+       font-encoding.
+       
+2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lily/parse-scm.cc: compile-bugfix: add missing header files for
+       `output_format_global' and `PAGE_LAYOUT'.
+
+2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
+       lily functions in safe mode.
+
+       * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
+       Print filename for HTML, LATEX, before texidoc.
+
+       * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
+       instructions in output-ps module.
+
+       * scm/lily.scm: Do not load output-ps module.
+
+       * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
+       safe mode.
+
+2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/span-dynamic-performer.cc (process_music): remove spurious
+       warning.
+
+       * lily/context-def.cc (Context_def): init name to ""
+
+       * lily/font-interface.cc: add font-encoding property.
+
+       * scm/lily.scm (chain-assoc-get): bugfix.
+
+       * lily/paper-book.cc (stencil2line): protect static SCM.
+
+       * lily/font-interface.cc (text_font_alist_chain): rename function,
+       and use text-font-defaults. 
+
+       * lily/font-select.cc (properties_to_font_size_family): call SCM code.
+
+       * scm/paper.scm (paper-set-staff-size): use new function.
+
+       * scm/new-font.scm (make-font-tree): new function.
+
+2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-book.cc (output): Bugfix: no output if no \paper.
+
+       * scm/lily.scm (get-output-module): New function.
+       (output-alist): Remove ,ps-output-expression.
+
+       * scm/output-tex.scm (ps-output-expression): New function.
+
+       * scm/output-ps.scm (ps-output-expression): Remove.
+       (header, start-page): Output page metadata.
+
+       * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
+       initialise output_module_.  Do not write part of header.
+       (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
+       (output_header): Output full header.
+
+       * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
+       FIXME.
+
+2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/new-font.scm: new file. Tree based font lookup.
+
+       * scm/lily.scm (assoc-get): take default argument. Remove
+       assoc-get-default.
+       (chain-assoc-get): use chain-assoc-get everywhere.
+
+       * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
+       autobeamsettings conversion bug.
+
+       * lily/include/global-context.hh (Context): clean-up data hiding.
+
+       * lily/include/music-iterator.hh (class Music_iterator): clean-up
+       data hiding.
+
+       * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
+
+       * input/regression/stem-shorten.ly: add chord case.
+
+       * lily/stem.cc (get_default_stem_end_position): shorten stems
+       triggered by note-head positions, not by forced-direction. This
+       fixes a bug with too short stems.  
+2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py (Lilypond_snippet.output_html,
+       Lilypond_snippet.output_latex): Always call output_print_filename.
+
+       * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
+       expand pages.
+
+2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/part-combiner.scm (make-autochange-music): switch rests
+       before switched notes too.
+
+       * lily/figured-bass-engraver.cc (process_music): change calling
+       convention.
+
+       * scm/bass-figure.scm (format-bass-figure): rewrite function. 
+
+       * scm/define-markup-commands.scm (bracketed-y-column): new markup
+       command.
+
+       * lily/include/stencil.hh (class Stencil): add origin field.
+
+       * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
+       function.
+
+       * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
+
+       * lily/lexer.ll: remove support for \$ and $ in identifiers
+
+       * lily/sequential-iterator.cc: remove copy_grace_fixups
+       (get_grace_fixup): slight abstraction of fixup code.
+
+       * input/test/title-markup.ly (spaceTest): vary staff sizes.
+
+2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
+
+       * vim/lilypond-indent.vim: use <C-F> (default) as indent key
+       in insert-mode. add indenting rules.
+
+2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
+       protect hack.
+
+       * scm/page-layout.scm:
+       * lily/paper-book.cc: Handle tagline/copyright.  Internal page
+       layout and titling should now match external latex based version.
+
+       * scm/output-tex.scm (output-scopes): Bugfix: only write string
+       header fields.
+
+       * ps/lilyponddefs.ps: Remove automatic page layout.
+
+       * scm/output-ps.scm (new-start-system): New interface function.
+
+       * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
+
+       * lily/paper-book.cc (output): Bugfix.
+
+2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION (MY_PATCH_LEVEL): release 2.1.30
+       
+2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/lilypond.tely: Bugfix: Remove './' from
+       direntries.
+
+       * ps/lilyponddefs.ps: Bugfix.
+
+       * input/regression/multi-measure-rest-instr-name.ly: Typo.
+
+2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/auto-beam-engraver.cc (create_beam): add Stem as
+       cause. This should fix warnings.
+
+       * mf/feta-slag.mf (trill_ne): fix upmordent size.
+
+       * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
+       prevent aligned 6ths.
+
+       * lily/custos.cc (print): remove adjust-if-on-staffline.
+
+2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-book.cc: Do header and footer.
+
+2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
+
+       * scm/paper.scm (lineheight): Remove
+       (head-sep, foot-sep): Add.
+
+2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * mf/feta-schrift.mf: reduce portato thickness.
+
+       * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
+
+       * lily/grob-pq-engraver.cc (start_translation_timestep): remove
+       programming_error ().
+
+       * lily/piano-pedal-engraver.cc (finalize): attach unfinished
+       bracket to last command column.
+
+       * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
+       continues on next/prev system.
+
+       * input/regression/pedal-end.ly: new file.
+
+2004-03-10  Werner Lemberg  <wl@gnu.org>
+
+       * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
+       Remove pmx2ly stuff.
+       * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
+
+2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/page-layout.scm: New file.
+
+       * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
+       settings.
+       (Lilypond_snippet.is_outdated): Also check for PNG file.
+       Workaround for interrupted (web) builds.
+
+       * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
+
+       * ps/lilyponddefs.ps: Use only very small top-marging.
+       (init-paper): Also pop page size string.
+       (start-page, stop-page): New function.
+
+       * scm/output-ps.scm (header-end): Remove stray exec commands.
+
+2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/input-file-results.cc (do_one_file): use new Paper_book()
+
+       * lily/score.cc (default_rendering): clean protection.
+
+       * lily/paper-book.cc (mark_smob): implement smob marking.
+
+       * scripts/lilypond.py (make_html_menu_file): remove --psgz option
+
+       * Documentation/user/*.itely: user manual edits. 
+
+2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/converters.itely (Invoking musedata2ly):
+       remove pmx2ly.
+
+       * scripts/pmx2ly: remove script.
+       
+2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/score.cc (default_rendering): Protect paper-book members.
+
+       * lily/paper-def.cc (smobbed_copy): New method.
+
+       * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
+       switch runtime.
+
+       * lily/include/music-output.hh (process): Change signature to
+       return SCM.
+
+       * lily/paper-book.cc (classic_output, get_title, get_scopes): New
+       method.
+
+       * lily/paper-score.cc (process): Return stencils rather than
+       outputting directly.  Remove paper-book kludge.  Delete grobs.
+       (output): Remove.
+
+       * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
+
+       * lily/score-engraver.cc (get_output): Do not reset pscore_.
+
+       * lily/score.cc (default_rendering)
+       (ly_render_output): Move adding paper-score two levels up.
+
+       * lily/system.cc (get_line):
+       * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
+
+2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/font.scm (paper20-font-vector): add more design sizes for
+       number.
+
+       * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
+       feta-nummber{5,7,11,13}.
+
+       * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
+       for 12pt design size. 
+
+2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
+
+2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/font-select.cc (properties_to_font_size_family): Fix
+       warning message.
+
+       * Experimental PostScript latin1 encoding:
+       
+       * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
+
+       * scm/output-ps.scm: Experimental encoding using reencode-font.
+       * scm/font.scm: Add latin1 `font-shape'.
+       
+       * scm/define-markup-commands.scm (latin-i): New font-shape command. 
+
+       * ps/lilyponddefs.ps (reencode-font): New function.
+
+       * lily/paper-book.cc (get_pages): Simplistic page breaking.
+
+       * scm/output-tex.scm (start-page):
+       (stop-page): New interface function.
+
+2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-outputter.cc (output_expr):
+       (output_header):
+       (output_line): New method.
+
+       * lily/system.cc (get_line):
+       (get_lines): New method.
+       (output_scheme):
+       (output_line): Remove.
+
+       * scm/lily.scm (make-title): New function.
+
+       * lily/paper-book.cc: 
+       * lily/include/paper-book.hh: New file.
+
+       * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
+       ly-modules.hh).
+
+       * lily/ly-module.cc (ly_modules_lookup): New function.
+
+       * lily/main.cc (main_with_guile): Move memory leak debug code back.
+
+       * scm/output-ps.scm (make-title): Remove.
+       (output-scopes): Junk header-title test.
+
+2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * mf/feta-schrift.mf: thicker dot for portato.
+
+       * lily/accidental-placement.cc (position_accidentals): bugfix in
+       offset, this fixes right-padding of AccidentalPlacement.
+
+       * lily/[h-z]*.cc: () formatting.
+
+       * Documentation/user/tutorial.itely (An orchestral part): more
+       fixes for the tutorial.
+
+       * scm/translation-functions.scm (fraction-tuplet-formatter):
+       reverse fraction.
+
+       * lily/parser.yy (context_def_spec_block): use \context instead of
+       \translator.
+
+       * lily/[a-g].cc: () style cleanup.
+
+       * Documentation/user/tutorial.itely (Automatic and manual beams):
+       editing of tutorial.
+
+2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * buildscripts/mf-to-table.py (base): write encoding name.
+
 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/user/GNUmakefile (local-install-info): Issue
 
 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * VERSION: 2.1.29 released.
+       
        * Documentation/user/changing-defaults.itely (Changing defaults):
        new file.
 
 
        * ps/lilyponddefs.ps: Disable PostScript titling.
 
-       * lily/paper-score.cc (process): Qute PORT argument to make-title.
+       * lily/paper-score.cc (process): Quote PORT argument to make-title.
 
 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>