]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
''
[lilypond.git] / ChangeLog
index 9c4ac9eb611fcfd0ccd7192dbb74c8ad968eb918..7f1be4e3c28e97a2004b36b50dc1980775fda3a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,66 @@
+2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/rhythmic-column-engraver.cc (acknowledge_grob): don't make
+       note column for notes/stems/dots that already have parents. Fixes
+       nested grace contexts.
+
 2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * input/mozart-hrn-3.ly: Tweak Slur.beautiful, so that we don't
+       get too curved slurs.
+
+       * scm/slur.scm (default-slur-extremity-offset-alist) 
+       (default-phrasing-slur-extremity-offset-alist): Move slur
+       attachments further away from note-head, vertically.  Also, leave
+       a horizontal gap between slur and stem end.
+
+       * lily/beam.cc (get_interbeam): Bugfix: don't look in empty list.
+
+2002-04-01  Han-Wen  <hanwen@cs.uu.nl>
+
+       * input/regression/spacing-grace-duration.ly: new file
+
+       * lily/spacing-engraver.cc (acknowledge_grob): ignore grace notes
+       for shortest durations.
+
+       * lily/multi-measure-rest.cc (set_spacing_rods): tune rods to the
+       extent of the mm rest. 
+
+       * lily/spacing-spanner.cc (get_duration_space): better spacing for
+       really short notes.
+
+       * lily/tuplet-bracket.cc (make_bracket): new function
+       (get_x_offset): new function; make tuplet brackets align on stems
+       if stem has same direction.
+       (parallel_beam): be anal about matching bracket to tuplet.
+
+       * lily/lookup.cc (line): new function Lookup::line(). 
+
+       * scm/tex.scm (dashed-line): change -line to -system in names.
+
+       * lily/box.cc (add_point): new function.
+
+       * flower/include/interval.hh: new function add_point ().
+       new function widen()
+       
+2002-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/mozart-hrn-3.ly: Mimic Breitkopf fonts and padding.
+
+       * scm/grob-property-description.scm (number-threshold): Add
+       description.
+
+       * lily/multi-measure-rest.cc (brew_molecule): Only put number over
+       rest if #measures > number-threshold.  Use padding (well, fake
+       using it, anyway).
+
+       * scm/font.scm (make-style-sheet): New styles: mark-number,
+       mark-letter.
+       (paper20-style-sheet-alist): Add bigger bold fonts.
+
+       * lily/mark-engraver.cc (process_music): Use style mark-number or
+       mark-letter.
+
        * .cvsignore: Ignore all kinds of lilypond input and output.
 
        * lily/beam.cc (ADD_INTERFACE): Add concaveness-gap.