]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/tie-column.cc (werner_directions): new function
[lilypond.git] / ChangeLog
index 4dcc8561a1a40740dea94426ce31713ff3627ff4..0d6fdd2e16ca5fecc0ac3e3967850f4b630fdb7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,91 @@
+2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/tie-column.cc (werner_directions): new function
+
+       * lily/tie.cc (set_direction): call Tie_column::set_direction ()
+
+       * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
+       empty objects group spanner as parent
+
+       * lily/tuplet-bracket.cc (calc_position_and_height): check musical
+       slope against graphical slope.
+
+       * lily/ottava-bracket.cc (brew_molecule): support minimum-length
+       for ottava bracket.
+
+       * lily/side-position-interface.cc (general_side_position):
+       opps. reinstate *dir.
+
+       * lily/parser.yy: plug many memory leaks. We're down to 4 for each
+       parser run.
+
+       * lily/tuplet-bracket.cc: remove calc_dy ().
+
+       * Documentation/user/refman.itely (Balloon help): document balloon
+       help
+
+2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/document-backend.scm (check-dangling-properties): Grob
+       properties are defined define-grob-properties.scm.
+       
+2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+       
+       * VERSION: release 2.1.12
+
+       * 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.
        * ps/music-drawing-routines.ps: take blot as 4th argument.
 
        * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
-       stem do avoid small dents.
+       stem to avoid small dents.
        
 
 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>