]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 89480c35d3d4a9acb880298be17dd085f741fbff..334c61fc90970c429e8a39677bf89f84fa1ef6ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,64 @@
+2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/accidental-engraver.cc (acknowledge_grob): add property
+       harmonicAccidentals
+
+       * lily/piano-pedal-engraver.cc (del_linespanner): new function.
+       general cleanups.
+       
+       * input/les-nereides.ly (middleDynamics): resurrect Les
+       nereides. Remove pedal hack.
+
 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * input/regression/property-grace-polyphony.ly: new file.
+
+       * lily/translator-property.cc (execute_pushpop_property): only pop
+       one instance of the property. This fixes << \\ >> together with
+       \grace.
+
+       * lily/break-align-interface.cc (ordered_elements): we cannot
+       modify the #'elements property, so return reordered array.
+
+2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: remove.
+       * buildscripts/lilypond-words.py: add new, renamed file. 
+       Give generated targets and dirs explicitly in arguments.
+
+       * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
+       elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
+       vim/lilypond-syntax.vim: update to use new lilypond-words.py.
+       
+       * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
+
+       * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
+
+       * Documentation/topdocs/INSTALL.texi: update vim-mode installing orders.
+
+       * vim/GNUmakefile: add local-uninstall target.
+
+2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
+
+        * config.make.in: add vimdir.
+
+        * vim/GNUmakefile: add local-install.
+
+2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * tex/titledefs.tex: Replaced \ifx\blabla\undefined
+       with \lilypondifundefined{blabla}. Solves problem with multiple
+       titles in the same lilypond-book document.
+
+2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/document-backend.scm (interface-doc): sort grob list for interface.
+
+       * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
+       pre/post break align-order.
+
+       * spelling patch courtesy Edward Sutton.
+
        * Documentation/user/changing-defaults.itely (Changing context
        default settings): new node.
        (Defining new  contexts): new node.
@@ -23,7 +82,7 @@
 
 2004-03-22  Werner Lemberg  <wl@gnu.org>
 
-       lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
+       lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
        lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
        (Note_column::head_position_interval): Do proper rounding for
        calls to Staff_symbol_referencer::get_position.