]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* input/test/slur-beautiful.ly (Module): remove
[lilypond.git] / ChangeLog
index 1dcbb7972791ef25879273049baea8477c72884e..6ecb6fa610d3a90f7bffbc988d035089d87a27b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,43 @@
+2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * input/test/slur-beautiful.ly (Module): remove
+
+       * input/test/slur-attachment-override.ly (Module): remove
+
+       * lily/slur-quanting.cc (after_line_breaking): only do scoring
+       when less than 4 control-points.
+
+       * lily/key-signature-interface.cc: add style.
+
+       * Documentation/user/notation.itely (Automatic staff changes):
+       document new behavior.
+
+       * input/regression/slur-extreme.ly: new file.
+
+       * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
+       bass. Obviates \clef bass in the bass staff, when using \autochange 
+
+       * lily/auto-change-iterator.cc (construct_children): instantiate
+       up/down Staff, create Voice on up staff initially. Obviates
+       explicit instantiation of up/down contexts for \autochange. 
+
+       * lily/slur-quanting.cc (get_bezier): new functionality, blow up
+       slur depending on extents of note heads.
+       
 2004-08-28  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/tutorial.itely: minor editing.
 
+       * Documentation/user/examples.itely: tiny editing.
+
 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/slur-quanting.cc (init_score_param): read scoring
+       parameters from slur-details property
+
+       * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
+       Accidental
+
        * Documentation/user/advanced.itely: removed.
 
        * Documentation/user/programming-interface.itely (How markups work