]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* input/test/slur-beautiful.ly (Module): remove
[lilypond.git] / ChangeLog
index f317faf05c23a75deb9034769dad7c81ed96f1a4..6ecb6fa610d3a90f7bffbc988d035089d87a27b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,95 @@
+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
+       internally): new subsection.
+
+       * Documentation/user/converters.itely (Invoking abc2ly): remove
+       musedata2ly.
+
+2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/point-and-click.texi (Point and click): new file.
+       put point & click in appendix.
+       
+       * Documentation/user/changing-defaults.itely (Vertical spacing):
+       corrections
+
+2004-08-27  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/introduction.itely: add note about the "example templates"
+       section of the manual, and remove link to input/template/
+
+2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
+
+       * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
+       -> La@TeX
+
+       * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
+       missing lneo_mensural head; editorial cleanups
+
+       * lily/mensural-ligature.cc: added more comments
+
+2004-08-26  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/examples.itely: second, third, fourth, and fifth sections added.
+
+       * input/template/{various}: removed files included in examples.itely.
+
+2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
+
+       * lily/stem.cc: bugfix: adjust-if-on-staffline: use
+       Stem::stem_end_position instead of broken
+       Staff_symbol_referencer::get_position
+
+2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * debian/changelog: debian patch by Anthony Fok.
+
+       * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
+
+       * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
+       get spurious messages with skipTypesetting on.
+
 2004-08-25  Graham Percival   <gperlist@shaw.ca>
 
        * Documentation/user/lilypond-book.itely: slight clean-up.
 
        * lily/slur-engraver.cc (finalize): read inside-slur property.
 
-       * scm/lily.scm (postscript->png): use ~a iso. ~s 
+       * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
+       message.
 
        * ly/property-init.ly (unHideNotes): hide accidentals at staff
        level. Fixes: hideNotes-accidental.ly