]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
release commit
[lilypond.git] / ChangeLog
index 1aea67579f52f7117bae1ee6d98c029b515a3d1d..115afe2bcb9b21e422a4e78a042930c84946ce58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,116 @@
+2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/define-grobs.scm (all-grob-descriptions): larger font for
+       ChordName
+
+       * scm/new-markup.scm (sub-markup): sup & super: make smaller in
+       relation to surroundings.
+
+       * lily/tuplet-bracket.cc (calc_position_and_height): add staff
+       Y-extent to the note-extents: stay clear of the staff.
+
+2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/GNUmakefile
+       ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
+       iso. copy.
+
+       * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
+
+       * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
+
+       * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
+
+       * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
+
+       * lily/line-interface.cc (line): remove thickness from calling interface.
+
+       * lily/hairpin.cc: use Line_interface
+
+       * lily/line-interface.cc: new file. Line_interface for everything
+       with dotted/dashed lines.
+       
+
+       * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
+
+       * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
+       for constructing ottava brackets.
+       
+       * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
+       the note heads.
+
+       * Documentation/user/internals.itely (Engravers and performers):
+       fix broken link.
+
+       * scm/music-functions.scm (make-mark-set): new function.
+
+       * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
+       functionally identical to beam.
+
+       * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
+       () with beam (). 
+
+       * Documentation/user/refman.itely (Rehearsal marks): document new
+       functionality.
+
+       * input/regression/rehearsal-mark-number.ly: new file.
+
+       * input/regression/rehearsal-mark-letter.ly: new file.
+
+       * scm/translation-functions.scm (number->mark-string): new function
+       (format-mark-letters): new function
+       (format-mark-numbers): new function
+
+       * lily/mark-engraver.cc (process_music): rehearsalMark is now
+       integer; formatting is done through markFormatter property.
+       
+       * scm/define-translator-properties.scm: fold all *-done properties
+       into positioning-done.
+
+       * lily/beam.cc (position_beam): new function
+       (brew_molecule): make sure that positions are calced before making
+       the molecule.
+
+       * scm/output*.scm (beam):  take 4th argument for function.
+
+       * ps/music-drawing-routines.ps: take blot as 4th argument.
+
+       * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
+       stem to avoid small dents.
+       
+
+2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * VERSION: release 2.1.11
+
+       * input/regression/balloon.ly: new file.
+
+       * lily/balloon.cc (brew_molecule): new file: draw boxes around
+       objects, and make help texts. 
+
+       * scm/new-markup.scm (parse-simple-duration): parse duration
+       string to log & dots. (Thanks Nicolas!)
+
+       * scripts/convert-ly.py (FatalConversionError.sub_note): add \note rule.
+
+2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
+       Lemberg).
+
+       * THANKS: alphabetic order.
+
 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * input/regression/note-head-harmonic.ly: new file.
+
+       * Documentation/user/internals.itely (Technical manual): explain
+       difference between music, translation, layout.
+
+       * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
+
+       * scm/output-ascii-script.scm (bracket): rounding bfs.
+
        * scripts/convert-ly.py (conv): add \include "paper" rule. 
 
        * ly/paper*.ly: remove files. 
        * lily/system.cc (post_processing): move uniquify_list () to
        dumping molecule stage.
 
-       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
-       barCheckSynchronize to #f. Warning: this will mess up scores that
-       use barchecks to shorten measures.
+       * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
+       this will mess up scores that use barchecks to shorten measures.
 
        * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
        at 20pt too.