]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* Documentation/user/advanced-notation.itely (Font selection):
[lilypond.git] / ChangeLog
index 06d1c218fed27b105cb056654652d9b76d6fdfa4..3b0154b619dbeb141e86e253576a3feeaf93e2bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2006-07-19  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/advanced-notation.itely (Font selection):
+       Document how to get a list of available fonts using
+       'lilypond -dshow-available-fonts blabla'.
+
+2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * GNUmakefile.in: filter lily-XXX.pdf files.
+
+       * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       remove delta-pitch. Use delta-position everywhere.
+
+       * scm/output-lib.scm (fall::print): use new order.
+
+       * scm/output-ps.scm (path): reorder arguments.
+
+       * scm/output-svg.scm (path): support for path primitive.
+
+       * input/regression/bend-after.ly: new file.
+
+       * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
+       recipe for eps -> pdf conversion.
+
+2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * lily/parser.yy, lily/lexer.ll: added some simplifications by
+       Angelo Contardi.
+
+2006-07-19  Graham Percival  <gpermus@gmail.com>
+
+       * input/manual/screech-boink.ly: moved to here.
+
+       * input/screech-boink.ly: deleted.
+
+       * scm/define-grob-properties.scm: clarify doc string.
+
+2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/topdocs/NEWS.tely (Top): doc new feature.
+
+       * scm/output-ps.scm (path): define path.
+
+       * scm/define-stencil-commands.scm
+       (ly:register-stencil-expression): add path.
+
+       * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
+
+       * ly/engraver-init.ly: add Fall_engraver
+
+       * lily/parser.yy (music_function_event): allow musicfunction
+       without music arg as music_function_event.
+
+       * lily/grob-scheme.cc (LY_DEFINE):
+       ly:grob-robust-relative-extent. New function.
+
+       * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
+
+       * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
+
+       * scm/output-lib.scm (fall::print): new function
+
+       * lily/fall-engraver.cc (stop_fall): new file.
+
+       * ly/music-functions-init.ly: alphabetise.
+
+       * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
+       base.
+
+2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
+
+       * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
+       doc pdftex usage.
+
+       * lily/translator-group.cc (connect_to_context): non const error message.
+
+       * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
+
+       * scm/paper.scm (internal-set-paper-size): define landscape to #f
+       if unset.
+
+       * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
+
+       * stepmake/stepmake/texinfo-rules.make: strip DVI support.
+
+       * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
+       systems.pdftex too.
+
+       * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
+
+       * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
+
+       * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
+
+       * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
+
+       * lily/main.cc (parse_argv): don't overwrite previous --formats string.
+
+       * scm/backend-library.scm (postscript->pdf): strip .eps too. 
+
+2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * scm/layout-page-layout.scm: Define module, tidy code, use more
+       functions iso. a single big one.
+
+       * scm/layout-page-dump.scm: move page dump functions used in two
+       pass spacing to this file. Define module.
+
+       * scm/lily.scm (ly:load): don't load layout-page-layout.scm
+        (separate module)
+
+       * ly/paper-defaults.ly: use module layout-page-layout.
+
 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
 
        * lily/music.cc: Revised MusicEvent event class. It now contains