]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/coherent-ligature-engraver.cc,
[lilypond.git] / ChangeLog
index d17fd295d8ca12e40916e7342d7cc4a7b078db9e..73fcbf5721395a2e7669e158bac5587b13c248d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,180 @@
+2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/coherent-ligature-engraver.cc,
+       lily/gregorian-ligature-engraver.cc,
+       lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
+       lily/mensural-ligature-engraver.cc,
+       lily/vaticana-ligature-engraver.cc,
+       lily/include/gregorian-ligature-engraver.hh: updated for new
+       Coherent_ligature_engraver; added comments that describe the basic
+       design ideas of the ligature implementation
+
+       * lily/coherent-ligature-engraver.cc,
+       lily/include/coherent-ligature-engraver.hh: new file: shared code
+       between mensural ligatures and Gregorian chant notation ligatures
+
+2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: XEmacs fixes: include two definitions for the
+       key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
+       use only two arguments in sit-for, use no arguments in
+       read-char-exclusive, backspace is not a character (127) in XEmacs.
+
+       * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
+
+2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: un-commenting works after syntax-table fix.
+
+       * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
+       group, verbose commenting for syntax table.
+
+       * lilypond-indent.el: add TODO for ligature slurs.
+
+2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
+(numberp (read-event))
+       * lilypond-mode.el: Move comments of parenthesis matching away,
+       (blink-matching-paren-on-screen) fix blinking in Emacs.
+
+       * lilypond-font-lock.el: Fix parent-matching for Emacs:
+       Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
+
+       * lilypond-indent.el: Add TODO for parenthesis matching.
+
+2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: Fix XEmacs: 
+       changed [S-iso-lefttab] to [(shift iso-lefttab)],
+       invoke explicitly easy-menu-add (in Emacs done automatically).
+       
+       * lilypond.words: Add few words from input/*/*.ly.
+
+2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
+       and syntax updates.
+
+2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/feta-toevallig.mf: revamp flat symbol: use less points,
+       better parametrisation. Move fatness of bulb downward.
+
+       * mf/parmesan-custodes.mf (dir_down): remove underscores from
+       glyph names. Underscores are not allowed .ps encoding files.
+
+2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
+       variable "packed" for packed right-ragged mode
+
+       * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
+       unused variable ragged; fixed indentation
+
+       * Documentation/user/refman.itely: tiny cleanups in ancient
+       clef and custos section
+
+2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (Simple_music): add \applyoutput, syntax
+       \applyoutput PROCEDURE
+
+       * lily/my-lily-lexer.cc: add \applyoutput.
+
+       * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
+
+       * lily/text-item.cc: clean text-interface description
+
+2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/{regression,test}/: use postfix for slur endings and beam
+       begins.
+
+       * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
+       style beams too. 
+
+       * input/regression/lyrics-melisma-beam.ly: new file.
+
+       * lily/lyric-engraver.cc (process_music): change from
+       process_acknowledged_grobs()
+
+       * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
+       functions to set and revert auto-beam settings.
+
+2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
+
+2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * ChangeLog, Documentation/topdocs/AUTHORS.texi,
+       Documentation/user/lilypond.tely: fixed some typos; updated author
+       info
+
+       * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
+       #"" -> #'flag-style = #'()
+
+       * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
+       cleanup: removed dead #includes
+
+       * lily/gregorian-ligature-engraver.cc,
+       lily/include/gregorian-ligature.hh,
+       scm/grob-property-description.scm: small cleanups, small spacing
+       fixes
+
+       * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
+       lily/vaticana-ligature.cc,
+       lily/include/gregorian-ligature-engraver.hh,
+       scm/grob-property-description.scm, scm/music-types.scm:
+       "porrectus" -> "pes or flexa"
+
+       * ly/engraver-init.ly, scm/grob-description.scm,
+       scm/grob-property-description.scm: junked porrectus, now handled
+       by ligature code
+
+       * scm/grob-description.scm: bugfix: added space-alist entry for
+       breathing sign/custos
+
+2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Another grand 2003 update.
+       
+       * Remove mentioning of `mudela'; There's no such thing.
+
+2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/preface.itely (Preface to version 1.8): update
+
+       * Documentation/user/invoking.itexi (Invoking LilyPond): revise
+
+       * Documentation/user/converters.itely (Invoking convert-ly): revise
+
+       * scripts/convert-ly.py (outfile_name): remove --assume-old.
+
+       * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
+
+2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/internals.itely: more updates.
+
+2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely: revise 
+
+       * Documentation/user/internals.itely: revise
+
+       * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
+
+2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
+       beautification: reformatted ancient clefs section; cleanup: small
+       wording fixes
+
+2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond.words: added words for chant notation, sorted
+       alphabetically through "sort lilypond.words"
+
 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
 
        * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
 
 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * VERSION: 1.7.17 released
+       
        * Documentation/user/GNUmakefile
        ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
        files too.