X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=41116182eac047ff8f60859aff5d1b148407f27a;hb=628042b4a0d2c3a12c54f2684e417f4cfe95af72;hp=f7dd3e48dc55475d120be88e515944c6d5bd446f;hpb=cd481bdd451490f0af8c7ee9cab5341d8a6c8cbb;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index f7dd3e48dc..41116182ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,87 @@ +2004-03-21 Han-Wen Nienhuys + + * 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 + + * stepmake/bin/install-sh: Updated (from gnulib). This removes + some annoying warnings from mkdir during `make install'. + +2004-03-21 Han-Wen Nienhuys + + * 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 + + * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use + and init ties_created_ + + * 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 + + * vim/lilypond-ftdetect.vim: new file. + +2004-03-19 Han-Wen Nienhuys + + * 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 + * 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. @@ -21,7 +103,7 @@ * 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 + * 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