]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
[lilypond.git] / ChangeLog
index 4c10f23372b66532b137e0d7c148b502ac3a2b43..f078e689972c0ebcbe63c8b2c7e0db30492592d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * 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  <gperlist@shaw.ca>
+
+       * 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  <karl@aspodata.se>
+
+       * GNUmakefile.in (local-WWW-post): `find ...` overflows the
+       cmdline, use xargs instead (backportme)
+
+2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
+       
+       * Documentation/user/: Numerous fixes in the user manual.
+
+2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * 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  <janneke@gnu.org>
+
+       * 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  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add short warning about
+       \lilypond{} in LaTeX docs.
+
+2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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  <janneke@gnu.org>
+
+       * 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  <mabe@drongo.s3.kth.se>
+
+       * scm/define-grobs.scm (all-grob-descriptions): Added
+       line-interface to the LigatureBracket object.
+
+2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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  <janneke@gnu.org>
+
+       * 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  <hanwen@xs4all.nl>
+
+       * 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  <hanwen@xs4all.nl>
+
+       * 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  <janneke@gnu.org>
+
+       * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
+       need to link to GUILE et al.
+
 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
-       * scm/lily.scm (sanitize-command-option): new function.
+       * scm/define-music-properties.scm (all-music-properties): add
+       quoted-context-type, quoted-context-id.
 
-       * scm/framework-tex.scm (header): sanitize TeX paper size. 
+       * 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  <janneke@gnu.org>
 
+       * 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.
+       exists before converting.  (backportme)
 
        * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
-       exists before converting.
-       (convert-to-ps): Remove .ps file if it exists before converting.
+       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.  (backportme)
+       command line.
 
 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>