]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-engraver.cc
only call profile-measurements when appropriate.
[lilypond.git] / lily / volta-engraver.cc
index db4d5e60cfd8bf0f1b1031bbed481ec32d4e4d9b..532ac965e6cf0f285941862bc8bf4f2b8894c150 100644 (file)
@@ -12,6 +12,7 @@
 #include "context.hh"
 #include "international.hh"
 #include "note-column.hh"
+#include "item.hh"
 #include "side-position-interface.hh"
 #include "staff-symbol.hh"
 #include "text-interface.hh"
@@ -140,7 +141,7 @@ Volta_engraver::process_music ()
 
   if (end && !volta_span_)
     /* fixme: be more verbose.  */
-    warning (_ ("can't end volta spanner"));
+    warning (_ ("cannot end volta spanner"));
   else if (end)
     {
       end_volta_span_ = volta_span_;