]> git.donarmstrong.com Git - lilypond.git/commitdiff
(print): use dy iso. positions[RIGHT] for
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 18 Oct 2005 23:40:15 +0000 (23:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 18 Oct 2005 23:40:15 +0000 (23:40 +0000)
Y coordinate.

ChangeLog
Documentation/topdocs/NEWS.tely
lily/tuplet-bracket.cc

index 1cbc4d7fdf3864f3c1116ab741c27559377d65fe..648279df67a06f35deaa1c862894c563dd2238da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
 
index 3881fdbe9fb8a47493b7fd68656046342e021c59..12250ac0c12ed292ffbd20e8b84c44bfaeae0792 100644 (file)
@@ -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 major internal cleanup, which
 also provides advanced tweakability for power users. For example,
 
 @verbatim
index 48d042753566d0b22f232ae6d92bb6b9061cafed..3e05c75a8a5d436280578c14e8b83fff1b3e9440 100644 (file)
@@ -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