X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=46b515869081a9de914b8eaad91e359e2935969b;hb=58a112d5df3f1a8313ee721cea5cd9ce479e2f48;hp=2b47bc828abbed65ef28b7037479a64d21564ea7;hpb=f79f5137e152dc1e7d3a3062c365e67cf39b3a43;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 2b47bc828a..46b5158690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,141 @@ +2006-02-22 Han-Wen Nienhuys + + * lily/slur.cc: add avoid-slur (ugh.) + + * lily/slur-configuration.cc (fit_factor): oops, skip point if + intersection gets smaller. This fixes slurs over extreme points. + + * lily/melody-engraver.cc (stop_translation_timestep): ignore + stems with neutral-direction set. + + * lily/piano-pedal-engraver.cc (create_text_grobs): idem. + + * lily/open-type-font.cc (load_table): format error. + + * lily/change-iterator.cc (process): format fix. + + * flower/include/international.hh (_f): idem. + + * flower/include/std-string.hh: add format printf attribute. + + * scm/define-grobs.scm (all-grob-descriptions): height of all + PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly + + * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes + ambitus lines. + + * input/regression/beam-cross-staff-slope.ly: remove decrescendo. + +2006-02-22 Erik Sandberg + + * input/regression/: upgraded syntax for some files. + + * THANKS: Add bughunters. + +2006-02-22 Graham Percival + + * Documentation/user/ invoking.itely, advanced-notation.itely, + global.itely: long-awaited "let's make chapter 10 not suck" + update. Rearrange chapter 10; now called "global issues", + addresses file structure, etc. Some info from other files + moved into global.itely. + +2006-02-22 Han-Wen Nienhuys + + * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also + catch trill-span-event notes. + + * Documentation/user/examples.itely (Ancient notation templates): typo. + (Jazz combo): typo. + + * scripts/lilypond-book.py (main): scrap invokes_lilypond(). + + * Documentation/user/basic-notation.itely (Ties): document \repeatTie. + + * Documentation/topdocs/NEWS.tely (Top): document \repeatTie. + + * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent + + * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste + froum Laissez_vibrer_engraver. + + * ly/declarations-init.ly (repeatTie): add \repeatTie + + * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn + + * scm/define-grob-properties.scm (all-user-grob-properties): add + head-direction property. + + * lily/tie-formatting-problem.cc (from_semi_ties): rename from + from_lv_ties. Take head direction argument. + + * lily/semi-tie-column.cc: rename from + laissez-vibrer-tie-column.cc. Rename class too. + + * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename + class too. + + * lily/paper-score.cc (find_break_indices): move from Break_algorithm. + + * lily/break-algorithm.cc (find_break_indices): remove linewidth < + 0 case. + (find_breaks): idem. + +2006-02-21 Graham Percival + + * Documentation/user/advanced-notation.itely: fixed make-moment] + example. + + * Documentation/user/basic-notation.itely: more clarification to + transpose. + +2006-02-21 Han-Wen Nienhuys + + * lily/include/constrained-breaking.hh (class + Constrained_breaking): new file. + + * lily/constrained-breaking.cc (resize): new file. + + * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast + + * Documentation/user/advanced-notation.itely (Clusters): insert + end ignore too. + + * lily/tie-column.cc (calc_positioning_done): support for + tie-score debugging + + * lily/tie-formatting-problem.cc + (generate_extremal_tie_variations): factor out. + (score_ties_configuration): annotate all tie + (print_ties_configuration): new routine. + (generate_configuration): nudge extremal ties outside of the head + Y extents. + (score_ties_configuration): oops. convert to staff-space before + determining position symmetry. + +2006-02-20 Graham Percival + + * Documentation/user/*-notation.itely: misc minor editing, + shifting doc sections around. + + * Documentation/user/*-notation-itely, global.itely, + changing-defaults.itely: added new stuff from NEWS. + +2006-02-20 Heikki Junes + + * po/fi.po: update. + 2006-02-20 Han-Wen Nienhuys + * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run + lilypond --verbose for lp-book. + + * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf + $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd). + + * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use + $(buildscript-dir) iso. absolute depth. + * buildscripts/genicon.py (dir): thinko. * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.