X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=26cebbed8043b814bf70a5b3c86b3084ff413d3f;hb=8438b824fb221159742957c2eeab761effe73be4;hp=258069066a6755a4836bc134e8e47db52f0e3648;hpb=c227efd2f2040e23ae6289646448adfb67d631dd;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 258069066a..26cebbed80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,223 @@ +2002-11-16 Jan Nieuwenhuizen + + * GNUmakefile.in: config.h message fix. + + * autogen.sh: + * aclocal.m4: Regenerate. + + * configure.in: + * config.make.in: + * stepmake/config.make.in: + * stepmake/configure.in: + * stepmake/autogen.sh: + * stepmake/aclocal.m4: Update for autoconf 2.56. + +2002-11-16 Heikki Junes + + * Documentation/topdocs/INSTALL.texi: instructions for an user how + to install Emacs-mode. Instructions how to use vim-mode. + +2002-11-14 Han-Wen Nienhuys + + * scm/music-types.scm (music-descriptions): no length for tempo event. + + * input/*.ly: add \version everywhere. + + * input/*.ly: update syntax to 1.7 + new-chords. + + * Documentation/user/*.tely: new chord syntax. + + * input/regression/[bc]*.ly (texidoc): syntax updates. + +2002-11-13 Heikki Junes + + * lilypond.words: add vocabulary to be used in auto-completion + + * vimrc: autocompletion in Insert/Replace-mode with + + * lilypond.vim: allow note name at EOF + +2002-11-13 Han-Wen Nienhuys + + * buildscripts/new-chords.py (edit): -e option: inline editing. + + * input/regression/a*.ly (texidoc): syntax updates. + + * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and + music): elucidations. + +2002-11-11 Juergen Reuter + + * lily/include/lily-proto.hh, ly/engraver-init.ly, + ly/spanners-init.ly, scm/grob-description.scm, + scm/grob-property-description.scm, scm/music-types.scm, + lily/cluster-engraver.cc, lily/cluster.cc, + lily/include/cluster.hh, input/test/cluster.ly: cluster + implementation + + * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm + ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm, + scm/sketch.scm, scm/tex.scm: support for dots and polygons added + + * lily/lookup.cc: bugfix: fixed infinite loop in frame () + + * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box + + * scm/grob-description.scm: bugfix: by default, use default note + head style when engraving ligatures + + * lily/note-heads-engraver.cc: bugfix: do not steal ligature events + + * lily/mensural-ligature-engraver.cc: bugfix: accept ligature + events + + * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events + + * input/test/ancient-font.ly: bugfix: style -> flag-style + + * lily/ligature-engraver.cc: indentation fix + + * lily/parser.yy: indentation fixes + +2002-11-09 Han-Wen Nienhuys + + * input/regression/measure-grouping.ly: more elaborate example. + + * lily/moment.cc: ly:add-moment, ly:mul-moment, + ly:div-moment. New functions + + * scm/music-functions.scm (set-time-signature): new function, + allow inline time sig settings with measure grouping. + + * lily/parser.yy (command_element): move time sig construction + into Scheme. + + * lily/side-position-interface.cc (out_of_staff): new function, + like padding, but keep minimum distance from staff. Easier than + linespanners (dynamics, pedals), but roughly the same effect. + +2002-11-10 Heikki Junes + + * emacs-mode.el: Added spanish-note-replacements + (). + + * vimrc: (Un)commenting with <(S-)F12>, tidy. + +2002-11-08 Heikki Junes + + * lilypond.vim: Do not fontify cises, desis, etc. + + * vimrc: view dvi with + +2002-11-08 Han-Wen Nienhuys + + * lily/lookup.cc (triangle): new function. + + * input/regression/measure-grouping.ly (texidoc): new file: show + triangles and brackets for beat groups of 3 and 2. + + * lily/include/measure-grouping-spanner.hh (class + Measure_grouping): new file. + + * lily/measure-grouping-spanner.cc (brew_molecule): new file + + * lily/measure-grouping-engraver.cc (class + Measure_grouping_engraver): new file. + +2002-11-06 Jan Nieuwenhuizen + + * Merge from stable: + + cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1 + + * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of + stylesheet. + + * ly/paper19.ly: Include paper19-init.ly. + + * ly/paper19-init.ly: New file. + + * Documentation/user/tutorial.itely (First steps): Fix first + example for font test. + + * input/tutorial/brahms-tweaked.ly: Fix by hand for font test. + + * ChangeLog: Add 1.7.6 release marker (see below). + + * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES): + Add .py files. + +2002-11-06 Han-Wen Nienhuys + + * input/tutorial/sammartini.ly (bassvoices): to new syntax. + + * input/tutorial/*.ly: update to new syntax. + + * lily/parser.yy (Composite_music): new transpose syntax, + \transpose FROM TO MUSIC. + +2002-11-04 Jan Nieuwenhuizen + + * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect + latex progress/error output to stderr (by default this goes to + stdout). Show lilypond progress, even when not verbose. + + * python/lilylib.py (system): New optional parameter to control + showing of progress. + + * scm/backend-documentation-lib.scm (check-dangling-properties): + Fix error message. + + * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify. Add + axis, extent. + + * scm/grob-property-description.scm (magnify): Remove. + (extent, axis): Add. + +2002-11-03 Han-Wen Nienhuys + + * VERSION: Release 1.7.6. + + * scripts/convert-ly.py: more uniformization substitutions. + + * buildscripts/new-chords.py (sub_chords): new file. + +2002-11-03 Jan Nieuwenhuizen + + * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for + lilypond.map. Include sauter fonts too. Cleanups. + 2002-11-02 Han-Wen Nienhuys + * Documentation/user/tutorial.itely (First steps): change to new + chord/tie/slur/beam notation. + + * lily/parser.yy (event_that_take_dir): allow postfix notation for + ties. + + * lily/new-tie-engraver.cc (process_acknowledged_grobs): new + engraver. Process ties in postfix notation, i.e. c8-~ c + + * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default. + + * input/regression/beam-postfix-notation.ly (texidoc): new file. + + * lily/parser.yy (event_that_take_dir): allows c8-[ for beams. + + * lily/beam-engraver.cc (try_music): accept new-beam-events + + * input/regression/chord-scripts.ly (texidoc): new file + + * lily/new-fingering-engraver.cc (acknowledge_grob): also handle + script-events. + * scm/script.scm (default-script-alist): cleanup. * lily/script-engraver.cc (make_script_from_event): cleanup. * lily/lyric-combine-music-iterator.cc (Lyric_combine_music_iterator): remove superfluous events. - (melisma_busy): new function. + (melisma_busy): new function. Fix broken melismas. 2002-10-31 Heikki Junes @@ -383,6 +594,61 @@ (schedule_lilypond_block): Implement `noquote' option for LaTeX mode. +2002-11-03 Jan Nieuwenhuizen + + * ChangeLog: Add 1.6.6 release marker. See below. + + * stepmake/stepmake/po-targets.make: Remove --c++ option. + + * scripts/midi2ly.py: Fix global syntax warnings. + + * GNUmakefile.in: Generate builddir locale tree too. + + * scripts/ly2dvi.py: + * scripts/midi2ly.py: + * scripts/mup2ly.py: + * scripts/update-lily.py: + * lily/main.cc (setup_paths): Fix for locales setup. + +2002-10-29 Jan Nieuwenhuizen + + * Documentation/windows/installing.texi: Soften wording about + necessity of becoming Administrator. tommie@iae.nl reports this + does not seem to be necessary for his flavour of Windows 2000. + Explicitely discourage text mode mounts. + +2002-10-27 Han-Wen Nienhuys + + * lily/rest.cc (after_line_breaking): backport dot position fix. + + * lily/rest-collision.cc (do_shift): also remove dots for suicided + rests. Thanks to Klaus Zimmermann for finding this bug. + +2002-10-24 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh. + +2002-10-24 Han-Wen Nienhuys + + * Documentation/user/music-glossary.tely: fix links. + +2002-10-21 Werner Lemberg + + * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro. + (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the + scaling factor) only once and use them in the definition of + \embeddedps. + * ps/music-drawing-routines.ps (skeel): Removed. + +2002-10-21 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for + Solaris7, as we don't use nested $( ) constructs. + +2002-10-21 Han-Wen Nienhuys + + * VERSION: Release 1.6.6. + 2002-10-21 Jan Nieuwenhuizen * Documentation/topdocs/INSTALL.texi: Add note about using ksh for