X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=cec03555358b1f0f6d35ce6312b0740ae802fcda;hb=7bd55dbda97fa79bd89d790b2079d41db768a73f;hp=6d81ea9a461a6930ee9adb1f79ae5620e75f6e90;hpb=9f2f40b02b5b17fc55f826f48a856cb3e9b8f6c4;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 6d81ea9a46..cec0355535 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,97 @@ +2005-07-08 Han-Wen Nienhuys + + * Documentation/user/tutorial.itely (Running LilyPond for the + first time): remove reference to DVI/TeX + + * scm/define-markup-commands.scm (text): add \text markup command. + + * configure.in (reloc_b): bump requirement to Python 2.2. + + * lily/include/dots.hh (class Dots): make has_interface() static. + + * python/convertrules.py (conv): add rule for ly:grob-default-font + + * scm/define-grobs.scm (all-grob-descriptions): reorganize in + alphabetical order. + + * input/regression/trill-spanner-pitched.ly: new file. + + * lily/font-interface-scheme.cc (LY_DEFINE): function + ly:grob-default-font (changed from get-default-font). + + * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file. + + * lily/note-head.cc (internal_print): if style is not a symbol, + set style to 'default. + (internal_print): no style suffix if glyph-name-procedure not + set. Default to quarter head. + + * scm/define-grobs.scm (Module): new grob TrillPitchHead. + + * scm/define-music-properties.scm (all-music-properties): add trill-pitch. + + * ly/music-functions-init.ly: \pitchedTrill + + * lily/pitched-trill-engraver.cc (acknowledge_grob): new file. + + * ly/Welcome_to_LilyPond.ly: update to 2.6.0 + + * lily/trill-spanner-engraver.cc (finalize): rename req -> event + + * scm/define-markup-commands.scm (pad-markup): pad-markup command. + + * po/fr.po: update + + * po/de.po: update. + +2005-07-06 Graham Percival + + * Documentation/user/changing-defaults.itely: add link + to grob-iterface. + + * Documentation/user/advanced-notation.itely: add material + to Setting automatic beam behaviour. Thanks, Joe! + + * Documentation/user/lilypond.itely: change encoding to utf-8. + +2005-07-01 Mats Bengtsson + + * Documentation/user/advanced-notation.itely (Setting automatic + beam behavior): Correct the documentation of + revert-auto-beam-setting (backportme) + +2005-07-01 Han-Wen Nienhuys + + * lily/ly-module.cc (ly_make_anonymous_module): define + %module-public-interface of module. (backportme) + + * lily/lily-parser.cc (print_smob): allow printing of parser smob + without lexer. + +2005-07-01 Han-Wen Nienhuys + + * input/regression/fret-diagrams.ly: stretch example. + +2005-06-30 Jan Nieuwenhuizen + + * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan + Fodor). (backportme). + +2005-06-30 Graham Percival + + * Documentation/topdocs/AUTHORS.texi: update personal web address. + + * Documentation/user/examples.itely, lilypond-book.itely: + change \RequirePackage to \usepackage. + + * Documentation/user/global.itely: document copyright and tagline. + 2005-06-30 Han-Wen Nienhuys * Documentation/user/basic-notation.itely (Transpose): remove link to nonexistent UntransposableMusic. - * scm/output-svg.scm: remove old definitions (backportme). + * scm/output-svg.scm: remove old definitions. * scripts/lilypond-book.py (do_file): search for kpsewhich before invoking.