]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
lily/include/context-def.hh: rename from translator-def.hh
[lilypond.git] / ChangeLog
index c283e4c0858e12cd4182083d147a543e396570b6..800d5bec8e545707594551dddfd474b4f8706238 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,97 @@
+2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/include/context-def.hh: rename from translator-def.hh
+
+2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * input/template/piano-dynamics.ly (pedal): Updated definition of
+       Dynamics such that \cresc works, for example.
+
+2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/stem.cc (calc_stem_info): use
+       Staff_symbol_referencer::staff_space
+
+       * lily/beam-quanting.cc (quanting): scale Stem_info 
+
+       * lily/beam.cc (rest_collision_callback): use minimum-distance
+       property for rest/beam collisions.
+       (rest_collision_callback): bugfixes.
+
+       * lily/system.cc (post_processing): extra-offset is now relative
+       to the size of the current staff.
+
+       * scm/music-functions.scm (notice-the-events-for-pc): record all
+       voices, only analyze "one" and "two".
+
+       * lily/recording-group-engraver.cc (finalize): bugfix: want self,
+       not parent. 
+
+       * lily/new-part-combine-iterator.cc (construct_children): create
+       Devnull from Voice context
+
+       * scm/music-functions.scm (determine-split-list): bugfixes.
+
+       * lily/lily-guile.cc (robust_scm2int): new function
+
+       * lily/staff-symbol-referencer.cc (line_thickness): new
+       function. Use throughout.
+
+       * lily/font-size-engraver.cc (acknowledge_grob): only process grob
+       in its own context.  Add to preset font-size.
+
+       * lily/stem.cc (thickness): new function.
+
+       * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
+       compute thickness from ledger-line-thickness.
+
+       * lily/note-head.cc (brew_ledger_lines): use
+       Staff_symbol::get_ledger_line_thickness ().
+
+       * lily/beam.cc (rest_collision_callback): use
+       Staff_symbol_referencer::staff_space().
+
+       * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
+       Mus1 Mus2
+
+       * lily/include/translator.hh (class Translator): add accepts_list_
+       so  \with { \denies / \accepts } also works.
+
+       * scm/music-functions.scm (determine-split-list): determine split
+       list from music events.
+
+       * lily/new-part-combine-iterator.cc: more states.
+
+       * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
+
 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/system.cc (set_loose_columns): use the right prebroken cols
+       for interpolating loose column position.
+
+       * lily/text-spanner.cc (brew_molecule): default to no vertical
+       lines.
+
+       * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
+       take space.
+
+       * scm/define-grobs.scm (all-grob-descriptions): less padding.
+
+2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/convert-ly.py: Do not test filename when processing
+       stdin.
+
+       * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
+
+2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/axis-group-engraver.cc (finalize): extra check; if
+       process_music () is never called, then staffline_ == 0.
+
        * lily/simultaneous-music-iterator.cc (pending_moment): don't
        check run_always ().
-
+       
        * VERSION: release 2.1.13
 
        * input/regression/note-head-style.ly (pattern): cleanup.
        
        * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
 
+2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/tutorial.itely (Integrating text and music):
+       Show the commands to produce a PDF as well.
+
 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/translator-def.cc (get_translator_names): accept user