]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* input/regression/rest-collision-beam.ly: move beam/rest stuff
[lilypond.git] / ChangeLog
index ca86d2a20dc880594f38983b2cec7a2448900bee..c3094f4665aa00a1670e5c4fd624cfece03274ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/regression/rest-collision-beam.ly: move beam/rest stuff
+       from beam-collision.ly 
+
+       * lily/beam.cc (rest_collision_callback): remove direction.
+
+       * scm/define-grobs.scm (all-grob-descriptions): remove
+       enclose-bounds in OttavaBracket and PianoPedalBracket
+
+       * scm/new-markup.scm (def-markup-command) new macro, which takes
+       care of defining the COMMAND-markup and make-COMMAND-markup
+       procedures, setting markup-signature and keyword-signature object
+       properties, and pushing the markup command in
+       markup-function-list.
+
+       All markup commands are defined thanks to it.  Users may also use
+       it to define their own markup commands. (Nicolas Sceaux)
+
+       * scm/new-markup.scm:Little scheme style clean-up: there should be
+       no parenthese alone on a line; LET* should not be used where LET
+       is enough. (Nicolas Sceaux)
+
+2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/filter-lilypond-book.py: Add script.
+
+2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
+
+2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/refman.itely (Fingering instructions): add
+       single note chords. 
+
+       * lily/multi-measure-rest-engraver.cc: use a single
+       MultiMeasureEvent for mm rests. This prevents problems with the
+       new part combiner.
+
+       * scm/music-functions.scm (determine-split-list): analysis has
+       global effect: a difference halfway a phrase makes the entire
+       phrase be typeset as apart.
+       (make-multi-measure-rest): make mmrest as a single rhythmic event. 
+
+2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/performer-init.ly: add Devnull.
+
+       * Documentation/user/refman.itely (Font selection): remove paper20
+       ref.
+       
+2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
+
+2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/music-functions.scm (determine-split-list): bugfixes.
+
+       * scm/lily.scm (uniq-list): new implementation, O(1) stack.
+
+       * input/test/scales-greek.ly: use C as base, results in different
+       alterations at the clef.
+
+       * input/regression/pedal-ped.ly: new file.
+
+       * input/regression/pedal-bracket.ly: new file.
+
+       * lily/piano-pedal-bracket.cc (brew_molecule): new function;
+       replace after_line_breaking()
+
+       * lily/line-interface.cc (line): read thickness.
+       (line): dash-fraction = 0 always for dotted-line style.
+
+       * input/test/staff-lines.ly (lower): bugfix.
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
+       \accepts Devnull into Score.
+
+       * scm/lily.scm: remove bla.scm load.
+
 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * VERSION: release 2.1.14