]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scripts/lilypond.py (ly_paper_to_latexpaper): Regain
[lilypond.git] / ChangeLog
index 6fa1225259b0b315e0f9e5b2539885cd510c426f..cf797870eeb64ddb6b23eeb34136b40429b150c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,298 @@
+2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
+       compatibility with old versions of geometry.sty (compat2
+       already implied includehead).
+       Change the page layout slightly so bottom + footskip = top +
+       headheight + headsep = 16mm, the remaining paperheight-32mm
+       are used for the music. Increase footskip to 5mm, so the top of
+       the footer text doesn't touch the music.
+
+2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/music-functions.scm (determine-split-list): bugfix: only use
+       new-active for both voices if both indexes advance. This fixes the
+       biggest outstanding problem with new-pc. 
+
+       * lily/new-part-combine-iterator.cc (construct_children): set more
+       directions.
+
+2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (conv): add instrument rule.
+
+       * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
+
+       * lily/side-position-interface.cc: remove add_staff_support ()
+       Change all callers to use staff-padding.
+
+       * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
+       make_spanner().
+
+       * lily/a2-engraver.cc (process_acknowledged_grobs): 
+
+       * lily/text-engraver.cc: remove scriptHorizontal property.
+
+       * lily/beam.cc (least_squares): also set least-squares-dy for
+       special case of slanted 2-stem beam to center.
+
+       * lily/side-position-interface.cc (out_of_staff): move contents of
+       out_of_staff into aligned_side.
+       remove out_of_staff().
+
+       * input/regression/measure-grouping.ly: fix warning.
+
+       * lily/side-position-interface.cc: add staff-padding support to
+       Side_position_interface::aligned_side.
+
+       * lily/system-start-delimiter-engraver.cc (process_music): whoops,
+       one get_property too many.
+
+       * flower/include/drul-array.hh (linear_combination): new function
+       (scale_drul): new function
+
+       * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
+       operations on empty intervals are silly.
+
+2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/note-heads-engraver.cc (process_music): use robust_scm2int
+       (iso gh_scm2int), fixes crash in new part-combiner.
+
+       * configure.in: Up mftrace to 1.0.27.
+
+2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
+       align all stanza numbers.
+
+2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/user/{introduction.itely,refman.itely,
+       converters.itely}: fix some text inside parentheses; text should
+       be readable (even) if parentheses are either replaced with commas 
+       or dropped out.
+
+2004-01-25  Werner Lemberg  <wl@gnu.org>
+
+       * buildscripts/lilypond.words.py, input/puer-fragment.ly,
+       input/test/vaticana.ly, input/test/ancient-font.ly,
+       input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
+       lily/include/staff-symbol.hh, lily/breathing-sign.cc,
+       ly/params-as-init.ly, scm/define-grobs.scm,
+       scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
+
+       * ly/params-as-init.ly: Removed.  Obsolete.
+       * buildscripts/lilypond.words.py: Updated.
+
+2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * mf/parmesan-clefs.mf: switch off mensural G clefs.
+
+       * mf/feta-din{4,5,7,9}.mf: remove.
+       
+       * lily/engraver.cc (internal_make_item): centralize item/spanner
+       factory.
+
+       * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
+       do correct chord conversion for ^"sim."  (backportme)
+       (FatalConversionError.sub_articulations): substitute ^"foo" in
+       chords too. (backportme)
+
+       * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
+       for Fingering.
+
+       * lily/side-position-interface.cc (out_of_staff): don't do
+       anything if staff-padding not defined. 
+
+       * mf/feta-params.mf (stafflines): introduce linethickness as
+       general blackness of the font.
+
+       * lily/stem.cc (position_noteheads): rounding error robustness.
+
+       * input/regression/rest-collision-beam.ly: move beam/rest stuff
+       from beam-collision.ly 
+
+       * lily/beam.cc (rest_collision_callback): remove direction.
+
+       * scm/define-grobs.scm (all-grob-descriptions): remove
+       enclose-bounds in OttavaBracket and PianoPedalBracket
+
+       * scm/new-markup.scm (def-markup-command) new macro, which takes
+       care of defining the COMMAND-markup and make-COMMAND-markup
+       procedures, setting markup-signature and keyword-signature object
+       properties, and pushing the markup command in
+       markup-function-list.
+
+       All markup commands are defined thanks to it.  Users may also use
+       it to define their own markup commands. (Nicolas Sceaux)
+
+       * scm/new-markup.scm: Scheme style clean-up: there should be no
+       parenthesis alone on a line; LET* should not be used where LET is
+       enough. (Nicolas Sceaux)
+
+2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/filter-lilypond-book.py: Add script.
+
+2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
+
+2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/refman.itely (Fingering instructions): add
+       single note chords. 
+
+       * lily/multi-measure-rest-engraver.cc: use a single
+       MultiMeasureEvent for mm rests. This prevents problems with the
+       new part combiner.
+
+       * scm/music-functions.scm (determine-split-list): analysis has
+       global effect: a difference halfway a phrase makes the entire
+       phrase be typeset as apart.
+       (make-multi-measure-rest): make mmrest as a single rhythmic event. 
+
+2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/performer-init.ly: add Devnull.
+
+       * Documentation/user/refman.itely (Font selection): remove paper20
+       ref.
+       
+2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
+
+2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/music-functions.scm (determine-split-list): bugfixes.
+
+       * scm/lily.scm (uniq-list): new implementation, O(1) stack.
+
+       * input/test/scales-greek.ly: use C as base, results in different
+       alterations at the clef.
+
+       * input/regression/pedal-ped.ly: new file.
+
+       * input/regression/pedal-bracket.ly: new file.
+
+       * lily/piano-pedal-bracket.cc (brew_molecule): new function;
+       replace after_line_breaking()
+
+       * lily/line-interface.cc (line): read thickness.
+       (line): dash-fraction = 0 always for dotted-line style.
+
+       * input/test/staff-lines.ly (lower): bugfix.
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
+       \accepts Devnull into Score.
+
+       * scm/lily.scm: remove bla.scm load.
+
+2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: release 2.1.14
+       
+       * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
+
+       * lily/side-position-interface.cc (general_side_position): add
+       Staff_symbol_referencer::staff_space ().
+
+       * 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.
 
        * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
        
        * 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