]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-substitution.cc
filter lilypond version from midi events
[lilypond.git] / lily / break-substitution.cc
index b01f2421206f49824c1b0a348c075f63e0f21994..4885c6ed7255607900aa70de689cb84b65c360c1 100644 (file)
@@ -10,9 +10,9 @@
 #include <cstdlib>
 using namespace std;
 
-#include "grob-array.hh"
 #include "item.hh"
 #include "system.hh"
+#include "grob-array.hh"
 
 static SCM break_criterion;
 void
@@ -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;