]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/framework-ps.scm (reencode-font): Handling font scaling
[lilypond.git] / ChangeLog
index 0723065ae6c2a877103d0ed483a02acb42a53ca9..467fb79d0397fafa642d3cfb8d3d689170624240 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,137 @@
+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/*-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 ("_")
+       from font characters; made font character naming more
+       consistent
+
+       * 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
+       landscape
+       
+
+       * scm/framework-ps.scm (eps-header): bugfixes. 
+
+       * scm/titling.scm (default-score-title): remove opus from the
+       \score title.
+
+2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * scripts/convert-ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/abc2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/etf2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
+
+       * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
+
+       * scripts/midi2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/mup2ly.py (program_name): changed to sys.argv[0]
+
+       * scripts/ps2png.py (program_name): changed to sys.argv[0]
+
+2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
+       character position.  Huh?
+
+       * scm/output-gnome.scm (placebox): Shield affine-relative.
+
+       * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
+       cater for system's pango 1.5.1.
+
+       * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
+
+       * scm/slur.scm: Tweak.
+
+2004-09-08  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/{first couple of chapters}: more editing.
+
 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.
 
 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>