]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(get_print_stencil): use retval.expr() as base for
[lilypond.git] / ChangeLog
index a352e1bb5e199b3e29857ff65d6e1d05fea0a185..0ced3569a33133140c287d780c47abf0546e9714 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,45 @@
+2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/grob.cc (get_print_stencil): use retval.expr() as base for
+       color, not the original stencil. Fixes combinations of
+       color/transparency/rotation
+
+       * scripts/lilypond-book.py (main): add --formats=eps for
+       texinfo/latex.
+
+       * lily/spacing-engraver.cc (stop_translation_timestep): don't
+       crash if spacing_ is nonexistent.
+
+2006-08-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/lilypond-book.py (output): Remove obsolete(!?)
+       \catcode`\@=12 in the LaTeX output.
+
+2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/define-music-types.scm (music-descriptions):
+       use sustain-event iso. sustain-pedal-event.
+
+2006-08-11  Joe Neeman  <joeneeman@gmail.com>
+
+       * scripts/convert-ly.py: honour the -n command-line switch
+
+2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
+       break specification.
+
+2006-08-10  Joe Neeman  <joeneeman@gmail.com>
+
+       * Documentation/user: convert-ly the user manual
+
 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * stepmake/aclocal.m4: version check patch (thanks MWD)
+
+       * ly/music-functions-init.ly: robustness. Don't crash if
+       currentBarNumber is not a number.
+
        * VERSION (PATCH_LEVEL): bump.
 
 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
@@ -23,7 +63,8 @@
 
        * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
 
-       * lily/include/translator.hh (struct Acknowledge_information): add Protected_scm
+       * lily/include/translator.hh (struct Acknowledge_information): add
+       Protected_scm
 
        * ly/music-functions-init.ly: change name to BreathingEvent
 
@@ -44,7 +85,8 @@
        * lily/spacing-engraver.cc (stop_translation_timestep): set
        spacing for proportional notation too.
 
-       * scm/translation-functions.scm (format-bass-figure): inspect stream-event.
+       * scm/translation-functions.scm (format-bass-figure): inspect
+       stream-event.
 
        * scripts/lilypond-book.py (bindir): add bindir to $PATH.
 
        revokePageTurns  functionality. If there is a special barline within
        the breakable region, break there instead of at the end of the region.
 
-       * lily/paper-book.cc (pages): use the new page-breaking calling convention
+       * lily/paper-book.cc (pages): use the new page-breaking calling
+       convention
 
 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>