]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* Documentation/user/tutorial.itely (Running LilyPond for the
[lilypond.git] / ChangeLog
index 6d81ea9a461a6930ee9adb1f79ae5620e75f6e90..cec03555358b1f0f6d35ce6312b0740ae802fcda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,97 @@
+2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * 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  <gperlist@shaw.ca>
+
+       * 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  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/advanced-notation.itely (Setting automatic
+       beam behavior): Correct the documentation of
+       revert-auto-beam-setting (backportme)
+
+2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * 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  <hanwen@xs4all.nl>
+
+       * input/regression/fret-diagrams.ly: stretch example.
+
+2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
+       Fodor).  (backportme).
+
+2005-06-30  Graham Percival  <gperlist@shaw.ca>
+
+       * 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  <hanwen@xs4all.nl>
 
        * 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.