]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
''
[lilypond.git] / ChangeLog
index f153772d05677d01cf76aff7c2b1a7a42493e968..c8d2c8506497fcb51d0818766cbae0b6d2295984 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2002-03-29  Han-Wen  <hanwen@cs.uu.nl>
+
+       * input/regression/spacing-note-flags.ly: new file
+
+       * input/regression/spacing-rest.ly: new file
+
+       * mf/feta-eindelijk.mf: make bbox of quarter rest tighter.
+
+       * lily/spacing-spanner.cc (note_spacing): make note spacing after
+       all grace notes tight (not only the column directly following a
+       grace note).
+
+       * scm/grob-description.scm (all-grob-descriptions): don't make
+       mm-rests larger than normal.
+
+       * mf/feta-banier.mf: make upflag narrower. Make end of flag more
+       curved. Remove white space at the right of flags.
+
+2002-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ports/ports.make: Bugfix: ignore CVS directories.
+
+       * stepmake/.cvsignore: New file.
+
+2002-03-28  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/note-spacing.cc (stem_dir_correction): don't correct when
+       there is a flag on the stem.
+
+       * lily/multi-measure-rest.cc (brew_molecule): variable width molecule.
+
+       * scm/grob-property-description.scm (measure-length):
+       measure-length grob property.
+
+       * lily/spacing-spanner.cc (standard_breakable_column_spacing):
+       better spacing for breakable columns when they're juxtaposed: use
+       measure length if applicable
+
+       * lily/timing-engraver.cc (start_translation_timestep): store
+       measure length in breakable column at start of measure.
+
+2002-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ROADMAP: Add description for ports dir, to check email upon
+       commit.
+
+2002-03-27  Han-Wen  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.5.48 released
+       
+       * lily/multi-measure-rest.cc (symbol_molecule): split off from
+       brew_molecule()
+       (set_spacing_rods): Use symbol_molecule() to determine minimum
+       width
+       (church_rest): split off from brew_molecule()
+       (big_rest): split off from brew_molecule(). Construct using
+       variable shape.
+       
+       * mf/feta-eindelijk.mf: junk multi measure rest.
+
+2002-03-26  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/multi-measure-rest.cc (add_column): remove columns property.
+
+       * lily/dynamic-engraver.cc (process_music): add more verbose warning
+
+       * input/mozart-hrn3-romanze.ly (romanze): add mozart horn concerto
+       3 as test piece.
+
+2002-03-26  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-font-lock.el (LilyPond-font-lock-keywords): most new
+       keywords covered, dropped some non-keywords, include R- and 128-notes
+
+2002-03-25 Juergen Reuter <reuter@ipd.uka.de>
+
+       * Code clean-up: Junk multiple implementations of ledger line
+       creation in note_head, custos, and porrectus.  This is important
+       since there soon will be some more applications of ledger lines to
+       come (e.g. ambitus engraver).
+
+       * Make thickness of ledger lines adjustable.  This is essential
+       for mensural notation.
+
+       * Fix some bugs in the current ledger_line implementation, most
+       notably that of the horizontal extent of ledger lines which equals
+       at least the extent of the metafont ledger_line character, and
+       which grows(!) if the desired extent shrinks below this limit.
+
+       * roundfilledbox: variable blotdiameter
+
+2002-03-24  Han-Wen  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.5.47 released
+
+       * lily/line-spanner.cc (line_atom): change line-thickness to thickness
+
+       * lily/porrectus.cc:  change line-thickness to thickness, change
+       stem-direction to direction.
+
+       * scm/backend-documentation-lib.scm (check-dangling-properties):
+       Automatically detect doc'ed properties that are not in an interface
+
+       * scm/grob-property-description.scm: property cleanup. Remove many
+       paper-column props that are non-existent.
+
+       * lily/grob.cc (Grob): only use molecule_extent_proc as default if
+       the grob has a molecule-callback.
+
+       * lily/*.cc: remove many set_interface() calls, and their
+       implementations.
+
+       * input/regression/spacing-knee.ly: new file
+
+       * input/regression/spacing-clef-first-note.ly: new file
+
+       * lily/staff-spacing.cc (get_spacing_params): different spacing
+       for pref matter to note at start of line, halfway during line.
+
+       * lily/note-spacing.cc (stem_dir_correction): apply 2nd stem direction
+       correction only if stems have same direction (i.e. not for
+       stem-clef combination).
+       (stem_dir_correction): maximal correction for knees.
+
+       * lily/*.cc: many updates to interface descriptions.
+       
+       * lily/grob.cc (internal_set_grob_property): add interface check
+       for every set_grob_property call
+
+       * lily/*.cc: document interface stuff in C++
+       
+       * lily/grob-interface.cc: new file. Add grob interfaces from C++. 
+
+       * lily/volta-bracket.cc: naming: change volta spanner to
+       volta-bracket.
+
+       * input/bugs/*.ly: cleanup, remove lots of files.
+       
+       * buildscripts/mf-to-table.py (write_ps_encoding): generate
+       .encoding file. WARNING: upgrade to pktrace 1.0.3
+
+       * mf/feta-toevallig.mf: change PS name for parentheses.
+
+2002-03-23  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * scripts/ly2dvi.py (ly_paper_to_latexpaper): Use the correct unit
+       also for textheight
+
 2002-03-23  Han-Wen  <hanwen@cs.uu.nl>
 
+       * lily/scope.cc: remove file .
+
+       * lily/include/scope.hh: remove file. Remove Scope class
+
        * VERSION: 1.5.46
 
        * lily/beam.cc (score_slopes_dy, score_stem_lengths,
        score_forbidden_quants): ): take out of SCM, pass parameters so
        grob props are read only once. (wtk1-fugue2 from 31 sec to 14
        secs).
+       (calc_stem_y): robustness: take care of last_visible_stem == 0.
+
 
        * lily/lily-guile.cc (ly_unit): return internal unit.
 
        * buildscripts/clean-fonts.sh: added search paths /var/cache/fonts
        and /usr/share/texmf/fonts
 
+       * scripts/ly2dvi.py: Read unit from paper vars (43.jcn3).
+
 2002-03-22  Han-Wen  <hanwen@cs.uu.nl>
 
        * lily/text-spanner.cc (brew_molecule): add #'thickness