X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=14305d368a3ca42c05e11342c53981d619546b3e;hb=7ea47a1a1f5f64f1ac5df7e676741d33b74e5bef;hp=4b66ebfe82cfec4257ab2ab6dd6d69de377de6ac;hpb=1403a2c3b4a03ee78be253ac4c4f206b7a3b05db;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 4b66ebfe82..14305d368a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,234 @@ +2002-11-06 Jan Nieuwenhuizen + + * 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. Fix broken melismas. + +2002-10-31 Heikki Junes + + * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing. + Remove nonvalid settings. Use descriptive key names. + Use to indicate the pressing of that key. + +2002-10-30 Jan Nieuwenhuizen + + * scripts/lilypond-book.py (option_definitions): Typo. + + * scripts/ly2dvi.py: Updates. + + * python/lilylib.py (setup_environment, print_environment) + (get_bbox, make_preview): Merge and remove from ly2dvi and + lilypond-book. + + * scripts/lilypond-book.py: Use lilylib. Cleanups. + + * .cvsignore: Remove some cruft. + + * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to + path. + + * scripts/ly2dvi.py: Use lilylib as module. Fail gracefully if + kpsexpand, kpsewhich, ps2pdf exit with error. Cleanups and fixes + throughout. + + * python/lilylib.py (quiet_system): Junk + (system): Display error log upon failure. + (read_pipe): New function. Cleanups and fixes. + + * python/*.py: Rename from *.py.in. + + * make/substitute.make (ATVARIABLES): Add lilypond_datadir. + + * GNUmakefile.in (SUBDIRS): Move python before scripts. + +2002-10-30 Jan Nieuwenhuizen + + * python/GNUmakefile: Bugfix: handle modules. + + * stepmake/stepmake/python-module-targets.make (default): Add + compiled modules. + + * stepmake/stepmake/python-module-rules.make: Add rule for byte + compiling modules. + + * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES): + Bugfix. (OUT_PYC_MODULES): Add. + +2002-10-30 Heikki Junes + + * make/lilypond.mandrake.spec.in: Repair info. Comment out menu. + Use default paths. Refresh description. + +2002-10-28 Han-Wen Nienhuys + + * VERSION: 1.7.5 released + + * input/regression/finger-chords.ly (texidoc): new file. + + * lily/script-engraver.cc (process_music): remove scriptHorizontal + support + + * lily/fingering-engraver.cc (process_music): remove kludgy + scriptHorizontal stuff. + + * lily/script.cc: remove staff-support property. + + * lily/new-fingering-engraver.cc (add_fingering): new + file. Fingering engraver for new style chords. + +2002-10-27 Han-Wen Nienhuys + + * lily/parser.yy (bare_number): allow 4 \cm (without + decimal dot). (should backport to 1.6?) + + * ly/declarations-init.ly: use Scheme for dimension defs. + + * lily/parser.yy (TODO): remove hard coded dimensions, add + REAL NUMBER_IDENTIFIER production. + + * lily/rest-collision.cc (force_shift_callback): rewrite using + -done property. + + * scm/grob-property-description.scm (rest-collision-done): add + property. + + * lilypond.vim: add file () + +2002-10-23 Han-Wen Nienhuys + + * input/regression/multi-measure-rest-center.ly: new file. + + * lily/multi-measure-rest.cc (big_rest): multi measure rest was + off horizontally by 0.05 ss. Fixed. + +2002-10-22 Jan Nieuwenhuizen + + * scm/pdftex.scm: Rename ly-number to ly:number->string. + + * Documentation/topdocs/index.tely: Remove duplicate from merge. + +2002-10-22 Han-Wen Nienhuys + + * lily/tie.cc (get_control_points): also avoid staff lines on the + just outside the outer staff lines + +2002-10-21 Jan Nieuwenhuizen + + * ly/params-init.ly: Just define style-alist, no need to + define-public. + + * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override + (thanks Han-Wen). + + * mf/GNUmakefile (FONT_FILES): Add feta-nummer. + (FET_FILES): = FONT_FILES. + + * Merge from stable: + + cvs update -jlilypond_1_6_5 -jlilypond_1_6_6 + +2002-10-21 Han-Wen Nienhuys + + * VERSION: 1.7.4 released. + + * scm/generate-documentation.scm (string-append): add macro + definitions. + + * lily/text-item.cc (lookup_text): don't use virtual fonts for + normal texts. + + * lily/multi-measure-rest-engraver.cc: make separate + MultiMeasureRestNumber grob. Introduce restNumberThreshold. + + * lily/multi-measure-rest.cc: remove text handling. Remove + number-threshold. + 2002-10-20 Han-Wen Nienhuys * scm/music-types.scm: doc patch by Graham Percival @@ -117,6 +348,8 @@ * lily/parser.yy: remove arpeggio keyword; use identifier. Idem for \penalty, \glissando. + * VERSION: release 1.7.3 + 2002-10-13 Rune Zedeler * lily/accidental-engraver.cc: Fix @@ -232,26 +465,85 @@ (schedule_lilypond_block): Implement `noquote' option for LaTeX mode. -2002-10-04 Jan Nieuwenhuizen +2002-10-21 Jan Nieuwenhuizen - * scm/grob-description.scm (minimum-beam-collision-distance): 0.75 - staff-space. Previous 1.5 was probably meant as half-spaces. - (cautionary-style): parentheses (was: smaller). This is what doco - says, and it seems more logical. + * Documentation/topdocs/INSTALL.texi: Add note about using ksh for + as workaround for /bin/sh problems on Solaris7. - * Documentation/user/refman.itely (Chromatic alterations): Bugfix - for 2nd sentence. +2002-10-19 Werner Lemberg -2002-10-04 Han-Wen Nienhuys + * GNUmakefile.in (web-doc): Fix typos. + * tex/lilyponddefs.tex (\lilypondspecial): Don't scan + `music-drawing-routines.ps' but emit \special{header=...} once. + * scm/tex.scm (header-end): Updated. - * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0 +2002-10-19 Han-Wen Nienhuys -2002-10-03 Jan Nieuwenhuizen + * lily/stem-engraver.cc (acknowledge_grob): don't crash on + undefined tremolo. - * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite. +2002-10-15 Werner Lemberg + + * scripts/lilypond-book.py (g_make_html): New global variable. + (schedule_lilypond_block): Don't compute EPS and PNG for `texi' + if `g_make_html' isn't set. + [main]: Add format `texi-html'. + (option_definitions): Updated. + * Documentation/user/lilypond-book.itely: Updated. + + * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable. + * make/ly-rules.make (%.texi, %.nexi): Use it. + * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as + format to lilypond-book. + * GNUmakefile.in (web-doc): Ditto. + +2002-10-14 Werner Lemberg + + Further improve TeX output. The produced files are about 40% + smaller. `lilyponddefs.tex' is now read only once. + + * tex/lilyponddefs.tex: Remove footer stuff. + (\ifundefined): Renamed to... + (\lilypondundefined): This. Use LaTeX's definition to + make it nestable and make it global. + (\lilypondstart, \lilypondend): New macro to initialize LilyPond + output. + (\lilypondspecial): New macro to read `music-drawing-routines.ps'. + (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make + them global. + (\placebox): Renamed to... + (\lyitem): This. + Make it global and call \outputscale by itself. + (\lybox, \lyvrule): New macros to reduce input data. + (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate): + New auxiliary macros. + (\SkipLilydefs, \EndLilyPondOutput): Removed. + * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed + to... + (\lilypondspace): This and made it global. + (\turnOnPostScript): Renamed to... + (\lilypondpostscript): This and made it global. + (\turnOnExperimentalFeatures): Renamed to... + (\lilypondexperimentalfeatures): This and made it global. + * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to... + (\lilypondsetdimen): This and made it global. + * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed. + * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps' + (all, $(outdir)/music-drawing-routines.ps): New rules. + * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef. + * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox, + start-system, stop-system, stop-last-system, filledbox): Updated to + use the changed macros from lilyponddefs.tex. + * scripts/lilypond-book.ly (output_dict) : Ditto. + +2002-10-07 Jan Nieuwenhuizen + + * Documentation/windows/installing.texi: Update. 2002-09-30 Han-Wen Nienhuys + * VERSION: 1.6.5 released + * scripts/lilypond-book.py (make_pixmap): don't produce empty pages. 2002-09-28 Han-Wen Nienhuys