X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=ce3c6361cc974c09ff40ac1cdad7767e48b422cc;hb=7c6313e6fa012a6bc6bbb6aefa0354e96f5ad7fe;hp=ee479778d5968bea43262f731b2fc2def7fe4cd5;hpb=f79e161e5f81421337a4f459eb8f8a6978abf9fb;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index ee479778d5..ce3c6361cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,214 @@ +2004-11-16 Han-Wen Nienhuys + + * scm/output-gnome.scm (beam): add function. + (draw-line): new routine. + (dashed-line): stub; call draw-line + +2004-11-15 Werner Lemberg + + * Documentation/user/lilypond-book.itely: Revise section on + lilypond-book options. + Other minor fixes. + + * scripts/lilypond-book.py: Change indentation to 4. + Minor formatting. + +2004-11-15 Han-Wen Nienhuys + + * lily/system.cc (apply_tweaks): new function. Run tweaks on all + grobs that have tweaks specced. + +2004-11-14 Heikki Junes + + * Documentation/user/sound-output.itexi: add code snippets for MIDI. + +2004-11-14 Jan Nieuwenhuizen + + * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get + actual char #, not 0 based index. + + * lily/system-start-delimiter.cc (staff_brace): Start at 65. + + * mf/feta-beugel.mf: Actually start at char #65. Add header. + Warning: do make -C mf clean. + + * lily/context-property.cc: Compile fix. + + * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf. + Grok ec-fonts, braces and dynamics. + + * scm/framework-gnome.scm (gnome-main): Register braces with pango. + +2004-11-14 Han-Wen Nienhuys + + * lily/include/tweak-registration.hh: new file. + + * lily/tweak-registration.cc: new file. + + * scm/framework-gnome.scm (save-tweaks): use new key mechanism for + saving tweaks. + + * scm/output-gnome.scm (text): comment dribble. + +2004-11-14 Jan Nieuwenhuizen + + * lily/pangofc-afm-decoder.cc (main): Test more feta fonts. + + * scm/output-gnome.scm (bezier-sandwich): New function. Reset + path-def before using. Fixes muchtomany slurs in wrong places + bug. + +2004-11-14 Han-Wen Nienhuys + + * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key. + + * lily/include/object-key-undumper.hh (Module): new file. + + * lily/object-key-undumper.cc (Module): New file. Deserialize + keys. SCM bindings + + * lily/object-key-dumper.cc (Object_key_dumper): idem. + Provide SCM bindings. + + * lily/include/object-key-dumper.hh (class Object_key_dumper): + new file. Serialize object keys. + + * lily/object-key.cc (dump): new function. + (as_scheme): new virtual function + (undump): new function + (undumpers): new table. + + * lily/include/global-context.hh (Context): take \score key upon init. + + * lily/object-key-dumper.cc (serialize_key): new file. + + * lily/include/object-key-dumper.hh (class Object_key_dumper): new file. + + * lily/lily-lexer.cc: remove \quote. + + * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle(). + + * lily/context.cc (Context): take key argument in ctor. + (create_context): new function + + * lily/grob.cc (Grob): take key argument in ctor. + + * lily/lilypond-key.cc (do_compare): new file. + + * lily/object-key.cc (Object_key): new file. + + * lily/include/object-key.hh (class Object_key): new file. + + * lily/include/lilypond-key.hh (class Lilypond_context_key): new file. + +2004-11-13 Graham Percival + + * Documentation/user/lilypond-book.itely: add small warning about + noindent default in lilypond-book. + + * Documentation/user/converters.itely: add examples for convert-ly. + + * Documentation/user/examples.itely: change version string in templates + to 2.4.0. + +2004-11-12 Karl Hammar + + * GNUmakefile.in (local-WWW-post): `find ...` overflows the + cmdline, use xargs instead (backportme) + +2004-11-10 Andreas Scherer + + * Documentation/user/: Numerous fixes in the user manual. + +2004-11-13 Han-Wen Nienhuys + + * lily/parser.yy (re_rhythmed_music): search music expression for + context-id, surround by \new Voice if not found. Fixes: + addlyrics-second-staff.ly + + * VERSION: 2.5.0 released. + +2004-11-12 Jan Nieuwenhuizen + + * Documentation/index.html.in: Fix url to one big page. (backportme) + + * Documentation/user/GNUmakefile: Separate rules for split and + unsplit html documents. Remove perl massaging. (backportme) + +2004-11-11 Graham Percival + + * Documentation/user/lilypond-book.itely: add short warning about + \lilypond{} in LaTeX docs. + +2004-11-11 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not + found. (backportme) + + * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add + version requirement. (backportme) + + * configure.in: Be explicit about old versions of + ec-fonts-mtraced. (backportme) + + * lily/context-selector.cc (set_tweaks): New function. + * lily/grob-selector.cc (set_tweaks): (Re)set hash table. Fixes + web with -DTWEAK. + + * Documentation/user/introduction.itely (Automated engraving): + Remove fragment option. Fixes web. + + * lily/context-property.cc (make_item_from_properties): + * lily/context.cc (add_context)[TWEAK]: Tweak registration behind + #ifdef. + + * scm/define-context-properties.scm + (all-internal-translation-properties): Add tweakRank and tweakCount. + + * lily/grob.cc: + * scm/define-grob-properties.scm (all-internal-grob-properties): + Add tweak-rank and tweak-count. + +2004-11-10 Jan Nieuwenhuizen + + * scm/output-gnome.scm (string->utf8-string, char->utf8-string): + New function. + (text): Use them. + + * scm/framework-gnome.scm (item-event): Add support from TLA. Support + animated/opaque grob dragging tweaks. + + * buildscripts/guile-gnome.sh: Update. + +2004-11-10 Mats Bengtsson + + * scm/define-grobs.scm (all-grob-descriptions): Added + line-interface to the LigatureBracket object. + +2004-11-10 Jan Nieuwenhuizen + + * scm/framework-gnome.scm (item-event): Support non-animated mouse + dragging tweaks. + + * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function. + + * lily/context-selector.cc (store_context): New function. + + * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak. + (store_grob): New function. + (identify_grob): Add Moment parameter. + + * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it + exists. + + * scm/framework-gnome.scm (save-tweaks): Write as alist. + 2004-11-09 Jan Nieuwenhuizen * scm/framework-gnome.scm (item-event): Print grob id. + (save-tweaks): New function. + (tweak): New funtion. + (item-event): Use it, bound to arrow keys. * lily/context-property.cc (make_item_from_properties): Register grob. * lily/context.cc (add_context): Register context.