]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/define-markup-commands.scm (wordwrap-string): use
[lilypond.git] / ChangeLog
index 0e54d92c498b9a569ee0fa06f9903c55f1bed6fd..e214fa8de94370b3c16920f6a9079a80d995f32c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,148 @@
+2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (wordwrap-string): use
+       text-direction
+       (wordwrap-stencils): idem.
+       (line): idem..
+       (fill-line): idem.
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): add
+       text-direction.
+
+2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+
+       * lily/lily-parser.cc (Lily_parser): also copy output_basename_
+       when copying a Lily_parser object.
+
+2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (null): add null markup.
+
+2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/item.cc: Add documentation of center-invisible
+
+2005-08-24  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely: add info about
+       raising text.
+
+       * Documentation/user/programming-interface.itely: fix example
+       involving raised text.
+
+2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/beam.cc (print): fix X start/end points of isolated
+       beamlets.
+
+       * scm/output-ps.scm (grob-cause): escape spaces in URLs.
+
+       * lily/multi-measure-rest.cc (set_text_rods): new function.
+
+       * lily/vertical-align-engraver.cc (process_music): call
+       Align_interface::set_axis(). This forces #'elements to be ordered,
+       preventing random vertical reordering of staves.
+
+       * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
+       add avoid-slur property. 
+
+       * Documentation/user/basic-notation.itely (Measure repeats): add
+       countPercentRepeats example.
+
+       * Documentation/user/advanced-notation.itely (Other text markup
+       issues): remove remark about normal-font.  We have \normal-text
+
+       * input/regression/tie-chord.ly: add note about remaining bugs.
+
+       * lily/tie.cc (print): try Tie_column::set_directions () if
+       control-points not yet defined.
+
+2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/system-start-delimiter.cc (staff_brace): don't remove brace
+       extent. This fixes braces falling out of the EPS bbox.
+
+       * mf/feta-beugel.mf (braces_per_font): make brace glyph align
+       exactly to bbox.
+
+2005-08-23  Graham Percival  <gpermus@gmail.com>
+
+       * {various} : change #up->#UP and #down->#DOWN.
+
+       * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
+
+       * Documentation/user/advanced-notation.itely: clarify
+       what objects handles text on a multimeasure rest.
+
+2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PATCH_LEVEL): release 2.7.7
+
+2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond-vars.make: set -dgs-font-load for "make web" 
+
+       * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
+
+       * input/regression/*.ly: formatting clean-up. Default layout
+       before music expression.
+
+       * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
+       romanze28-2 example.
+
+       * scm/ps-to-png.scm: remove dir-re function.
+       (make-ps-images): generate page names, instead of globbing them.
+       This brings down LilyPond memory usage for make web by a factor
+       10. (backportme?) 
+
+       * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
+       don't use glob. With 3000 files, globbing
+       Documentation/user/out-www/ can take too much time. (backportme?)
+       
+       * lily/lily-guile.cc (gulp_file_to_string): take size argument.
+
+       * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
+
+       * input/regression/tie-manual.ly: new file
+
+       * input/regression/tie-chord.ly: update.
+
+       * flower/include/interval.hh (struct Interval_t): 
+
+       * lily/tie.cc (distance): new function 
+       (height): new function.
+       (init): new function
+       (Tie_details): new struct.
+
+       * lily/skyline.cc (skyline_height): new function.
+
+       * lily/tie-column.cc (set_chord_outlines): new function.
+       (new_directions): read tie-configuration
+
+       * lily/skyline.cc: fix ASCII art.
+       
+2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * python/convertrules.py (string_or_scheme): Fix spelling error
+
+2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+       
+       * lily/tie-column.cc (set_directions): set directions only once.
+       (add_configuration): new function.
+
+       * lily/tie.cc (set_control_points): new function
+
+       * lily/tie-column.cc (new_directions): new function.
+
+       * ly/music-functions-init.ly: set 'pitch property
+       iso. trill-pitch. This makes \relative work with \pitchedTrill
+
+       * lily/tie.cc (get_configuration): new function. Don't generate
+       control points, rather, generate configuration.
+       remove head-pair property.
+
+       * lily/include/tie.hh (struct Tie_configuration): new struct.
+
 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
 
        * Documentation/topdocs/NEWS.tely: clarify.