]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
new file.
[lilypond.git] / ChangeLog
index dbef003a20a620aa1e36a57ef73353fa9e15ed6c..844038a90c3fdb4b73b7888501804c8c8c6edd26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,202 @@
+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.
 
@@ -8,8 +205,8 @@
 
        * scm/lily.scm: Do not load output-ps module.
 
-       * lily/paper-outputter.cc (Paper_outputter): Attempt to eval
-       output-ps in safe mode.
+       * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
+       safe mode.
 
 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>