]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/coherent-ligature-engraver.cc,
[lilypond.git] / ChangeLog
index 82ec499dc9ff5bc9eadb5200432e27eb6f5de65d..73fcbf5721395a2e7669e158bac5587b13c248d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,411 @@
+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,
+       scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
+       chant notation
+
+2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
+       prevent TeX from interpreting them as long dash
+
+       * input/test/vaticana.ly: updated
+
+       * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
+       mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
+       mf/parmesan-heads.mf, mf/parmesan-rests.mf,
+       mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
+       fixes
+
+       * mf/parmesan-heads.mf: ledger endings: removed dead code
+
+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.
+
+       * scm/document-markup.scm: new file: document all markup
+       functions.
+
+       * scm/documentation-generate.scm: rename all documentation modules
+       to document-*.scm
+
+       * scripts/lilypond-book.py: generate link to .ly file iso. link to
+       .png
+
+       * input/test/divisiones.ly: added
+
+       * input/regression/output-property.ly: new file
+
+       * lily/cluster.cc: change cluster-interface to use style property
+
+2003-04-20  Rune Zedeler  <rune@zedeler.dk>
+
+       * input/test/chord-names-german.ly: modified.
+
+       * scm/chords-ignatzek.scm:
+         chord-name->german-markup: Added
+         note-name->german-markup: Changed (now producing lowercase notenames)
+
+       * lily/chord-name-engraver.cc: Reads property chordNoteNamer
+       
+2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/convert-ly.py (FatalConversionError.conv):
+       divisiominima -> divisioMinima, etc.
+
+       * ly/engraver-init.ly (FiguredBassContext): add
+       Separating_line_group_engraver to Figured bass context.
+
+       * ly/german-chords-init.ly: remove file
+
+       * input/test/chord-names-german.ly (scm): new file.
+
+       * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
+
+       * lily/chord-name-engraver.cc: move New_chord_name_engraver to
+       Chord_name_engraver
+
+       * Documentation/user/refman.itely: lots of updates.
+
+       * input/regression/chord-name-exceptions.ly (chExceptionMusic):
+       new file
+
+       * input/test/bar-number-every-5-reset.ly: new file.
+
+2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/chord-name-major7.ly: new file
+
+       * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
+       if specced explicitly.
+
+       * input/regression/chord-name-entry-11.ly: new file.
+
+       * input/test/slur-beautiful.ly: new file.
+
+       * Documentation/user/refman.itely: updates.
+
+       * input/regression/collisions.ly (threevoice): cleanup.
+
+       * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
+
+2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/*.itely: various updates.
+
+       * ly/spanners-init.ly: enddecr/ endcr.
+
+       * Documentation/user/tutorial.itely (Fine tuning a piece): editing
+       of tutorial
+
+2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
+
+       * lily/new-chord-name-engraver.cc (process_music): use octavation
+       (a number) instead of original-pitch to store inversions. This
+       fixes a problem with transposed chords with inversions.  
+
+2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Include compile fix for broken flex, as
+       used in includable-lexer.hh.
+
+       * lily/includable-lexer.cc: Bugfix: include config.h.
+
+       * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
+       circumvention of Debian packaging bug.
+
+2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flex-2.5.31 hits Debian/unstable.  Fixes below.
+       
+       * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
+
+       * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
+       (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
+
+       * lily/include/includable-lexer.hh: 
+       * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
+
+       * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
+
+       * aclocal.m4: Regenerate.
+
+       * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
+       yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
+
+       * scm/pdf.scm (use-modules): Include lily.
+
+       * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
+       Noordkamp).
+       (use-modules): Include lily.
+       (lily-def): Bugfix: include tex-val in let.
+
+2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-mode.el: sensible error if lilypond.words not found.
+
+       * lilypond.words: add few words.
+
+2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-clefs.mf: bugfix: char boxes corrected
+
+       * mf/parmesan-scripts.mf: fixed typo in char name
+
+2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.7.16 released
+
+       * python/lilylib.py (setup_temp): temporary directories are mode 700.
+       (this is a security vulnerability).
+
+       * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
+
+       * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
+       add staff support.
+
+2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
+       ly/script-init.ly, scm/script.scm: bugfix: renamed
+       fermata->signumcongruentiae to fix naming clash with feta font
+
+2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/multi-measure-rest-grace.ly (texidoc): new file
+
+       * lily/multi-measure-rest-engraver.cc
+       (start_translation_timestep): use grace timing too for determining
+       when to make mmrest.
+       (start_translation_timestep): clear numbers too.
+
+2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * scm/music-types.scm: compile fix: escape braces
+
+       * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
+       work around font selection problem
+
+       * Documentation/user/refman.itely: BreathingSign: added docu for
+       property "text"
+
+2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
+       information.
+
+2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/multi-measure-rest-engraver.cc (class
+       Multi_measure_rest_engraver): make multiple Number objects, one
+       for each MultiMeasureTextEvent.
+
+       * scm/music-functions.scm (glue-mm-rest-texts): use
+       MultiMeasureTextEvent
+
+       * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
+
+       * Documentation/user/refman.itely (Multi measure rests): update.
+
+2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/ly-module.cc (ly_copy_module_variables): use
+       scm_internal_hash_fold() for iterating modules.
+
+2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/refman.itely: Section Custodes: added more
+       example code
+
+       * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
+       neo-mensural rests to parmesan font
+
+       * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
+       header
+
 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * Documentation/user/macros.itexi: @fileref macro.