From: hanwen Date: Tue, 18 Oct 2005 23:40:15 +0000 (+0000) Subject: (print): use dy iso. positions[RIGHT] for X-Git-Tag: release/2.7.16^2~64 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=27c26c6d93949b4a9c8dfe5d9881736e19f47a36;p=lilypond.git (print): use dy iso. positions[RIGHT] for Y coordinate. --- diff --git a/ChangeLog b/ChangeLog index 1cbc4d7fdf..648279df67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-19 Han-Wen Nienhuys + * 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. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 3881fdbe9f..12250ac0c1 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -63,7 +63,7 @@ This rewrite was sponsored by Trent Johnston and John Mandereau. @item For each grob, a subproperty in @code{callbacks} property defines the -procedure which computes it. This is major internal cleanup, which +procedure which computes it. This is a major internal cleanup, which also provides advanced tweakability for power users. For example, @verbatim diff --git a/lily/tuplet-bracket.cc b/lily/tuplet-bracket.cc index 48d0427535..3e05c75a8a 100644 --- a/lily/tuplet-bracket.cc +++ b/lily/tuplet-bracket.cc @@ -266,7 +266,8 @@ Tuplet_bracket::print (SCM smob) SCM text = index_get_cell (edge_text, d); if (Text_interface::is_markup (text)) { - SCM t = Text_interface::interpret_markup (pap->self_scm (), properties, text); + SCM t = Text_interface::interpret_markup (pap->self_scm (), + properties, text); Stencil *edge_text = unsmob_stencil (t); edge_text->translate_axis (x_span[d] - x_span[LEFT], X_AXIS); @@ -278,7 +279,7 @@ Tuplet_bracket::print (SCM smob) while (flip (&d) != LEFT); Stencil brack = make_bracket (me, Y_AXIS, - Offset (w, positions[RIGHT]), + Offset (w, dy), height, /* 0.1 = more space at right due to italics