]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* cygwin/mknetrel: Exit if doc build fails.
[lilypond.git] / ChangeLog
index 174da66cfcee822b34e98793d3f285c55c24ec64..8d8e8d581ce5d7cb65719fc9824b4174aede4471 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,126 @@
+2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/mknetrel: Exit if doc build fails.
+
+       * lily/GNUmakefile: Add hack for .deps and --srcdir build.
+
+2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/music-types.scm (music-descriptions): add doc strings
+
+2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lexer.ll: 
+       * lily/include/my-lily-lexer.hh: 
+       * lily/include/includable-lexer.hh: Add flex kludge.
+
+       * config.hh.in: 
+       * config.make.in: 
+       * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
+       cruft.
+       
+       * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
+       code.
+
+2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/spanners-init.ly (cresc, dim): Update to new markup text.
+
+       * lily/parser.yy (new_chord): Compile fix.
+
+2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/percent-repeat-engraver.cc (try_music): add correct
+       processing moments for double-measure percents as well.
+
+       * input/regression/percent-repeat-skipbars.ly (texidoc): new file
+
+       * lily/lily-guile.cc (ly:dimension?): add dimension as separate
+       grob prop type. 
+
+       * Documentation/user/refman.itely (Printing named chords): add
+       chord name tweak doco.
+
+       * input/template/gregorian-transcription.ly: new file.
+
+2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/*: lots of cleanups/comment-outs/removals in chord
+       examples
+       
+       * input/regression/*: lots of cleanups/comment-outs/removals in
+       chord examples
+       
+       * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
+       options
+
+       * lily/new-chord-name-engraver.cc (process_music): give original
+       inversion pitch to chord name routine.
+
+       * input/tutorial/os-score.ly: update to new markup
+
+       * Documentation/user/appendices.itely: simply include
+       chords-ignatzek. 
+
+       * Documentation/user/refman.itely (Chords mode): add documentation
+       for chord mode.
+
+       * scm/chord-entry.scm (construct-chord): mark inversion as bass if
+       not present in chord.
+       (construct-chord): add inversion and bass support.
+
+       * lily/chord.cc: junk contents.
+
+2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/user/refman.itely:
+       * Documentation/user/music-glossary.tely: fix. 
+
+2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/chord-entry.scm (construct-chord): move chord construction
+       to Scheme.
+
+       * lily/parser.yy (new_chord): new setup for chord entry.
+
+2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond.words:
+       * Documentation/user/music-glossary.tely: add ambitus.
+
+2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
+
+       * lily/include/*.hh: string() -> to_string()
+
+       * scm/chords-ignatzek.scm: new file.
+
+       * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
+       standard chord name exceptions.
+
+       * scm/translator-property-description.scm (chordNameSeparator):
+       add property.
+       (majorSevenSymbol): add property
+
+       * lily/translator-scheme.cc (ly:context-properties): new function
+       (ly:context-parent): new function.
+       (print_smob): print context name.
+
+       * lily/music.cc (ly:get-music-length): new function
+       (print_smob): don't print properties.
+
+       * lily/duration.cc (duration<?): new function
+
+       * input/regression/chords-funky-ignatzek.ly: new file.
+
+       * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
+       jazz chords.
+
+       * lily/pitch.cc (ly:pitch-diff): new function.
+
+       * input/regression/chords-ignatzek.ly: new file.
+
 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
 
 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
 
-       * Documentation/topdos/AUTHORS.texi: refine.
+       * Documentation/topdocs/AUTHORS.texi: refine.
 
 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>