]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/page-layout.scm (plain-header): add printpagenumber boolean
[lilypond.git] / ChangeLog
index cc116317ba2d8f1c2c07e44cb613f038642aab7c..5df19b848a627cbdbbddeb0385aa66801e51907e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,89 @@
-2004-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/page-layout.scm (plain-header): add printpagenumber boolean
+       to bookpaper.
+
+       * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
+       $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
+
+       * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
+
+       * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
+
+       * scripts/lilypond-latex.py: move from lilypond.py
+
+       * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
+       (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
+
+       * scm/lily.scm (postscript->png): new function
+       (postscript->pdf): new function
+
+       * lily/paper-book.cc (post_processing): call
+       convert-to-{dvi,ps,png,pdf}
+
+       * scripts/ps2png.py (option_definitions): new file.
+
+       * lily/paper-book.cc (output): call output-preview-framework
+       (post_processing): new function. Do PDF/PNG conversion.
+
+       * lily/paper-outputter.cc (close): new function.
+
+       * scm/framework-ps.scm (convert-to-pdf): new function. Call
+       ps2pdf.
+       (output-preview-framework): new function. Generate a preview .ps
+       
+
+2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: release 2.3.8
+       
+       * lily/note-head.cc: remove ledger line handling.
+
+       * lily/ambitus.cc (print): strip away accidental / note head code,
+       and associated properties.
+
+       * lily/ambitus-engraver.cc (create_ambitus): change name to
+       AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
+       other ambitus parts.
+       (create_ambitus): group grobs in Ambitus grouping object. 
+
+       * lily/include/pitch-interval.hh (Pitch>): new file.
+
+       * lily/pitch-interval.cc (add_point): new file.
+
+       * lily/ledger-line-engraver.cc: new file.
+
+       * lily/ledger-line-spanner.cc (print): new file. Set limits to
+       ledger line length to avoid clashes.
+
+2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/invoking.itexi (Invoking lilypond): remove
+       deprecated options
+
+2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
+       to command line option: fast=1 (default on).
+
+       * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
+       This brings SCons run-time on up-to-date tree down from 48s with
+       only checksums, to 34s without 2day checksums, to 14s (make needs
+       4 seconds).
+       (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
+       necessary.
+
+2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/slur-quanting.cc (score_extra_encompass): add  break ;
+       (score_extra_encompass): process scripts at edges too, by checking
+       control points directly. 
+
+2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * po/nl.po: Update.
+
+       * lily/main.cc: Fix ly:option-usage help.
 
        * input/regression/slur-script.ly: More collision tests.
 
@@ -6,7 +91,10 @@
 
 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
-       * make/ly-vars.make (EXTRA_DIST_FILES): 
+       * VERSION: release 2.3.7
+
+       * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
+       files.
 
        * Documentation/user/notation.itely (Slurs): document ^ and _ for
        slurs.