]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
small fixes.
[lilypond.git] / ChangeLog
index cb511a7d60e80d849406a6b55e6c236bd26bc03b..20d352c56d25b9dc3c7651ec8cde0f2eaef7f1d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,546 @@
+2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * vim/lilypond-indent.vim: small fixes.
+
+2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/notation.itely (Entering lyrics): Add example
+       with correct english double quotes (at least for LaTeX output,
+       maybe not a good idea if we switch to PS as the default output
+       format).
+
+2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/staff-performer.cc (create_audio_elements): play instrument
+       changes before notes arrive. This fixes instrument of the first
+       note in a score.
+
+       * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
+       to 1.9.0 conversion.
+
+       * lily/mark-engraver.cc: doc string.
+
+       * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
+
+       * Documentation/user/introduction.itely (Introduction): new node.
+
+2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
+
+       * input/regression/spacing-ragged-last.ly: new file.
+
+       * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
+       spacing.
+
+       * scm/font.scm: rewrite using GOOPS.
+       
+       * lily/context-def.cc (filter_engravers): derefence pointer.
+
+       * lily/lily-guile.cc (type_check_assignment): use
+       ly_scheme_function iso. scm_primitive_eval where possible.
+
+       * lily/performance.cc (output): limit channels at 15. This fixes
+       percussion inadvertently showing up in large scores.
+
+2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/tuplet-gap.ly: new file.
+
+       * lily/tuplet-bracket.cc (make_bracket): take gap interval.
+       (print): compute gap length from number size, include italic
+       correction.
+
+       * scm/define-grobs.scm (all-grob-descriptions): remove gap from
+       tuplet-bracket
+
+       * scm/paper.scm (set-default-paper-size): new function, to be
+       called at toplevel.
+       (set-paper-size): new function, to be called inside \paper {}
+       (set-default-paper-size): new function, to be called at toplevel.
+
+       * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
+
+       * lily/beam-performer.cc (process_music): idem.
+
+       * lily/slur-performer.cc (process_music): stop melisma for stop event.
+       
+       * tex/titledefs.tex: remove scshape for piece.
+
+       * lily/line-spanner.cc (line_stencil): font-encoding = music, not
+       font-family
+
+       * lily/time-signature.cc (special_time_signature): font-encoding
+       not family.
+
+       * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
+       dynamic to head. This fixes p placement in morgenlied.
+
+2004-03-23  Werner Lemberg  <wl@gnu.org>
+
+       * stepmake/stepmake/generic-targets.make (help): Improve text.
+
+2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: 2.1.34 released
+       
+       * lily/main.cc (main_with_guile): switch debugging.
+
+       * lily/system.cc (get_line): plug leak.
+
+       * lily/paper-book.cc (pages): plug memory leaks: delete page array
+       and contents.
+       (stencil2line): plug leak.
+
+       * Documentation/user/changing-defaults.itely (Determining a grob
+       property):  new node.
+       (Layout interfaces): new node.
+       (Navigating the program reference): new node.
+
+       * lily/accidental-engraver.cc (acknowledge_grob): add property
+       harmonicAccidentals
+
+       * lily/piano-pedal-engraver.cc (del_linespanner): new function.
+       general cleanups.
+       
+       * input/les-nereides.ly (middleDynamics): resurrect Les
+       nereides. Remove pedal hack.
+
+2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/property-grace-polyphony.ly: new file.
+
+       * lily/translator-property.cc (execute_pushpop_property): only pop
+       one instance of the property. This fixes << \\ >> together with
+       \grace.
+
+       * lily/break-align-interface.cc (ordered_elements): we cannot
+       modify the #'elements property, so return reordered array.
+
+2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: remove.
+       * buildscripts/lilypond-words.py: add new, renamed file. 
+       Give generated targets and dirs explicitly in arguments.
+
+       * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
+       elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
+       vim/lilypond-syntax.vim: update to use new lilypond-words.py.
+       
+       * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
+
+       * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
+
+       * Documentation/topdocs/INSTALL.texi: update vim-mode installing orders.
+
+       * vim/GNUmakefile: add local-uninstall target.
+
+       * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
+       
+       * vim/vimrc: add a one-liner file.
+
+       * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
+       vimrc in EXTRA_DIST_FILES.
+
+       * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
+
+2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
+
+        * config.make.in: add vimdir.
+
+        * vim/GNUmakefile: add local-install.
+
+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>
+
+       * scm/document-backend.scm (interface-doc): sort grob list for interface.
+
+       * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
+       pre/post break align-order.
+
+       * 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.