]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/auto-beam.scm (revert-property-setting): Bugfixes: add
[lilypond.git] / ChangeLog
index c6b24027b5d8e45e6a967fd13bd53a6b5cf074dd..d5fbe3e4c724cc2efe289e13db9ad853c13084c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
+       missing parameter, actualy cdr through list.  Actually return a
+       list with ENTRY removed (was '()).
+
+       * scripts/convert-ly.py: Update.  Print warning if file cannot be
+       opened.
+       (do_conversion): Fix printing of continuation comma.
+
+       * Documentation/user/advanced-notation.itely (Beam formatting):
+       Remove refbugs about compound time and mixed duration.
+
+       * scm/auto-beam.scm (default-auto-beam-settings): Write out all
+       modulo moments explicitely.
+
+       * lily/moment.cc (operator %): New function.
+
+       * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
+
+       * lily/translator-scheme.cc (ly:translator-now,
+       ly:translator-property): New function.
+
+       * scm/auto-beam.scm (default-auto-beam-check): New function.
+
+       * lily/auto-beam-engraver.cc (test_moment): Use it.
+
+       * flower/rational.cc (operator %): Bugfix.
+
 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
 
        * scripts/abc2ly: Bugfix
 
 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
+
+       * lily/auto-beam-engraver.cc (test_moment): Test exact measure
+       position (was: use modulo measure length).
+
        * configure.in (no gui_b): Remove optional gtk+ requirement.
 
 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>