]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scripts/GNUmakefile: bugfix: run help2man only after scripts have
[lilypond.git] / ChangeLog
index 80f7fb76fcff81e45edc8c7d871272360bd8528b..0a2b6c46f4b30f4fcc6f8cc5f45ce8b2238d0cb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,137 @@
+2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
+       been generated. Fixes "can't get `--help'" bug after make clean.
+
+       * THANKS: alphabetize contributors.
+
+2006-04-17  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/instrument-notation.itely: added Erlend's
+       tabs and banjo doc patch.  Thanks!
+
+2006-04-17  Erlend Aasland  <erlenda@gmail.com>
+
+       * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
+
+       * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
+
+       * scm/output-lib.scm: add some more predefined string tunings.
+
+       * Documentation/user/instrument-notation.itely: and doc them.
+
+2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * ly/engraver.ly: Remove obsolete comments.
+
+       * ly/gregorian-init.ly: Define default layout block.
+
+       * input/puer-fragment.ly: Updated and extended.
+
+2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
+       pdf conversion behaviour.
+
+       * flower/file-name.cc (dir_name)
+       (get_working_directory): Move from relocate.cc.
+
+       * lily/relocate.cc (setup_paths): Remove rogue stat calls.
+       
+       * lily/relocate.cc: Encapsulate sys/stat.h in
+       HAVE_STAT_H.
+
+2006-04-14  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: small updates from Cameron
+       and Juergen, thanks!
+
+       * Documentation/user/ various: small updates of my own.
+
+       * THANKS: 2.7 -> 2.8.
+
+2006-04-11  Graham Percival  <gpermus@gmail.com>
+
+       * scm/define-context-properties.scm: typo.
+
+       * Documentation/user/ : many more small updates.
+
+2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * scm/define-music-types.scm: disposed "docme".
+
+2006-04-11  Erlend Aasland  <erlenda@gmail.com>
+
+       * lily/hairpin.cc: make niente circles a bit smaller.
+
+2006-04-10  Erlend Aasland  <erlenda@gmail.com>
+
+       * mf/GNUmakefile: remove redundant mftrace check. Also remove
+       get-pfa and get-*-fonts targets.
+
+2006-04-10  Graham Percival  <gpermus@gmail.com>
+
+       * THANKS, Documentation/user/ basic-notation, advanced-notation,
+       music-glossary, programming-interface: more minor fixes
+       from mailist.
+
+       * scm/define-grob-properties.scm: clarified direction, thanks Mats!
+
+       * scm/define-context-properties.scm: another old \property update.
+       This time tested for compiling!
+
+2006-04-10  Erlend Aasland  <erlenda@gmail.com>
+
+       * mf/GNUmakefile: fix for mftrace version >= 1.2.0
+
+2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-context-properties.scm (all-user-translation-properties): 
+       * Documentation/user/global.itely (Page formatting): Compile fix.
+
+2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/advanced-notation.itely (Polymetric
+       notation): Update the example to use the "+" symbol and add link
+       to input/test/compound-time.ly.
+
+2006-04-08  Graham Percival  <gpermus@gmail.com>
+
+       * scm/define-grob-properties.scm: clarify docs for #'direction.
+
+       * scm/define-context-properties.scm: update old \property override.
+
+       * Documentation/user/ advanced-notation, global, lilypond-book:
+       more minor doc updates.
+
+2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
+
+       * scm/backend-library.scm (search-gs): oops.
+
+2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scripts/lilypond-book.py (output): use base, not filename for href.
+
+       * scm/backend-library.scm: only look for gs.
+
+       * scripts/lilypond-book.py (output): fix printfilename.
+
+       * lily/parser.yy (music_function_musicless_prefix): fold together
+       definitions of signature (SCM*) (Music|post_event|chord_body_element)
+
+       * lily/slur.cc (print): only set font-size if not set yet.
+
+       * lily/slur-configuration.cc (add_score): improved layout of debug
+       scoring output.
+
+2006-04-05  David Feuer  <David.Feuer@gmail.com>
+
+       * music-drawing-routines.ps (draw_round_box): removed testing artifact.
+       (draw_circle): Hopefully fixed regression.
+       Improved documentation for several procedures.
+       
 2006-03-04  Werner Lemberg  <wl@gnu.org>
 
        * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
@@ -5,7 +139,7 @@
 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * scripts/musicxml2ly.py (bindir): add dynamic
-       relocation. Backportme.
+       relocation. 
 
 2006-04-04  Graham Percival  <gpermus@gmail.com>
 
        (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
        with stroke_and_fill throughout.
        (euclidean_length, print_letter, draw_box): Deleted unused
-        procedures.  If someone needs draw_box, implement it using
-        draw_round_box; don't duplicate code.
+       procedures.  If someone needs draw_box, implement it using
+       draw_round_box; don't duplicate code.
        (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
        Refactored/cleaned up interfaces.
        (mark_URI): Moved.
 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * scm/music-functions.scm (quote-substitute): set
-       iterators-ctor. Backportme.
+       iterators-ctor. 
 
 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>