CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/05 13:53:18

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

Log message:
        (finalize): new function. Reset right
        bounds to currentCommandColumn for the last step.
        (start_translation_timestep): if tupletFullLength is set, set
        bound to Paper Column

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/tuplet-engraver.cc.diff?tr1=1.82&tr2=1.83&r1=text&r2=text

Patches:
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.55 
lilypond/Documentation/topdocs/NEWS.tely:1.56
--- lilypond/Documentation/topdocs/NEWS.tely:1.55       Fri Aug  5 13:44:35 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Fri Aug  5 13:53:14 2005
@@ -37,7 +37,7 @@
 Tuplets can be made to reach the next non-tuplet note by setting the
 @code{tupletFullLength}  property,
 
[EMAIL PROTECTED]
[EMAIL PROTECTED],relative=2]
 \new Voice \with {
   \remove  Forbid_line_break_engraver
   allowBeamBreak = ##t
@@ -49,6 +49,7 @@
 }
 @end lilypond  
 
+This feature was sponsored by Trevor Baca. 
 
 @item
 When @code{strict-note-spacing} is set, note are spaced without regard
Index: lilypond/lily/tuplet-engraver.cc
diff -u lilypond/lily/tuplet-engraver.cc:1.82 
lilypond/lily/tuplet-engraver.cc:1.83
--- lilypond/lily/tuplet-engraver.cc:1.82       Fri Aug  5 13:44:36 2005
+++ lilypond/lily/tuplet-engraver.cc    Fri Aug  5 13:53:18 2005
@@ -119,13 +119,13 @@
 {
   Moment now = now_mom ();
 
+  last_tuplets_.clear ();
   if (tuplets_.is_empty())
     return;
 
   Moment tsdmom = robust_scm2moment (get_property ("tupletSpannerDuration"), 
Moment (0));
   bool full_length = to_boolean (get_property ("tupletFullLength"));
 
-  last_tuplets_.clear ();
   for (int i = tuplets_.size (); i--;)
     {
       Rational tsd = tsdmom.main_part_;


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to