]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scripts/convert-ly.py: s/removeTag/removeWithTag/.
[lilypond.git] / ChangeLog
index 27e91392702d2b6d4428a6798e640cd6e79f4b81..f503a965cc1e0dbfce19da149cda5ba0b0364da6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,35 @@
+2004-09-18  Werner Lemberg  <wl@gnu.org>
+
+       * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
+       ties.
+
+       * scripts/convert-ly.py: s/removeTag/removeWithTag/.
+
 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * input/{input,regression}/*.ly: run convert-ly
+
+       * VERSION: release 2.3.17
+
+       * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
+       little wider for attachment calculation. This prevents stem and
+       slur touching.
+
+       * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
+       ) 
+
+       * input/regression/tie.ly (texidoc): cleanup.
+
+       * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
+       and ~
+
+       * lily/slur-scoring.cc (score_extra_encompass): check if extra
+       objects are on boundary column. 
+
+       * lily/main.cc (parse_argv): process --tex too.
+
        * ly/music-functions-init.ly (keepWithTag): add music functions
-       keepWithTag and removeWithTag
+       keepWithTag and removeWithTag.
 
        * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.