]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* stepmake/stepmake/*:
[lilypond.git] / ChangeLog
index 3f170d655437d0b7877b7f2b751fb04deff5a7e8..87aaf0b80f9271fae3c025dacdccb18496f5c92b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,328 @@
+2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/stepmake/*:
+       * */GNUmakefile:
+       * config.make.in:
+       * GNUmakefile.in:
+       * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
+       from any directory in build-dir.  Cleanups.
+
+       * make/srcdir.make.in: Remove.
+
+       * lily/main.cc (setup_paths): Fix and document build-dir hack.
+
+       * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
+       main).
+
+       * lily/SConscript: Remove ttftools.
+
+       * SConstruct: Resurrect.
+
+2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
+       Y coordinate. 
+
+       * lily/paper-book.cc (add_score_title): put Paper_score title into
+       systems_ list.
+
+       * scm/translation-functions.scm (format-new-bass-figure): also
+       allow plus in combination with _
+
+2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: 2.7.13 released.
+
+       * lily/note-collision.cc (check_meshing_chords): don't wipe
+       stencil, merely set transparent.
+
+       * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
+       (Top): document #'callbacks.
+       (Top): document nested \override.
+
+       * input/regression/figured-bass.ly: update for slash and pluses.
+
+       * input/regression/figured-bass-continuation-forbid.ly (Module):
+       new file.
+
+       * scm/translation-functions.scm (format-new-bass-figure): use
+       slashed-digit if diminished is set.
+       (format-new-bass-figure): add + if 'augmented is set.
+
+       * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
+
+       * input/test/piano-staff-distance.ly: remove file.
+
+       * Documentation/user/advanced-notation.itely (Formatting cue
+       notes): use length-fraction for making stems/beams smaller.
+
+       * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
+       modifications.
+
+       * lily/new-figured-bass-engraver.cc: new property
+       centerFiguredBassContinuations
+
+       * Documentation/user/changing-defaults.itely (Difficult tweaks):
+       use callbacks.
+
+       * lily/context-property.cc (execute_general_pushpop_property):
+       robustness checks.
+
+       * input/regression/override-nest.ly: new file.
+
+       * python/convertrules.py (FatalConversionError.subber): conversion
+       rule for #'callbacks
+
+       * input/regression/override-nest.ly: new function.
+
+       * lily/parser.yy (music_property_def): allow \override #'a #'b =
+       #c too. 
+
+       * lily/context-property.cc (lookup_nested_property): new function.
+       (evict_from_alist): new function.
+       (general_pushpop_property): new function.
+       (execute_general_pushpop_property): rewrite. Support nested
+       properties too.
+
+2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/beam.cc: use length-fraction too.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       remove property flag-width-function
+       (all-user-grob-properties): remove space-function.
+
+       * scm/layout-beam.scm: remove flag-width-function.
+
+       * lily/beam.cc: remove flag-width-function
+
+       * scm/layout-beam.scm: remove beam dir functions.
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
+
+       * lily/stem.cc (calc_length): multiply with length_fraction. Makes
+       for easier grace tweaks.
+
+       * lily/beam.cc: remove dir-function.
+
+       * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
+
+       * lily/grob.cc: remove spacing-procedure.
+
+       * lily/note-head.cc (calc_stem_attachment): new function.
+       (internal_print): use callback to get glyph-name.
+
+       * lily/grob-property.cc (get_interfaces): new function.
+
+       * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
+
+       * lily/stem.cc (calc_stem_end_position): new function.
+       (calc_length): new function.
+       document details for stem.
+       remove Stem::get_direction()
+
+       * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
+
+       * lily/grob-property.cc (set_callback): new function.
+
+       * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
+
+       * lily/item-scheme.cc: new file.
+
+       * lily/bar-line.cc (before_line_breaking): remove function.
+       remove bar-size-procedure, break-glyph-function
+
+       * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
+
+       * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
+
+       * lily/system-start-delimiter.cc (print): suicide from
+       here. Remove after_line_breaking_callback.
+
+       * lily/script-interface.cc (calc_direction): use callback for direction.
+
+       * lily/side-position-interface.cc (aligned_side): don't use
+       Side_position_interface::get_direction directly. Use callback. 
+
+       * lily/grob.cc (get_stencil): simplify: use callback mechanism to
+       calculate stencil.
+       (get_print_stencil): rename from get_stencil: create stencil with
+       transparency, color and cause. 
+
+       * scm/define-grobs.scm: change print-function to stencil callback everywhere.
+
+       * python/convertrules.py (conv): insert temporary warning rule.
+
+       * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
+
+       * lily/grob-property.cc (try_callback): remove marker if applicable.
+
+       * lily/grob.cc: elucidate doc about after/before-line-breaking
+
+       * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
+
+       * lily/stem.cc (height): idem.
+
+       * lily/stem-tremolo.cc: idem.
+
+       * lily/slur.cc (height): don't use get_uncached_stencil()
+
+       * lily/rest.cc (y_offset_callback): use offset callback
+       iso. after-line-breaking callback.
+
+       * lily/grob.cc: change after/before-line-breaking-callback to
+       after/before-line-breaking dummy properties.
+
+       * lily/include/grob.hh: remove Grob_status.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): remove verticalAlignmentChildCallback
+
+       * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
+       (calc_direction): use callback
+       (calc_positions): use callback.
+
+       * lily/tie.cc (calc_direction): use callback. Only call parent
+       positioning for more than one tie.
+
+       * lily/tie-column.cc (calc_positioning_done): use callback
+
+       * lily/slur-scoring.cc (calc_control_points): use callback
+
+       * lily/slur.cc (calc_direction): use callback.
+
+       * lily/note-collision.cc (force_shift_callback): remove.
+
+       * lily/dot-column.cc (force_shift_callback): remove. Use
+       other_axis_parent_positioning.
+
+       * lily/grob.cc (other_axis_parent_positioning): new function.
+       (same_axis_parent_positioning): new function
+
+       * lily/align-interface.cc (alignment_callback): remove function.
+
+       * lily/note-collision.cc (calc_positioning_done): use callback.
+
+       * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
+       (calc_direction): idem.
+       remove print function.
+
+       * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
+
+       * lily/dot-column.cc (calc_positioning_done): use callback.
+
+       * lily/break-align-interface.cc (calc_positioning_done): use callback.
+
+       * lily/beam.cc (calc_direction): use pseudo-property for beam
+       direction callback.
+       (calc_positions): use callback 
+
+       * lily/align-interface.cc (calc_positioning_done): use
+       callback. Fold fixed  distance and normal alignment in one function.
+
+       * lily/stem.cc (calc_stem_end_position): use callback.
+       (calc_positioning_done): idem.
+       (calc_direction): idem.
+       (calc_stem_end_position): idem
+       (calc_stem_info): idem.
+
+       * lily/grob-property.cc (get_property_data): new function: 
+       (try_callback): new function.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): doc
+       callbacks property.
+
+       * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
+
+2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tie.cc (get_position): robustness fix. Don't crash if a
+       tie
+       has no heads.
+       
+       * lily/include/*.hh (Module): compile fixes.
+
+2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
+
+       * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
+       as an argument for char-syntax: use (char-syntax (or nil 0)) 
+       instead of (char-syntax nil), thanks to Milan Zamazal.
+
+2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
+       dist.
+
+       * lily/tuplet-bracket.cc: check columns of bounds, not bounds
+       themselves.
+
+2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
+       add class_name() method.
+
+       * lily/music-scheme.cc: remove ly:music-name.
+
+2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/postinstall-lilypond.sh: Remove cruft.
+
+       * cygwin/postremove-lilypond.sh: Remove.
+
+       * cygwin/GNUmakefile (default): Remove postremove rules.
+
+2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/titling-init.ly (evenHeaderMarkup): use space in header on
+       even header too.
+       
+       * scm/define-markup-commands.scm (wordwrap-string): bugfix for
+       MacOS 9 users.
+
+       * lily/hara-kiri-group-spanner.cc (consider_suicide): only
+       consider break index for broken spanner.
+
+       * scm/define-markup-commands.scm (wordwrap-string): remove \r
+       characters from string before splitting.
+
+2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm (output-preview-framework): use
+       is-book-title to determine whether to chop off the booktitle.
+
+       * lily/paper-book.cc (systems): init from book-title-properties
+       (add_score_title): init score-title-properties.
+
+       * ly/paper-defaults.ly: add {score,book}-title-properties.
+
+       * scm/document-backend.scm (lookup-interface): error message if
+       using unknown interface.
+
+       * lily/volta-bracket.cc (after_line_breaking): new function. Set
+       edge-height.
+
+       * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
+       make_bracket.
+       (make_bracket): new function.
+
+       * scm/lily.scm (define-scheme-options): add paper-size option.
+
+       * ly/declarations-init.ly (laissezVibrer): get paper size from
+       -dpaper-size
+
+       * scm/translation-functions.scm: use \fontsize for changing the
+       fontsize.
+
+       * scm/define-grobs.scm (all-grob-descriptions): set
+       between-length-limit to 1.0
+
+       * lily/tie-helper.cc: add between_length_limit_ detail property.
+
+       * mf/feta-bolletjes.mf: typos.
+
+       * lily/note-head.cc (internal_print): don't shadow idx
+       parameter. This fixes wrong attachment for do shape heads.
+
 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm