X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=11fa9664cdfb5c3991989e4e3c4864c0f114a0b1;hb=a09cc3999936281f74edf27dd6938d107c037a72;hp=70d601fc68c064b7e96d35b727fd43a6fd176ba3;hpb=c539bdf8cd4eee781782490051245480884dbc7b;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 70d601fc68..11fa9664cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,153 @@ +2005-05-03 Graham Percival + + * scm/define-grobs.scm: remove "remove-first" line, since + the absent property is set to #f anyway. + + * Documentation/user/basic-notation.itely, + advanced-notation.itely, instrument-notation.itely: minor + fixes. + + * ly/property-init.ly: add textSpanner{Up,Down,Neutral}. + + * Documentation/user/advanced-notation.itely, + changing-defaults.itely: consolidate Text stuff in + advanced notation. + +2005-05-03 Han-Wen Nienhuys + + * scm/framework-ps.scm (write-preamble): extract CFF from OTF + fonts directly. + + * buildscripts/gen-emmentaler-scripts.py (i): idem. + + * mf/GNUmakefile: remove all CFF rules. + + * scm/framework-ps.scm (ps-embed-cff): reinstate. + + * lily/open-type-font-scheme.cc (LY_DEFINE): + new function ly:otf-font-table-data. + (LY_DEFINE): new function otf-font? + +2005-05-02 Han-Wen Nienhuys + + * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule. + ($(outdir)/Fontmap.lily): idem. + + * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding + for PFAEmmentaler-XXX.pfa. This fixes ghostscript ps2pdf problems. + + * Documentation/user/music-glossary.tely (accidental): NL + translation of accidental. + +2005-05-02 Jan Nieuwenhuizen + + * flower/include/international.hh: Bugfix: include "string.hh". + + * lily/include/mingw-compatibility.hh: New file. + + * flower/include/libc-extension.hh (memrev): Rename from strrev. + + * configure.in: Search for mingw wcrtomb library. + +2005-05-02 Mats Bengtsson + + * scripts/convert-ly.py: Bug fix + + * Documentation/user/changing-defaults.itely (Common tweaks): + Added example where the context has to be specified explicitly + (MetronomeMark). + +2005-05-01 Han-Wen Nienhuys + + * scripts/lilypond-book.py (ly_options): set timing to #f for + notime option. + + * scripts/convert-ly.py (conv): typo. + + * flower/*.cc: remove ? + + * lily/*.cc: remove ? + + * lily/tweak-registration.cc (insert_tweak_from_file): Make sure + that 0x0 isn't passed into scm_cons(). Fixes crash with tweak + editor. + +2005-04-30 Han-Wen Nienhuys + + * lily/part-combine-engraver.cc: add space to variable list. + +2005-04-30 Graham Percival + + * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's + remove-first to false (matches docs) + + * Documentation/user/advanced-notation.itely: corrected docs + concerning remove-first. + +2005-04-29 Mats Bengtsson + + * lily/part-combine-engraver.cc: make sure that the relevant + properties are included in the documentation. + +2005-04-28 Graham Percival + + * Documentation/user/lilypond-book.itely: Bernard's docs + for \betweenLilyPondSystem. + +2005-04-28 Han-Wen Nienhuys + + * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated + remarks. + +2005-04-28 Pal Benko + + * lily/mensural-ligature.cc (brew_flexa): apply thickness property + only on vertical lines of flexa shape, and use a constant + thickness value for horizontal lines (patch slightly modified by + Jürgen Reuter) + + * lily/include/mensural-ligature.hh: make 2 comments clearer + +2005-04-28 Jürgen Reuter + + * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed + to need_extra_horizontal_space; bugfix: use class scope to avoid + global namespace pollution + + * Documentation/user/instrument-notation.itely (ligatures): added + comment on possible future syntax change and how to work around + + * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf + (epiphonus, cephalicus): fine-tune shape of plica head for narrow + intervals (fixes agnus dei example) + + * Documentation/user/instrument-notation.itely (white mensural + ligatures): selected a more illustrative example + +2005-04-28 Heikki Junes + + * Documentation/index.html.in: specify utf-8 charset in meta content. + +2005-04-27 Han-Wen Nienhuys + + * python/lilylib.py (make_ps_images): bugfixes; GS can produce + empty 2nd page for single page. + + * scm/lily.scm: remove p&c definitions. + + * po/zh_TW.po (Module): new translation. + + * lily/lily-guile.cc (ly_chain_assoc): remove. + + * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get + (LY_DEFINE): recurse, iso. calling ly_chain_assoc. + +2005-04-26 Han-Wen Nienhuys + + * lily/beaming-info.cc: remove infinity_i + + * scripts/abc2ly.py (out_filename): fix thinko with \version. + 2005-04-26 Graham Percival * Documentation/user/basic-notation.itely,