From: Han-Wen Nienhuys Date: Fri, 3 Nov 2006 00:54:29 +0000 (+0100) Subject: merge (2nd try -- argh git.el) X-Git-Tag: release/2.10.0-2~34^2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba0c4212f767b9485a37a7cd1eab6564535ad40d;p=lilypond.git merge (2nd try -- argh git.el) --- diff --git a/.gitignore b/.gitignore index 9526956a35..44b67df04b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,3 @@ gcstat*.scm .htaccess *.tfm *.afm - diff --git a/ChangeLog b/ChangeLog index 203ff58d4b..709756e776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2006-11-01 Han-Wen Nienhuys + + * python/midi.c: + init running_status + + * python/midi.c: + trim warning messages. + + * configure.in: + strip -Werror. + + * input/regression/utf-8.ly: + document utf-8 meaning of phrases. + + * scm/define-markup-commands.scm: + make \caps markup default to smallCaps + + * lily/pango-font.cc: + * lily/ttf.cc: + use glyph indexing for glyph name .notdef + +2006-11-02 Jan Nieuwenhuizen + + * input/regression/utf-8.ly: Fix doc to match order of language + fonts. + 2006-11-01 Joe Neeman * lily/optimal-page-breaking.cc (try_page_spacing): don't average diff --git a/lily/tie.cc b/lily/tie.cc index 264bc9172a..1263237688 100644 --- a/lily/tie.cc +++ b/lily/tie.cc @@ -213,7 +213,8 @@ Tie::calc_control_points (SCM smob) (void) get_grob_direction (me); Grob *yparent = me->get_parent (Y_AXIS); - if (Tie_column::has_interface (yparent) + if ((Tie_column::has_interface (yparent) + || Semi_tie_column::has_interface (yparent)) && unsmob_grob_array (yparent->get_object ("ties")) && unsmob_grob_array (yparent->get_object ("ties"))->size () > 1) {