]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/rest.cc (polyphonic_offset_callback): new function. Do
[lilypond.git] / ChangeLog
index 1663e1b656347c3503a67f8d4f48a6dea4e438e0..83766b2b40469ddce8175aea809f686017b7391b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,35 @@
 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
-       * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
-       create scalable PS and PDFs  for input/{test,template,regression}.
+       * lily/rest.cc (polyphonic_offset_callback): new function. Do
+       vertical positioning for polyphony, without RestCollision object.
+
+       * lily/note-column.cc (add_head): prevent rests & note heads on
+       one stem.
+
+       * lily/rest-collision.cc (do_shift): ignore rests with beams.
+       (do_shift): rewrite only-rests case: use common refpoints: the
+       routine will have sensible results when other rest-translations
+       have taken place.
+
+       * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
+       < 0 case. 
+
+       * input/GNUmakefile (SUBDIRS): remove ascii-art
+
+2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/: Convert ly files that still had \property.  Fixes make
+       web.  Remove exta spaces around '='. 
+
+       * scripts/convert-ly.py (conv): Redundant space fixes.
+
+       * scripts/lilypond-book.py (compile-ly): python2.1 fix.
 
 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
+       create scalable PS and PDFs  for input/{test,template,regression}.
+
        * lily/context.cc (is_alias): move function.
        (is_alias): add Bottom as context alias. 
        (find_create_translator): add Bottom as a context alias for creation.