X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=d4917aad5761dddf3ecfda29bdb8006a473002be;hb=3fa062e7d1030394256f6ad698942996fcc6afa1;hp=4d4dbe48cfc04294acbbbc14686cf85d0b48bcb3;hpb=b65920e4b040ef6eeb1e23715626df85bd4f428f;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 4d4dbe48cf..d4917aad57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,561 @@ +2002-12-10 Rune Zedeler + + * scm/drums.scm : use 1.7.x names. + + * input/regression/drums.ly : Don't use << chords >> + +2002-12-10 Heikki Junes + + * lilypond-mode.el: tidy, add TODO + + * make/lilypond.mandrake.spec.in: install-info quietly. + +2002-12-09 Han-Wen Nienhuys + + * input/test/markup.ly: use new syntax. + +2002-12-08 Han-Wen Nienhuys + + * ly/params-init.ly (interscoreline): add word-space + + * input/test/metronome.ly (eighthNote): idem. + + * input/test/script-priority.ly: use new markup + + * lily/parser.yy (markup): allow HEAD markup0 markup1 + + * lily/molecule-scheme.cc (ly:molecule-translate): new function. + + * lily/parser.yy (gen_text_def): bugfix. + (full_markup): allow markup identifier. + +2002-12-09 Heikki Junes + + * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling + jobs at the same time. Add horizontal lines to Command menu. + Allow one compiling job -- propose killing others before a new one. + + * lilypond.words: add markup, teeny, etc. + +2002-12-08 Heikki Junes + + * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll. + Allow only one type of midi process; launching Midi either stops + midis or plays the current midi and launching MidiAll stops midis + and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return + to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll. + +2002-12-07 Han-Wen Nienhuys + + * lily/text-engraver.cc (process_acknowledged_grobs): use new + markup for new markup texts. + + * lily/mark-engraver.cc (process_music): idem + + * lily/instrument-name-engraver.cc (create_text): idem + + * scm/new-markup.scm (magnify-markup): new function. + + * scm/molecule.scm (stack-lines): bugfix. + + * lily/font-interface.cc (get_font): take font-magnification from + alist chain. + +2002-12-06 Han-Wen Nienhuys + + * lily/molecule-scheme.cc: move scheme functions to separate file. + + * lily/font-metric.cc (ly_get_glyph): new function. + + * scm/new-markup.scm (column-markup): use baseline-skip for columns. + (italic-markup, dynamic-markup): new functions + (font-markup): new function + + * lily/molecule.cc (ly_molecule_combined_at_edge): optional + padding and minimum + +2002-12-07 Rune Zedeler + + * lily/accidental-engraver.cc: + Bugfix: Also print forced accidentals when autoAccidentals = \turnOff + +2002-12-06 Heikki Junes + + * lilypond.vim: + * lilypond-font-lock.el: Put \longa as duration. Accept only + [a-zA-Z] for user defined identifiers. Separate note cases + with and without a duration (allow cis\longaX). + + * lilypond.words: Add words from Info. + +2002-12-06 Mats Bengtsson + + * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28) + +2002-12-05 Heikki Junes + + * lilypond-mode.el: Propose reverting buffer before a command if + it was edited with an another editor. + +2002-12-05 Han-Wen Nienhuys + + * lily/molecule.cc (ly_translate_molecule): new function + + * python/GNUmakefile (INSTALLATION_DIR1): install Python module + into libdir + + * autogen.sh (srcdir): copy aclocal.m4 if newer. + + * stepmake/aclocal.m4: STEPMAKE_LIBDIR. + +2002-12-04 Heikki Junes + + * lilypond.words: take \words from Info-index. + +2002-12-04 Jan Nieuwenhuizen + + * scm/sodipodi.scm: Add instruction for generating pfa fonts. + +2002-12-02 Heikki Junes + + * make/lilypond.mandrake.spec.in: use %make and %makeinstall. + +2002-12-01 Heikki Junes + + * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info + and lilypond-documentation. + +2002-12-02 Jan Nieuwenhuizen + + * lily/parser.yy: Compile fix (bison 1.75). + +2002-12-01 Han-Wen Nienhuys + + * VERSION: 1.7.9 released + + * scm/music-functions.scm (shift-one-duration-log): refactor. + Use music-map. + + * input/regression/chord-tremolo.ly (texidoc): add dot test. + + * NEWS: update. + + * lily/font-interface.cc (get-font): take alist chain i.s.o. alist + argument + + * scm/music-functions.scm (display-music): new function + (music-map): change arg order. + + * input/regression/new-markup-syntax.scm: new file + + * lily/parser.yy (markup): add \markup { .. } syntax. + + * scm/new-markup.scm (override-markup): new function + (lookup-markup): new function + (music-markup): new function + (lookup-markup-command): use markup-signature to store argument + format for parser. + + * lily/lexer.ll: preliminary \markup syntax. + +2002-11-30 Heikki Junes + + * make/lilypond.mandrake.spec.in: remove extra %changelog entries, + add pre/post-dependencies and menus with icons from source. + + * Documentation/pictures/lilypond-48x48.xpm: + * Documentation/pictures/lilypond-32x32.xpm: + * Documentation/pictures/lilypond-16x16.xpm: new files, background + transparent. + + * stepmake/stepmake/generic-targets.make: + * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake. + +2002-11-29 Han-Wen Nienhuys + + * input/regression/music-map.ly (texidoc): new file. + + * scm/music-functions.scm (music-map): new function + +2002-11-28 Han-Wen Nienhuys + + * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes. + +2002-11-28 Heikki Junes + + * input/test/to-xml.ly: + * lily/ligature-engraver.cc: Fixes documentation. + + * lilypond.mandrake.spec.in: + * lilypond.redhat.spec.in: Add lilypond.words. + + * Documentation/user/refman.itely: Mention Info inside emacs. + + * lilypond.suse.spec.in: + * lilypond.redhat.spec.in: + * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). + +2002-11-27 Jan Nieuwenhuizen + + * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of + os.popen.read (). + +2002-11-27 Han-Wen Nienhuys + + * scripts/ly2dvi.py (include_path): print warning if failing anything. + + * python/lilylib.py (error): add space + +2002-11-25 Han-Wen Nienhuys + + * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for + distribution. + +2002-11-24 Han-Wen Nienhuys + + * lily/paper-outputter.cc (Paper_outputter): close port when + finishing score. + +2002-11-26 Jan Nieuwenhuizen + + * scm/sodipodi.scm: Fixes. + +2002-11-26 Heikki Junes + + * lilypond-mode.el: Look shortcuts in menu from keymap, if possible. + + * buildscripts/make-font-dir.py: Fix. + +2002-11-25 Heikki Junes + + * lilypond-mode.el: Add support for Info inside Emacs. + +2002-11-24 Jan Nieuwenhuizen + + * buildscripts/make-font-dir.py: + * mf/GNUmakefile: Make sodipodi font map. + + * scm/sodipodi.scm: Add more output functions. + + * mf/feta-nummer.mf: + * mf/feta-beugel.mf: Add font_coding_scheme. + + * lily/paper-outputter.cc (output_header): Fix creator string. + +2002-11-23 Heikki Junes + + * lilypond-mode.el (LilyPond-autocompletion): invoked with + [S-iso-lefttab], fixes at bol and eol, descriptive variable names. + + * lilypond.words: add two (Everybody can add/remove words now!). + + * debian/rules: + * make/lilypond.suse.spec.in: + * make/lilypond.mandrake.spec.in: + * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files. + + * Documentation/user/refman.itely: Mention autocompletion. + +2002-11-23 Jan Nieuwenhuizen + + * scripts/ly2dvi.py: Add paper sizes. + + * lily/timing-engraver.cc: + * lily/time-signature.cc: + * lily/span-bar.cc: + * lily/grob-scheme.cc: Code formatting fixes. + + * scm/sodipodi.scm: + * scm/sketch.scm: + * buildscripts/mf-to-table.py: + * buildscripts/make-font-dir.py: Font testing. + +2002-11-23 Heikki Junes + + * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word, + inserts try-completion and shows all-completions. + + * lilypond.words: '\' -> '\\' + + * lilypond-mode.el: load libraries in the end, lilypond.words defines + LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words. + + * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers + and LilyPond-reserved-words. + +2002-11-22 Heikki Junes + + * lilypond-mode.el (LilyPond-words-filename): find lilypond.words + from load-path. + + * lilypond-mode.el (LilyPond-autocompletion): shows completions in + the mini-buffer with Control-Shift-c. + +2002-11-21 Han-Wen Nienhuys + + * lily/parser.yy (tempo_event): use tempo-unit for \tempo + duration. This fixes \tempo taking time. + +2002-11-21 Mats Bengtsson + + * lily/volta-engraver.cc (process_acknowledged_grobs): + Allow for text markup in repeatCommands. + +2002-11-21 Heikki Junes + + * lilypond-mode.el (LilyPond-insert-string): new function, use it + in LilyPond-insert-tag-notes. LilyPond-insert-between, new function. + Get rid of skeleton.el-dependency. + + * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight. + +2002-11-20 Han-Wen Nienhuys + + * lily/beam-engraver.cc (stop_translation_timestep): reset + now_stop_ev_ + + * lily/scm-option.cc: add parse-protect to ly:set-option + + * lily/lexer.ll: set errorlevel if GUILE fails during parse. + +2002-11-19 Han-Wen Nienhuys + + * lily/include/ligature-bracket.hh: removed + * lily/ligature-bracket.cc: removed + + * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to + .tex + + * lily/beam.cc (set_beaming): don't change beam count on rests. + (brew_molecule): always set flag-width > 0. + +2002-11-19 Heikki Junes + + * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic + chars, remove instructions; instead, refer to lilypond-init.el and + Documentation/topdocs/INSTALL.texi. + + * lilypond.words: add identifiers and reserved words. + + * Documentation/topdocs/INSTALL.texi: separate sections for installing + files and adding a load-path. + + * lilypond-init.el: Instructions, extracted from + Documentation/topdocs/INSTALL.texi. + +2002-11-19 Han-Wen Nienhuys + + * VERSION: 1.7.8 released + + * lily/grob.cc (warning): better robustness fix. + +2002-11-19 Juergen Reuter + + * lily/cluster-engraver.cc: bugfix: use protected scm upon columns + + * lily/cluster-engraver.cc: stick better to variable naming + conventions + + * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster + until stop_translation_timestep() + + * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass + min/max coordinates to backend, but no musical info such as + pitches + + * lily/cluster.cc: robustness fix: do not crash upon empty cluster + + * lily/grob.cc: robustness fix: warning(): do not crash if + cause is not set + + * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use + the much more elaborated tuplet brackets than the very naive and + simple ligature bracket grob + +2002-11-19 Han-Wen Nienhuys + + * Documentation/user/refman.itely (Analysis brackets): add + horizontal bracket doco. + + * ly/property-init.ly (setMmRestFermata): added. + + * Documentation/user/refman.itely (Multi measure rests): fermatas + on mm rests. + + * input/regression/apply-context.ly (texidoc): new file + + * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows + code to be executed during interpretation. Possible applications: + smart octavation, more advanced bar checks. + + * lily/apply-context-iterator.cc: new file. + +2002-11-18 Han-Wen Nienhuys + + * input/test/new-markup.ly: new file. + + * lily/text-item.cc (text_to_molecule): new function + + * scm/new-markup.scm (lambda): new file + + * lily/function-documentation.cc (ly_add_function_documentation): + add proc property as well + +2002-11-17 Han-Wen Nienhuys + + * Documentation/user/music-glossary.tely (Top): add custos. + +2002-11-18 Heikki Junes + + * Documentation/topdocs/INSTALL.texi: advise how to include source + path to Emacs load-path and improve language. + +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. + + * VERSION: 1.7.7 released. + + * 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): @@ -16,10 +572,9 @@ 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. + * 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. @@ -453,6 +1008,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