]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/new-font.scm: new file. Tree based font lookup.
[lilypond.git] / ChangeLog
index 25cae3f0cab45961c97528fde9706896e3ec680b..b2e0dc286f74ad0450d0572246cbebedb818bd86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,111 @@
+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>
 
-       * lily/custos.cc (print): remove neutral position.
-       (print): remove adjust-if-on-staffline.
+       * 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>