X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=52aa30b76148b82513074d1bfd700c7c6880b307;hb=428a7f752cebf17f61a39f08d908c163762521c3;hp=1c52cf0069cb2c43c435ea97f794be0a04cee2ec;hpb=94d6a214a653b7050da52afa4d46592dbc286622;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 1c52cf0069..52aa30b761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,345 @@ +2006-06-06 Han-Wen Nienhuys + + * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links. + + * buildscripts/readlink.py: add file. + +2006-06-06 Joe Neeman + + * lily/tuplet-number.cc (print): prevent stencil from being + garbage collected. + +2006-06-05 Han-Wen Nienhuys + + * scm/stencil.scm (write-system-signature): explicitly + -well, superfluously- close output port. + + * buildscripts/output-distance.py (main): oops. Add extra argument. + +2006-06-05 Graham Percival + + * Documentation/user/music-glossary.tely: clarified example + from Francisco Vila, thanks! + +2006-06-05 Han-Wen Nienhuys + + * input/regression/spacing-section.ly: new file. + + * lily/input.cc (programming_error): new function. + + * lily/spacing-engraver.cc (try_music): new function. Accept + spacing-section-event + + * lily/spacing-spanner.cc (set_springs): take slices of all + columns for spacing. + + * lily/include/paper-column.hh (class Paper_column): add + Paper_column::compare. + + * ly/spanners-init.ly (newSpacingSection): add newSpacingSection. + + * scm/define-music-types.scm (music-descriptions): add + SpacingSectionEvent + + * lily/music-iterator.cc (report_event): use programming_error for + sending non-event error. + + * lily/input.cc (programming_error): new function + + * buildscripts/output-distance.py (main): use compare-XXX for + compare files. + (main): --threshold option, default at 0.30 + + * output-distance.py (main): add --threshold option. + +2006-06-04 Nicolas Sceaux + + * scm/paper-system.scm (paper-system-annotate): fix problem when + annotating an empty system + +2006-06-04 Han-Wen Nienhuys + + * GNUmakefile.in: reinstate old web tar/copying. + +2006-06-03 Han-Wen Nienhuys + + * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if + nothing changes. (Erik S) + + * lily/percent-repeat-iterator.cc (get_music_list): fix repeat + count. (Erik S) + +2006-05-28 Nicolas Sceaux + + * scm/define-markup-commands.scm (whiteout): do not force + foreground color of argument markup to black. + + * scm/stencil.scm (annotate-y-interval): put arrow dimension at + the left of the arrow, instead of below the arrow name, so that, + when two little arrows are vertically stacked, their dimensions + and name should not overlap. Add a color key parameter. + + * scm/paper-system.scm (paper-system-annotate): Annotate + next-space+next-padding instead of next-space. Annotate space + between next-padding and next-space+padding, respectively, and + following system extent and refpoint-Y-extent. Use colors. + + * scm/page.scm (annotate-page): translate annotations slightly to + the right. + +2006-06-03 Han-Wen Nienhuys + + * lily/figured-bass-position-engraver.cc (acknowledge_end_slur): + fix for x-staff slurs. Thanks Joe! + + * buildscripts/output-distance.py + (SystemLink.output_expression_change_count): keep track of changed + details, and dump in details html page. + + * input/regression/figured-bass-staff.ly: add note about setting + properties in Staff context. + + * lily/figured-bass-position-engraver.cc (acknowledge_slur): + add slurs and ties to support too. + + * buildscripts/output-distance.py (main): set dest_dir + argument. Add --max-count option. + +2006-06-02 Jürgen Reuter + + * ly/gregorian-init.ly: Converted to utf-8. Added memorable + shortcuts for special unicode chars that are useful in chant + notation. Revised exisiting and added new comments. + +2006-06-02 Han-Wen Nienhuys + + * make/mutopia-rules.make: remove duplicate recipe. + +2006-06-02 Werner Lemberg + + * tex/texinfo.cnf: Fix typo (\euro -> \minus). + Add support for U+0132 (IJ) and U+0133 (ij). + +2006-06-02 Han-Wen Nienhuys + + * buildscripts/output-distance.py (FileLink): new class. collect + info systems from one .ly file. + (FileLink.link_files_for_html): further tweaks. + +2006-06-02 Graham Percival + + * tex/texinfo.tex: partial fix for @funindex. + + * Documentation/user/macros.tely: uncomment @funindex (doesn't + break anything). + +2006-06-02 Han-Wen Nienhuys + + * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly + + * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for + @example too. Backportme. + +2006-06-02 Graham Percival + + * tex/texinfo.cnf: added UTF-8 support for texinfo; patch + from Werner Lemberg. + +2006-06-02 Paco (Francisco Vila) + + * Documentation/user/music-glossary.tely: additional spanish + updates and a lyrics fix in an example. + +2006-06-02 Jürgen Reuter + + * scm/define-grob-properties.scm: Previous patch contained + spurious line from another patch not yet committed. Fixed. + + * scm/define-grob-properties.scm: Add missing doc strings for + ancient notation. + +2006-06-01 Han-Wen Nienhuys + + * buildscripts/output-distance.py + (ComparisonData.write_text_result_page): separate the scores, sort + by geo_score. + + * scm/framework-eps.scm (output-classic-framework): start at 1 for + system signatures. + + * buildscripts/output-distance.py (me_path): use argv[0] for + sys.path extension + (ComparisonData.img_cell): use colored borders. + + * scm/stencil.scm (write-system-signature): escape newlines too. + (write-system-signature): use (1,-1) interval for empty interval + +2006-01-01 Graham Percival + + * Documentation/user/music-glossary.tely: Spanish updates + from Francisco Vila. + + * Documentation/user/lilypond-book.itely: addition from + Vaclav Smilauer. + + * Documentation/user/ various: edits, small additions + from mailist, etc. + +2006-06-01 Jan Nieuwenhuizen + + * GNUmakefile.in (tree-lib-prefix-current): + (tree-share-prefix-current): Use version number in tree, add + `current' symlinks. + +2006-06-01 Han-Wen Nienhuys + + * GNUmakefile.in: write VERSION, again. + + * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf + $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too. + + * stepmake/aclocal.m4: robuster version detection. + + * buildscripts/output-distance.py + (ComparisonData.create_html_result_page): copy only if file + exists, fixup src paths. + + * stepmake/bin/add-html-footer.py (built): junk gulp_file() + +2006-06-01 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Robustification for (gcc) version detection. + Another datarootdir reto. + + * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't + available. This should be moved to postinstall-lilypond-doc. + +2006-05-31 Han-Wen Nienhuys + + * GNUmakefile.in: simplify local-WWW-post. + remove -type l from find. + + * buildscripts/output-distance.py (ComparisonData.compare_trees): + fixes. Don't follow symlinks. + (ComparisonData.create_html_result_page): remove previous results. + insert ../python in path. + + * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes. + +2006-05-31 Jan Nieuwenhuizen + + * config.make.in (datadir): Add datarootdir to silence autoconf. + + * stepmake/aclocal.m4: Update for autoconf-2.59d. + +2006-05-31 Erlend Aasland + + * dynamic-engraver.cc: fix bug (dynamics collide with accidentals) + + * scm/output-ps.scm (repeat-slash): fix a bug that made repeat + slash beams too wide. + +2006-05-30 Han-Wen Nienhuys + + * VERSION: release 2.9.7 + +2006-05-30 Jan Nieuwenhuizen + + * lily/relocate.cc (read_relocation_dir): Do not blindly + dereference DIR. + +2006-05-30 Han-Wen Nienhuys + + * lily/parser.yy: replace THIS by PARSER + + * Documentation/index.html.in: add link to test-results.html page. + + * Documentation/topdocs/NEWS.tely (Top): update NEWS entry. + + * scm/translation-functions.scm (format-bass-figure): translate + digits over 10 to the left + + * scm/define-markup-commands.scm (translate-scaled): new markup. + + * mf/feta-nummer-code.mf (code): overshoot the topright tip of the + 7 glyph. + + * ly/engraver-init.ly: add Figured_bass_engraver + + * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul. + + * lily/figured-bass-engraver.cc (clear_spanners): use everywhere. + + * lily/score-engraver.cc (announce_grob): only note START announces. + + * lily/include/engraver-group.hh (Translator_group): + acknowledge_hash_table_ is now drul. + + * lily/engraver.cc (announce_end_grob): new method. + + * lily/include/grob-info.hh (class Grob_info): add start_end_ member. + + * lily/translator-dispatch-list.cc (create): take start_end argument. + + * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change + acknowledge_static_array_ to drul + + * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro. + + * scm/define-grob-interfaces.scm + (bass-figure-alignment-interface): add bass-figure-alignment-interface + + * scm/define-grobs.scm (all-grob-descriptions): add + BassFigureAlignmentPositioning + + * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version + number stays up to date. Backportme. + +2006-05-30 Mats Bengtsson + + * Documentation/user/basic-notation.itely (Bar lines): Document + the "||:" bar type. + +2006-05-30 Jan Nieuwenhuizen + + * buildscripts/builder.py: Remove --ly option/target from mf-to-table. + + * scripts/lilypond-book.py: Bugfix: do not blindly attempt + .../current hack if LILYPONDPREFIX is fine. Fixes `scons doc' + build. + + * Resurrect `scons lily' build. + + * SConstruct (symlink_tree): Bugfix: link + music-drawing-routines.ps to file iso directory. + + * lily/SConscript: Remove kpath-guile from LIBS. + + * SConstruct (libdir_package_version): Typo. + (configure): Comment-out fontforge for lack of fontforge.pc . + Also add libdir* to environment. + +2006-05-30 Graham Percival + + * Documentation/user/ various: minor additions from mailist and + editing. + +2006-05-30 Paco + + * Documentation/user/music-glossary.tely: numerous corrections and + some new translations. + 2006-05-29 Han-Wen Nienhuys + * BackportmeStart. + + * buildscripts/output-distance.py + (ComparisonData.create_html_result_page): new routine: summarise + results in HTML page with images. + (ComparisonData.create_text_result_page): create summary text files too. + * GNUmakefile.in (web-ext): package .signature files too. They - compress well. + compress well. * scm/stencil.scm (write-system-signature): typo. @@ -13,8 +351,6 @@ * scm/framework-ps.scm (output-framework): dump-signatures support for plain output. - * GNUmakefile.in: create web-signature-root/ too - * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures. * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop @@ -63,7 +399,8 @@ * scm/stencil.scm (write-system-signature): new routine: write python parseable signature of a separate paper system. - + BackportmeEnd. + 2006-05-26 Han-Wen Nienhuys * lily/stanza-number-engraver.cc (process_music): use is_markup()