]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index e5dacee8db53f4f3644930429054448f550fd1e1..183f5347206ebc00eb815f78fcc9ac0738c0428c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/beaming-pattern.cc (beamify): deal with negative start
+       moments for beaming patterns.
+
+2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/beaming-info.cc (beamify): new function: read beatLength
+       and beatGrouping from context. 
+
+       * input/regression/beam-beat-grouping.ly (Module): new file.
+
+       * input/regression/beam-unconnected-beamlets.ly (Module): new file.
+
+       * lily/beam.cc (get_beam_segments): generate events for
+       max_connect_ case too.
+       (get_beam_segments): read Stem::max-beam-connect.
+
+       * input/regression/beam-single-stem.ly: new file.
+
+       * lily/stem.cc (set_beaming): use #f as signaling value for
+       beamcount 0.
+
+       * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
+
+       * lily/beam.cc (set_beaming): read clip-edges property.
+       (calc_direction): don't suicide for single stem.
+
+       * lily/beaming-info.cc (best_splitpoint_index): take bool*
+       argument, remove 1<<15 hack. Remove clip_edges() 
+
+       * lily/hairpin.cc (print): only do padding for nonmusical bounds
+
+2006-05-21  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/basic-notation.itely: reorg.
+
+       * Documentation/user/ various: minor fixes.
+
+2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/stencil-expression.cc (register_stencil_head): opps, append
+       to cdr of static SCM object. Backportme.
+
+2006-05-19  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/README.txt, lilypond.tely, macros.itexi:
+       update framework for command index.  DOC WRITERS: use @funindex
+       instead of @cindex @code{}.
+
+       * Documentation/user/ various: replace @cindex @code{} => @funindex
+
 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in