]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* configure.in: check for C language.
[lilypond.git] / ChangeLog
index 9ea8cf00526642bff9f4e2457177248612ef60f5..fcd6ce2a6515cb897e7e0dae03efc989194fed72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,48 @@
 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * configure.in: check for C language.
+
+       * lily/source-file.cc: include strstream without h.
+
+       * scm/documentation-generate.scm (string-append): use name without
+       .texi.
+
+       * autogen.sh (srcdir): suse fix.
+
+       * Documentation/user/notation.itely (Ancient clefs): idem.
+
+       * Documentation/user/lilypond-book.itely (Integrating HTML and music): idem.
+
+       * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
+
+       * lily/change-iterator.cc (process): use find_existing_context().
+
+       * input/test/polymetric-differing-notes.ly: use ly:music-compress.
+
+       * input/regression/repeat-unfold-tremolo.ly: new file.
+
+       * scm/music-functions.scm (unfold-repeats): undo music compression
+       too.
+
+       * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
+       (LY_DEFINE): ly:music-compress new function.
+
+       * scm/part-combiner.scm (determine-split-list): split for voice
+       crossings
+
+       * input/regression/part-combine-cross.ly: new file.
+
+       * scm/part-combiner.scm (make-part-combine-music): don't do
+       relative inside partcombine arguments.
+
+       * scm/music-functions.scm (make-non-relative-music): new function.
+
+       * Documentation/user/notation.itely (Automatic part combining):
+       add note about \relative.
+
+       * lily/part-combine-iterator.cc (construct_children): add
+       start_moment_ member.
+
        * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
        stem-tremolo by stem object. This fixes no stem for tremolo bug.
 
@@ -48,6 +91,8 @@
 
 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * VERSION: release 2.1.36
+       
        * Documentation/user/changing-defaults.itely (Interpretation
        contexts): rewrite introduction.