]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Nitpick run.
[lilypond.git] / ChangeLog
index d5cc1fc2b27fbe969e2b87f557fe86a395406df0..8e21cd985fa4faec3b6253107984c2619d78b9ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,113 @@
+2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Nitpick run.
+
+       * buildscripts/fixcc.py: Fixes.
+
+2005-08-12  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely: add markup
+       example to Text spanners.
+
+2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/basic-notation.itely (Ties): Add example of
+       tying a tremolo to a chord. Thanks to Steve Doonan. 
+
+       * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
+       properties and move tieMelismaBusy to the list of written
+       properties. 
+
+2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * po/TODO: suggest to use a dedicated tool like kbabel.
+
+       * po/fi.po: update using kbabel.
+
+2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Remove obsolete files.  Nitpick run.
+
+       * lily/lily-guile.cc (parse_symbol_list): Bugfix.
+
+2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
+       too.
+
+       * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
+
+       * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
+       whitespace as symbol separator.
+
+       * lily/side-position-interface.cc: Add slur-padding.
+
+       * input/regression/slur-script.ly: Fixed.  Backportme?  This is
+       quite a large fix, and it never worked in a stable release; so not
+       really a regression.
+
+       * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
+       Update cut and paste code from Slur_engraver.
+
+       * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
+       Add.
+
+       * scm/define-grobs.scm (DynamicLineSpanner): Add
+       dynamic-line-spanner-interface.
+       (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
+
+2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
+       to_boolean () so that non-set 'inside-slur means false.
+
+       * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
+       slur has control-points.  Skip script without direction.  Always
+       do_shift if script inside slur, even if slur not contained in
+       script y-extent.  Increment k in loop.
+
+2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/define-markup-commands.scm: Improved regexp to search for
+       EPS bounding boxes and corrected call to ly:warning.
+
+2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * Documentation/user/programming-interface.itely (Displaying music
+       expressions): doc for \displayLilyMusic. Also some precisions in
+       "Markup construction in Scheme"
+
+2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/define-markup-commands.scm (normal-text): Added 2 new
+       markup commands, \normal-text and \medium (the latter thanks to
+       Bruce Fairchild). 
+
+2005-08-08  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/programming-interface.itely: fix @{ @}.
+
+       * scm/define-markup-commands.scm: add linewidth info to
+       \justify and \wordwrap, add "upright is the opposite of italic".
+
+       * Documentation/user/advanced-notation.itely: shaped->shape,
+       add (cons (markup "foo")) type of example to text markup,
+       reword multi-measure rests section.
+
+       * lily/note-heads-engraver.cc: changed Shaped->Shape in a
+       comment.  No actual code was touched.
+
+       * Documentation/user/invoking.itely: add more info about
+       \include.  Thanks, Bruce!
+
+       * THANKS: add Bruce Fairchild, alphabetise.
+
+       * Documentation/user/global.itely: document \score{\header{}}
+       behavior.
+
+       * Documentation/user/basic-notation.itely: reword multi-measure
+       rest discussion in Rests.
+
 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * Documentation/user/programming-interface.itely (Markup