]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/output-lib.scm (grace-spacing::calc-shortest-duration): new function.
[lilypond.git] / ChangeLog
index e4bc54887b93e94266921cea1007d71129f8a46e..30708b6964cd08f85082c8d43d9a57e16c86d752 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,98 @@
+2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new function.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       remove grace-space-factor.
+
+       * scm/define-grob-interfaces.scm (grace-spacing-interface): add grace-spacing-interface
+       (spacing-options-interface): add. 
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
+
+       * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
+
+       * lily/spacing-basic.cc (note_spacing): do init_from_grob on
+       GraceSpacing object.
+
+       * lily/note-spacing.cc: fix prop list formatting
+
+       * lily/beaming-pattern.cc (de_grace): new function. Sensible
+       beaming for grace notes too.
+
+       * input/regression/spacing-grace.ly: update.
+
+       * lily/grace-spacing-engraver.cc: new file.
+
+       * lily/spacing-spanner.cc: add strict-grace-spacing.
+
+2006-07-20  Graham Percival  <gpermus@gmail.com>
+
+       * lily/parser.yy: compile fix.
+
+2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/define-grobs.scm (all-grob-descriptions): typo.
+
+       * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
+       .eps extension from includegraphics.
+
+       * scripts/lilypond-book.py (main): add support for --pdf. 
+
+       * lily/spacing-spanner.cc (calc_common_shortest_duration): use
+       callback to compute common shortest duration.
+       (set_springs): typo.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): add
+       strict-grace-spacing.
+
+       * lily/spacing-determine-loose-columns.cc (is_loose_column):
+       support float_grace_columns_.
+
+       * lily/spacing-options.cc (init_from_grob): new file.
+
+       * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
+
+       * input/regression/spacing-loose-grace.ly: new file.
+
+       * Documentation/topdocs/NEWS.tely (Top): document new feature.
+
+       * lily/tuplet-engraver.cc (struct Tuplet_description): read
+       tupletFullLengthNote too. Choose right bound depending on value.
+
+       * input/regression/tuplet-full-length-note.ly: new file.
+
+2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
+
+       * lily/*-performer.cc: Converted try_music to listen_*
+
+       * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
+       as a stream-event internally. Introduce event_cause (), deprecate
+       music_cause ().
+
+       * scm/define-music-types.scm: Removed BusyPlayingEvent
+       
+2006-07-19  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/advanced-notation.itely (Font selection):
+       Document how to get a list of available fonts using 'lilypond
+       -dshow-available-fonts blabla'.
+
 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * GNUmakefile.in: filter lily-XXX.pdf files.
+
+       * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
+
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       remove delta-pitch. Use delta-position everywhere.
+
+       * scm/output-lib.scm (fall::print): use new order.
+
+       * scm/output-ps.scm (path): reorder arguments.
+
+       * scm/output-svg.scm (path): support for path primitive.
+
        * input/regression/bend-after.ly: new file.
 
        * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof