]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
increase extent of Staff.
[lilypond.git] / ChangeLog
index f5784015f5439f64d91b4d8c77c0aab5fbe3ec85..046533828763e646cf43cebf42e5b8bb9c42c6c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,167 @@
+2004-09-13  Graham Percival  <gperlist@shaw.ca>
+
+       * scm/script.scm: change behaviour of slur and accent.
+
+       * Documentation/user/music-glossary.tely: de-gender a few entires.
+
+       * Documentation/user/introduction.itely: de-gender a few sentences.
+
+2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * input/regression/rehearsal-mark-number.ly: Reuse the existing
+       formatting routine when adding boxed numbers. Makes it easier to
+       extrapolate how to do for boxed letters.
+
+2004-09-12  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: fixed Time Signature numbers bug.
+
+       * Documentation/user/invoking.itexi: updated the "reporting bugs" section.
+
+2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-grobs.scm (all-grob-descriptions): longer
+       ideallengths for stems in higher order beams.
+
+       * Documentation/user/changing-defaults.itely (Page layout):
+       document them.
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
+       to get sane spaces for titles.
+
+       * ly/book-paper-defaults.ly: new parameters aftertitlespace,
+       beforetitlespace, betweentitlespace.
+
+       * input/regression/beam-quant-standard.ly (primeSixteenths): add
+       16th notes.
+
+       * lily/beam.cc (set_minimum_dy): new function. Round non-zero
+       small slope up to smallest quant. This prevents small slopes from
+       getting rounded to zero.
+
+       * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
+       are smaller than the smallest quant.
+
+       * input/tutorial/brahms*.ly: remove.
+
+       * input/*: update all .ly files.
+        
+       * ly/a4-init.ly (vsize): remove papersize init files.
+
+       * scripts/convert-ly.py (conv): add conversion.
+
+       * lily/parser.yy: change mode changing commands to XXXmode,
+       eg. drummode.
+       (mode_changing_head): group mode changes.
+       (mode_changing_head_with_context): new commands: create context as
+       well as change mode.
+
+       * input/regression/system-overstrike.ly: new file.
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): add
+       betweensystempadding also to fixed distance for the spring.
+       * scm/define-grobs.scm (all-grob-descriptions): fix order of
+       key-cancellation.
+
+       * input/regression/beam-concave-damped.ly: new file.
+
+       * lily/beam-concave.cc: new file, with new routines for concave
+       decisions. There are now two types of concaveness: 1. a sharp
+       logic decision forcing a beam horizontal, and 2. a number that
+       measures how concave beams are that are not caught by 1.
+
+       This fixes: morgenlied.ly and input/regression/beam-concave.ly
+       
+       * lily/new-fingering-engraver.cc (stop_translation_timestep): new
+       property: add-stem-support
+
+2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-scoring.cc (get_bound_info): only do
+       broken trend at the end of the line.
+
+       * VERSION (PACKAGE_NAME): release 2.3.16.
+
+       * input/regression/phrasing-slur.ly (Module): remove (duplicate
+       with phrasing-slur-slur-avoid.ly)
+
+       * lily/slur-scoring.cc (struct Extra_collision_info): collect
+       parameters for extra offset.
+       (get_bezier): add slurs mid-points for curve determination
+       (score_extra_encompass): add slur end points for scoring.
+
+2004-09-11  Matthias Neeracher  <neeracher@mac.com>
+
+       * scm/framework-ps.scm (reencode-font): Handling font scaling
+       and reencoding differently to work around a bug in gs 8.30 and
+       earlier.
+       Update callers.
+
+2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-scoring.cc (broken_trend_y): always take use vdir
+       extent index of other system. Fixes slurs across line breaks.
+
+       * lily/tuplet-engraver.cc (start_translation_timestep): use
+       Tuplet_description::stop_ for determining when to stop producing
+       tuplet brackets. This fixes: tuplet-overwrite.ly
+
+       * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
+       errors with GUILE 1.7 CVS.
+
+       * lily/translator.cc (derived_mark): new function.
+
+       * lily/slur-scoring.cc (score_encompass): new penalty type:
+       variance penalty demerits slurs where one head/stem is much
+       closer to the slur than average.
+
+       * lily/tuplet-bracket.cc (print): use robust_relative_extent
+       iso. extent()
+       (calc_position_and_height): use robust_relative_extent(). This
+       fixes a couple of programming_errors
+
+       * input/regression/part-combine-mmrest-after-solo.ly (Module): new
+       file.
+
+       * lily/part-combine-iterator.cc (unisono): bugfix for the case
+       that voice-2 plays solo, and voice-1 has an mmrest that starts
+       earlier. In that case, we switch to voice-2, so we catch the
+       mmrest of voice-2. This fixes: partcombine-rest.ly.
+2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       add adjacent-hairpins property.
+
+       * lily/hairpin.cc: lengthen hairpin if space is available.
+
+       * input/regression/dynamics-hairpin-length.ly (Module): new file.
+
+2004-09-10  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: small fixes to docs.
+
+2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+       
+       * VERSION (PACKAGE_NAME): release 2.3.15
+
+       * make/lilypond.redhat.spec.in (Requires): bump requirement for
+       ec-fonts-mftraced
+
+       * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
+       the latest ec-fonts-mftraced package.
+
+       * scm/define-context-properties.scm
+       (all-internal-translation-properties): add property. Remove
+       definition of quotes property.
+
+       * Documentation/user/notation.itely (Quoting other voices):
+       document it
+
+       * lily/quote-iterator.cc (moment_less): add quotedEventTypes
+       property, to determine what events are processed in \quote.
+
 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
 
        * (many files): removed most occurrences of underscore ("_")
        * input/test/gregorian-scripts.ly: fixed another victim of grand
        replacement operations
 
+       * lily/vaticana-ligature-engraver.cc: caught some more "_"
+       inconsistencies
+
+       * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
+
 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * Documentation/user/changing-defaults.itely (Paper size): doc
 
 2004-09-07  Graham Percival  <gperlist@shaw.ca>
 
-       * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name and summary.
+       * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
+       and summary.
 
-       * Documentation/user/{first couple of chapters}: the big "Graham's moved to
-       a new city, his friends haven't arrived, and he has no internet access" patch.
-       Numerous editorial and stylistic changes to the manual.
+       * Documentation/user/{first couple of chapters}: the big "Graham's
+       moved to a new city, his friends haven't arrived, and he has no
+       internet access" patch.  Numerous editorial and stylistic changes
+       to the manual.
 
 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>