]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
drum fixes
[lilypond.git] / ChangeLog
index ba427b3ca200d0f812473d69c604e67074f4257f..d4917aad5761dddf3ecfda29bdb8006a473002be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,145 @@
+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
        
        format for parser.
 
        * lily/lexer.ll: preliminary \markup syntax. 
-       
 
 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>