X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=412552fe5665d61ba2762ca634b1e7a32dcaf7af;hb=289c59d744a18d9d10363c92b5be7df3a224b2f5;hp=68c6b130dc6d75b8e092ab12c61b345ead35ee60;hpb=6d0fb552fab4025ad537c5ea8542ca2dc4141012;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 68c6b130dc..412552fe56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2004-10-02 Graham Percival + + * Documentation/index.html.in: remove link to templates. + + * Documentation/user/notation.itely: more small fixes. + +2004-10-02 Han-Wen Nienhuys + + * lily/timing-engraver.cc (process_music): move setting + measure-length. This fixes spacing-whole-rest.ly + + * VERSION (PACKAGE_NAME): release 2.3.20 + + * input/regression/quote-transposition.ly: update example + + * scm/define-music-properties.scm (all-music-properties): change + meaning of instrumentTransposition. It is now the pitch played + that sounds as middle C. This means that instrumentTransposition + can be \transposed. + Fixes: transpose-quote.ly + + * lily/parser.yy (command_element): reverse setting of + instrumentTransposition + + * lily/pitch.cc (pitch_interval): rename. + + * lily/recording-group-engraver.cc (stop_translation_timestep): + remove macrameing of accumulator and set_car/cdr. + Fixes: transposition-quote.ly + + * lily/music.cc (transpose): fold Event::transpose() in. + + * lily/event.cc: remove Transpose. + + * lily/recording-group-engraver.cc: cleanup. + + * ly/music-functions-init.ly (displayMusic): add function. + + * make/lilypond.fedora.spec.in: rename file. + + * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting + to-be-marked objects. Use SCM_CELL_WORD_1 instead. + + * Documentation/user/changing-defaults.itely (Changing context + properties on the fly): typo. + + * lily/slur.cc (outside_slur_callback): try three sample points + for determining collisions. This fixes: slur-script.ly. + +2004-09-30 Jan Nieuwenhuizen + + * scripts/lilypond-book.py (ext2format): Add latex as Latex. + +2004-10-01 Graham Percival + + * Documentation/user/notation.itely: more small fixes. + + * Documentation/user/examples.itely: make new sections. + + * input/test/bar-lines.ly: improve output, fix bug. + + * Documentation/user/changing-defaults.itely: small fixes. + +2004-10-01 Werner Lemberg + + * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle + T1 encoding in texinfo mode. + (\lilypondstart): Use it. + (\lilypondloop, \lilyponditerate): Removed. Unused. + +2004-09-30 Werner Lemberg + + * tex/lilyponddefs.tex (\lilypondstart): Define + \lilypondfontencoding for both texinfo and latex mode. + + * scm/framework-tex.scm (font-load-command): Use + \lilypondfontencoding. + +2004-09-30 Han-Wen Nienhuys + + * scm/framework-tex.scm (dump-page): take with-extents? + argument. If true, output Y extents. Used for lilypond-book + documents. + + * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for + \bookpaper. + + * lily/slur.cc (outside_slur_callback): epsilon-delta management + for slur edges. Fixes: progerror-no-bezier-intersection.ly + + * scm/framework-tex.scm (dump-page): put stencil height in dumped + page. + +2004-09-29 Mats Bengtsson + + * Documentation/user/notation.itely (Multi measure rests): + Improved example. + +2004-09-29 Han-Wen Nienhuys + + * lily/auto-beam-engraver.cc (test_moment): robustify. + +2004-09-28 Werner Lemberg + + * scm/framework-tex.scm (font-load-command): Define proper font + macro which sets font encoding if available. + (define-fonts): Define \lilypondpaperinputencoding, to be taken + from the \bookpaper block. + + * tex/lilyponddefs.tex (\lilypondstart): Use + \lilypondpaperinputencoding for global input encoding. + 2004-09-28 Han-Wen Nienhuys * lily/score.cc (Score): oops. Copy error_found_ too.