CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/10/18 23:40:15

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

Log message:
        (print): use dy iso. positions[RIGHT] for
        Y coordinate.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4192&tr2=1.4193&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.102&tr2=1.103&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/tuplet-bracket.cc.diff?tr1=1.110&tr2=1.111&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4192 lilypond/ChangeLog:1.4193
--- lilypond/ChangeLog:1.4192   Tue Oct 18 23:28:27 2005
+++ lilypond/ChangeLog  Tue Oct 18 23:40:15 2005
@@ -1,5 +1,8 @@
 2005-10-19  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * 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: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.102 
lilypond/Documentation/topdocs/NEWS.tely:1.103
--- lilypond/Documentation/topdocs/NEWS.tely:1.102      Mon Oct 17 23:44:45 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Tue Oct 18 23:40:15 2005
@@ -63,7 +63,7 @@
 
 @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
Index: lilypond/lily/tuplet-bracket.cc
diff -u lilypond/lily/tuplet-bracket.cc:1.110 
lilypond/lily/tuplet-bracket.cc:1.111
--- lilypond/lily/tuplet-bracket.cc:1.110       Sun Oct 16 01:06:19 2005
+++ lilypond/lily/tuplet-bracket.cc     Tue Oct 18 23:40:15 2005
@@ -266,7 +266,8 @@
                  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 @@
       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


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to