]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/output-ps.scm: Resurrect.
[lilypond.git] / ChangeLog
index 4791a61dad9afe0b9c805900c574cf07d833707b..c9a4c5eb843caac30d15ad2e843a252b5bbe0826 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,150 @@
+2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm: Resurrect.
+       
+       * scm/output-tex.scm: Minimal cleanups.
+
+       * scm/paper.scm (paper-set-staff-size): Add lineheight.
+
+       * make/ly-rules.make: Remove any broken lily-*.tex files before
+       lilypond-book run.
+
+       * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
+       comment.
+
+       * stepmake/aclocal.m4: Add --enable-pipe option, with check.
+       Enabled by default, may save 10% compile time.
+
+2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/refman.itely (Customized accidental rules):
+       typo.
+
+2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/user/music-glossary.tely: remove the missing norwegian
+       translation; they can be put in later properly.
+
+2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/recording-group-engraver.cc (start_translation_timestep):
+       init Recording_group_engraver twice.
+
+2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
+       stray style cleanups:
+
+       * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
+       -Wmissing-prototypes.
+
+       * flower/include/killing-cons.tcc (Killing_cons): Add template
+       specifier for car_.
+
+       * flower/include/parray.hh (binsearchs): Add template specifier
+       for maxkey.
+
+       * flower/include/interval.hh: Declare elem () with template specfier.
+
+2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
+
+       * elisp/lilypond-indent.el (get-buffer-size): add customization
+       groups for several variables (Reuben Thomas).
+
+2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/invoking.itexi (Point and click): add index
+       entry.
+
+       * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
+       go under beam.
+
+       * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
+       sarabande beam. 
+
+       * flower/warn.cc (programming_error): cross fingers not thumbs.
+
+       * lily/rest.cc (polyphonic_offset_callback): return 0 when
+       staff-position is set.
+
+       * VERSION: release 2.1.26 
+       
+       * scm/chord-entry.scm (construct-chord): process transposition
+       after processing explicit-11.  
+
+2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (add_quote): add syntax for adding quotes:
+       \addquote "id-string" Music
+
+       * scripts/lilypond-book.py (do_file): do not overwrite input file.
+
+       * scripts/convert-ly.py (conv): add rules for name changes.
+
+       * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
+       music/context/grob property functions. Internally, use
+       get_property() and set_property() for both.
+
+2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
+
+       * elisp/lilypond-mode.el (get-buffer-size): define new function,
+       for Emacs <= 20 (Laurent Martelli).
+
+2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/parser.yy (command_element): extract quoted vector in
+       parser.
+
+       * input/regression/quote.ly: new file.
+
+       * lily/sequential-iterator.cc (process): only process if moment >= 0.
+
+       * lily/parser.yy (command_element): \quote DURATION NAME: support
+       cue notes. 
+
+       * lily/quote-iterator.cc (class Quote_iterator): new file.
+
+2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/auto-beam-engraver.cc (try_music): accept and process
+       beam-forbid-event.
+
+       * input/regression/auto-beam-no-beam.ly: new file.
+
+2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/accidental.cc (print): Change font-relative-size ->
+       font-size. Fixes cautionary-style = smaller.
+
+2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/system-start-delimiter.cc (staff_brace): remove
+       font-relative-size
+
+       * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
+       forgotten with scm_list_n. Fixes spurious coredumps.
+
+       * lily/accidental-engraver.cc (stop_translation_timestep): move
+       update of localKeySignature to stop_translation_timestep (). This
+       makes sure that all ties are noticed at the right moment.
+       (stop_translation_timestep): clear tie only when right-side
+       notehead was seen.
+       (number_accidentals_from_sig): cleanup. 
+
+       * input/regression/accidental-tie.ly (mus): new file
+
+       * input/regression/tie-accidental, tie-break-accidental.ly: remove
+       these longish tests.
+
 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
+
+       * THANKS: update bugreporter list.
+
+       * lily/beam.cc (print): broken beams last until end of staff.
+       (print): broken beams start from prefatory matter.
+
        * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
 
        * lily/paper-score.cc (process): dump header only once.