]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scripts/lilypond-book.py (output): Remove obsolete(!?)
[lilypond.git] / ChangeLog
index 6620907913e71ba27cd317544cbcd47027a1f2a0..adf7c45064a183ae78448cb212421f8910d4eb28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,45 @@
+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>
 
+       * stepmake/aclocal.m4: better version check; handle fooX.Y
+       binaries too.
+
+       * ly/performer-init.ly: instrument name fixup.
+
+       * input/manual/chord-names-jazz.ly (banterProperties):
+       instrumentName update
+
        * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
 
        * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
@@ -11,7 +51,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
 
@@ -32,7 +73,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.
 
@@ -52,7 +94,8 @@
        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>