]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
new file.
[lilypond.git] / ChangeLog
index 17fe81e40c0e216018b2e13fc252fc66516ee93e..a9e5325fbd1cc3ce5282a393af06ffc8a799f3a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/regression/tie-broken.ly: new file.
+
+       * lily/tie-column.cc (set_chord_outlines): set outline for line
+       break case too.
+       
+2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/pango-font.cc (text_stencil): don't translate glyphs in
+       unscaled transform, just translate stencils.
+
+       * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
+       MIDI.
+
+       * scm/define-markup-commands.scm (wordwrap-string): use
+       text-direction
+       (wordwrap-stencils): idem.
+       (line): idem..
+       (fill-line): idem.
+       (wordwrap-stencils): translate last line to right for
+       text-direction = LEFT.
+
+       * 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
@@ -9,7 +56,7 @@
 
        * lily/vertical-align-engraver.cc (process_music): call
        Align_interface::set_axis(). This forces #'elements to be ordered,
-       preventing random vertical reordering  of staves.
+       preventing random vertical reordering of staves.
 
        * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
        add avoid-slur property.