]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
drum fixes
[lilypond.git] / ChangeLog
index 1905373d57069e362f74c0ea0abc70428c74f571..d4917aad5761dddf3ecfda29bdb8006a473002be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,318 @@
+2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
+
+       * scm/drums.scm : use 1.7.x names.
+
+       * input/regression/drums.ly : Don't use << chords >>
+
+2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: tidy, add TODO
+
+       * make/lilypond.mandrake.spec.in: install-info quietly.
+
+2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/markup.ly: use new syntax.
+
+2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * 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  <hanwen@cs.uu.nl>
+
+       * 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  <hanwen@cs.uu.nl>
+
+       * 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  <rz@daimi.au.dk>
+
+       * lily/accidental-engraver.cc:
+       Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
+
+2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
+
+       * 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  <mats.bengtsson@s3.kth.se>
+
+       * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
+
+2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: Propose reverting buffer before a command if
+       it was edited with an another editor.
+
+2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * lilypond.words: take \words from Info-index.
+
+2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/sodipodi.scm: Add instruction for generating pfa fonts.
+
+2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
+
+2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
+       and lilypond-documentation.
+
+2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy: Compile fix (bison 1.75).
+
+2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * 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  <hanwen@cs.uu.nl>
+
+       * input/regression/music-map.ly (texidoc): new file.
+
+       * scm/music-functions.scm (music-map): new function
+
+2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
+
+2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
+
+       * 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  <janneke@gnu.org>
+
+       * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
+       os.popen.read ().
+
+2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/ly2dvi.py (include_path): print warning if failing anything.
+
+       * python/lilylib.py (error): add space
+
+2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
+       distribution.
+
+2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/paper-outputter.cc (Paper_outputter): close port when
+       finishing score.
+
+2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/sodipodi.scm: Fixes.
+
+2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
+
+       * buildscripts/make-font-dir.py: Fix. 
+
+2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: Add support for Info inside Emacs.
+
+2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * 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  <janneke@gnu.org>
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * 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 <hjunes@cc.hut.fi>
+
+       * 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  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (tempo_event): use tempo-unit for \tempo
+       duration. This fixes \tempo taking time.
+
+2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * lily/volta-engraver.cc (process_acknowledged_grobs): 
+       Allow for text markup in repeatCommands. 
+
+2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
+
+       * 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  <hanwen@cs.uu.nl>
 
-       * lily/beam-engraver.cc (stop_translation_timestep): reset now_stop_ev_
+       * lily/beam-engraver.cc (stop_translation_timestep): reset
+       now_stop_ev_
 
        * lily/scm-option.cc: add parse-protect to ly:set-option
 
        * lily/include/ligature-bracket.hh: removed
        * lily/ligature-bracket.cc: removed
 
-       * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to .tex
+       * 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 <hjunes@cc.hut.fi>
 
-       * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic chars,
-       remove instructions; instead, refer to lilypond-init.el and
+       * 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/user/music-glossary.tely (Top): add custos.
 
-2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
+2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
 
        * Documentation/topdocs/INSTALL.texi: advise how to include source
        path to Emacs load-path and improve language.