X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=8426c200123581b3f7ae6fa735b4e8c51d20ba58;hb=db0dc7f97101c1e386353be2775d14cc375d0238;hp=37d83747783fee5d552b773e72b5c56a50d347e8;hpb=9cbcd2e765af2590f41785c579408ed3c25f79d4;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 37d8374778..8426c20012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,480 @@ +2004-11-19 Han-Wen Nienhuys + + * scm/output-ps.scm (new-text): new function. Use glyphshow to + show glyphs. + + * scm/encoding.scm (decode-byte-string): new function. + + * scripts/convert-ly.py (conv): add warning about + set-global-staff-size. + + * Doxyfile: add. + + * scripts/convert-ly.py (conv): add raggedlastbottom rule + (conv): warn for TextSpanner split. + (conv): warn for textheight. + +2004-11-19 Jan Nieuwenhuizen + + * GNUmakefile.in (install-WWW): Invoke install-info, so that when + building the documentation, info with images are installed. + (final-install): Fix description. Mention sourcing of login + scripts (instead of running). + +2004-11-18 Jan Nieuwenhuizen + + * Debian lmodern support. Note that LilyPond will issue warnings + + no such encoding: "FontSpecific" + + The font selection mechanism wants to get the encoding from the + font itself, but the idea of lmodern is that it is usable with + different encodings, ie, Lily should get the encoding from the + font tree, rather than the font itself. This would require some + more work. + + * configure.in: Test for and accept lmodern if EC fonts not found. + + * scm/framework-tex.scm (font-load-command): TeX font name + mangling for latin1 encoded cork-lm fonts. + (convert-to-ps): Load lm.map if available. + + * ly/paper-defaults.ly: Use cork-lm encoding if ec is not + available. + + * scm/encoding.scm (coding-alist): Add cork-lm encoding. + + * scm/font.scm: Add header. Autoload cork-lm and ec fonts if + available. + + * lily/kpath.cc (ly_kpathsea_find_file): Rename. Do not use + path for absolute file name, that is silly. + + * lily/score-engraver.cc (initialize): + + * Documentation/user/GNUmakefile (local-install-info): Invoke + install-info --remove first. + + * #include cleanup (Andreas Scherer). + +2004-11-18 Heikki Junes + + * input/test/script-abbreviations.ly: fix typos. + +2004-11-17 Werner Lemberg + + * python/lilylib.py (options_help_str): Support pretty-printing of + newlines in fourth element of option description. + + * scripts/lilypond-book.py (option_definitions): Use new lilylib + feature. + Sort options. + + * Documentation/user/lilypond-book.itely: Finish update. + +2004-11-17 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Add comment about \command. + + * Documentation/user/lilypond.tely: + * Documentation/user/lilypond-book.itely: Fix names of lilypond + and lilypond-book nodes, so that `info lilypond' visits the manual + at top level, and `info lilypond-book' visits the lilypond-book + section. + + * Documentation/user/GNUmakefile (local-install-info): Fix rules + and packager messages. + + * lily/pangofc-afm-decoder.cc: Update test. + +2004-11-16 Jan Nieuwenhuizen + + * scm/lily-library.scm (char->unicode-index): New function. + + * scm/output-gnome.scm: + * scm/output-svg.scm: Cleanup. Map custom fonts to PUA. + + * Proper naming of file name throughout; s/filename/file[-_]name/. + + * lily/modified-font-metric.cc ("ly:font-encoding"): New function. + + * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA. + +2004-11-16 Werner Lemberg + + * scripts/lilypond-book.py: The Lord has commanded me to use only + tabs for indentation. Your humble servant obeys. + +2004-11-16 Jan Nieuwenhuizen + + * scm/output-svg.scm: Font fixes. Sodipodi now groks svg + including font, if LilyPond-feta font is only feta font in path. + + * scm/output-gnome.scm (text): Revert to file name of font if font + has no name. Fixes ec font selection. + (char): Bugfix: do not utf8 twice. Fixes clefs. + + * scm/framework-svg.scm: + * scm/output-svg.scm: New file. TODO: figure out how to + do character by index in font. + + * scm/output-sodipodi.scm: Remove. + + * scm/output-ps.scm (stem): Remove. + +2004-11-15 Jan Nieuwenhuizen + + * scm/output-gnome.scm (beam): New function. + (slur): Round corners. + (round-filled-box): Round corners. + +2004-11-16 Han-Wen Nienhuys + + * scm/output-gnome.scm (beam): add function. + (draw-line): new routine. + (dashed-line): stub; call draw-line + (polygon): new routine. + +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. + + * lily/include/context-selector.hh: + * lily/include/grob-selector.hh: + * lily/context-selector.cc: + * lily/grob-selector.cc: New file. + +2004-11-08 Han-Wen Nienhuys + + * lily/slur.cc: add 'positions to interface + + * lily/main.cc: reinstate PS as standard output format. + + * scm/framework-tex.scm (output-preview-framework): print systems + up to first non title system. + + * lily/grace-engraver.cc (start_translation_timestep): split + scm_cadddr + +2004-11-07 Han-Wen Nienhuys + + * lily/quote-iterator.cc (Module): remove old quote-iterator + + * scm/define-music-types.scm (music-descriptions): move + NewQuoteMusic over QuoteMusic + + * Documentation/user/notation.itely (Formatting cue notes): use + \cueDuring. + + * lily/new-quote-iterator.cc (quote_ok): new function. + + * input/regression/quote-cue-during.ly: new file. + + * input/regression/quote-grace.ly: new file. + + * scm/define-context-properties.scm (Module): change definition of + graceSettings + + * lily/context-property.cc (Module): rename from + translator-property.cc + + * lily/context.cc (context_name_symbol): new function + + * lily/grace-engraver.cc: new file. Set properties for grobs based + on the grace-ness of now_moment(). + + * scm/music-functions.scm (add-grace-property): use list + iso. vector for graceSettings + remove set-{start,stop}-grace-properties. + + * lily/new-quote-iterator.cc (construct_children): set + quote_outlet_ if no quoted-context-{id,type} specified. + + * scripts/convert-ly.py (conv): \quote -> \quoteDuring. + + * lily/parser.yy (command_element): remove \quote. + + * ly/music-functions-init.ly (location): add quoteDuring music + function. + + * lily/lexer.ll: allow \encoding in lyrics as well. Remove + optional semicolon. (backportme) + +2004-11-06 Jan Nieuwenhuizen + + * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no + need to link to GUILE et al. + +2004-11-06 Han-Wen Nienhuys + + * scm/define-music-properties.scm (all-music-properties): add + quoted-context-type, quoted-context-id. + + * scm/lily.scm (type-check-list): new function. + + * scm/lily-library.scm: new file. Generic library routines. + + * lily/parser.yy (Generic_prefix_music): move typechecking out of + parser. + + * ly/music-functions-init.ly: add quoteDuring function. + + * lily/include/music-iterator.hh (class Music_iterator): rename + set_translator -> set_context + + * lily/parser.yy (Generic_prefix_music_scm): add + MUSIC_FUNCTION_SCM_SCM_MUSIC + + * scm/lily.scm (sanitize-command-option): new function. (backportme) + + * scm/framework-tex.scm (header): sanitize TeX paper size. + (backportme) + +2004-11-06 Jan Nieuwenhuizen + + * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard. + + * tex/lilyponddefs.tex: If no inputencoding use latin1. (backportme) + + * scm/framework-tex.scm (font-load-command): Use T1 if no + font-encoding set. (backportme) + + * scm/lily.scm (postscript->pdf): Remove .pdf file if it + exists before converting. (backportme) + + * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it + exists before converting. (backportme) + (convert-to-ps): Remove .ps file if it exists before + converting. (backportme) + + * lily/lexer.ll: Remove extra progress newline, use present tense. + + * scm/paper.scm (paper-alist): public. + * scm/framework-tex.scm (convert-to-ps): + * scm/lily.scm (postscript->pdf): Do not leak papersizename into + command line. + +2004-11-06 Han-Wen Nienhuys + + * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme) + + * lily/recording-group-engraver.cc (derived_mark): mark + now_events_. (backportme) + +2004-11-05 Han-Wen Nienhuys + + * mf/GNUmakefile: use Fedora-3 in download link. (backportme.) + + * scm/framework-tex.scm (convert-to-dvi): use ly:system for + invoking latex. (backportme.) + + * lily/stem.cc (off_callback): center stems for all rest stems. + 2004-11-05 Werner Lemberg * Documentation/user/lilypond.tely: Add more guidelines for writing @@ -13,6 +490,12 @@ * scm/output-gnome.scm: More fontconfig comment. +2004-11-05 Pedro Kroger + + * GNUmakefile.in ($(builddir)/share/lilypond-force): create the + directory in $(builddir)/share according with + PACKAGE_NAME defined in the VERSION file. + 2004-11-04 Han-Wen Nienhuys * lily/beam.cc (rest_collision_callback): use local beam