]> git.donarmstrong.com Git - lilypond.git/commitdiff
nitpicks.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 7 Nov 2006 18:08:27 +0000 (19:08 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 7 Nov 2006 18:08:27 +0000 (19:08 +0100)
lily/break-substitution.cc
lily/dynamic-text-spanner.cc

index b01f2421206f49824c1b0a348c075f63e0f21994..20ae27b01ffc6fa3e1630da61542de2698068e68 100644 (file)
@@ -322,6 +322,8 @@ Spanner::fast_substitute_grob_array (SCM sym,
 
   /*
     We store items on the left, spanners on the right in this vector.
+
+    FIXME: will not multithread.
   */
   static Substitution_entry *vec;
   static int vec_room;
index 32ef531c14adb13494cb7a51cd96013c39b1a69a..59eb1c3a58a767ae9b20c1534e1806a6eaf7c681 100644 (file)
@@ -51,7 +51,8 @@ Dynamic_text_spanner::print (SCM smob)
   Grob *me = unsmob_grob (smob);
   Spanner *spanner = dynamic_cast<Spanner *> (me);
 
-  Grob *common = spanner->get_bound (LEFT)->common_refpoint (spanner->get_bound (RIGHT), X_AXIS);
+  Grob *common = spanner->get_bound (LEFT)
+    ->common_refpoint (spanner->get_bound (RIGHT), X_AXIS);
   Output_def *layout = me->layout ();
 
   Interval span_points;