]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* configure.in: check for C language.
[lilypond.git] / ChangeLog
index 7dcd7b9fba5ef8e1110f9625c44de2c7d2eee47f..fcd6ce2a6515cb897e7e0dae03efc989194fed72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,162 @@
+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.
+
+       * lily/stem-tremolo.cc (print): don't crash for no-stem.
+
+       * Documentation/user/changing-defaults.itely (Which properties to
+       change): fixes.
+
+2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * po/fr.po: update.
+
+2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/wilhelmus.ly: More original lyrics.  Add to examples.
+
+       * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
+       Reinstate old code that issues warning.  Fixes --srcdir build.
+
+2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/wilhelmus.ly: New file.
+
+       * Documentation/user/notation.itely: 
+       * Documentation/user/introduction.itely:
+       * Documentation/user/tutorial.itely: Use quote ly-option instead
+       of explicit @quotation.  This fixes too long lilypond linewidths
+       resulting in overful hboxes.
+
+       * scripts/lilypond-book.py: Add ly-option: `quote'.
+
+2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * tex/titledefs.tex: Avoid that the first score line is extra
+       indented if instrument is defined but not piece.
+
+2004-03-30  Werner Lemberg  <wl@gnu.org>
+
+       * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
+       `lilypond/' to info file name.
+       (@usermanref) [info]: New variant.
+
+       * scm/documentation-generate.scm: Fix definition of @usermanref
+       and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
+       to info file name.
+
+2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: release 2.1.36
+       
+       * Documentation/user/changing-defaults.itely (Interpretation
+       contexts): rewrite introduction.
+
+2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
+
+       * scm/define-markup-commands.scm: Use TeX accents instead of
+       straight iso-8859-1 encoding in the doc string.
+
+2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/tutorial.itely (A lead sheet): remove extra
+       space after dotted duration.
+
+2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/introduction.itely: 
+       * Documentation/user/notation.itely:
+       * Documentation/user/tutorial.itely: Up all relative examples.
+       Enclose @lilypond displays in @quotation.  Typos and corrections.
+
+       * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
+
+2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/music-functions.scm (make-voice-props-revert): Revert also
+       MultiMeasureRest staff-position in oneVoice.
+
+2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/user/changing-defaults.itely, 
+       Documentation/user/lilypond.tely: few fixes. Place no comma between
+       two options: a and b, but commas between three options: a, b, and c.
+       By this manner, grouping is possible: a and b, and c and d.
+
+2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/GNUmakefile: add rule for .nexi
+
 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * Documentation/user/music-glossary.tely: move glossary direntry
+
+       * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
+       only do mkdir/install-info if INFO_INSTALL_FILES != "".
+
+2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Verify that gettext configure check with
+       gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
+
+2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
+       glob.glob for .png filenames. This catches multipage pngs.  
+
+       * Documentation/user/changing-defaults.itely (Determining the grob
+       property): fix references.
+
+       * lily/staff-symbol.cc (print): only add extent if non empty.
+       This fixes staff-container.ly.
+
+       * lily/timing-engraver.cc (initialize): init whichBar, so a score
+       starting with a mmrest also works.
+
        * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
        PNG for texinfo too.