]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(score_edges): add exp(slope*dir*leftright)
[lilypond.git] / ChangeLog
index ebb9fa93f61a651e974a8eb59901de16bb7faa8b..4b464ba74c685c51f8f2c87d4d03a571e3cdbb52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
+       factor in edge attraction. This reflects that the left edge may
+       have a larger gap for an ascending up-slur.
+
+2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
+
+2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/phrasing-slur-engraver.cc (process_music): Create
+       PhrasingSlur instead of Slur.
+
+       * Documentation/user/changing-defaults.itely (Defining new
+       contexts): Fixed misprinted context name.
+
+2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-scoring.cc (score_edges): don't be so picky for
+
+       * ly/property-init.ly (hideStaffSwitch): remove turnOff.
+
+       * scripts/convert-ly.py (conv): change Both to Neutral in property
+       settings.
+
+       * ly/engraver-init.ly: increase extent of Staff. 
+
+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