X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=3637da19fa59567ca3434e69e97e8e141a9a90b2;hb=3891dd64cb38f034d2cf4696a9bace5f739c07c0;hp=f4d4637064fbc1d07e0460a4a570ca85f81ccf05;hpb=fe2ea684b9dcdd98146d608a43e27acc881ff3cd;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index f4d4637064..3637da19fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,129 @@ +2004-08-29 Han-Wen Nienhuys + + * input/regression/slur-stem-broken.ly: remove. + + * lily/slur.cc: add quant-score. + + * input/regression/slur-staccato.ly (texidoc): remove + + * make/lilypond.redhat.spec.in (Group): remove musedata2ly + +2004-08-28 Han-Wen Nienhuys + + * lily/include/bezier-bow.hh: remove. + + * lily/slur-bezier-bow.cc (Module): remove. + + * lily/include/slur.hh (Module): remove. + + * lily/slur.cc: remove + + * 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 + + * Documentation/user/tutorial.itely: minor editing. + + * Documentation/user/examples.itely: tiny editing. + +2004-08-28 Han-Wen Nienhuys + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * Documentation/user/lilypond-book.itely: slight clean-up. + + * Documentation/user/examples.itely: began section. + 2004-08-25 Han-Wen Nienhuys + * lily/script-interface.cc: add slur property. + + * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs + too. + + * input/regression/phrasing-slur-slur-avoid.ly: new file. + * lily/ottava-bracket.cc (print): always start from right edge of a broken bound. This fixes ottava-clef.ps @@ -16,7 +140,8 @@ * 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