]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/arpeggio.cc
Fix "make top-doc" (and thus "make dist") on clean build tree
[lilypond.git] / lily / arpeggio.cc
index 2f9135e034ebcd9f9a968edd70f4de714756be20..96b6bbd3d5e3be8ee09313fed12249c3f0c2e372 100644 (file)
@@ -22,6 +22,7 @@
 #include "bezier.hh"
 #include "font-interface.hh"
 #include "grob.hh"
+#include "international.hh"
 #include "lookup.hh"
 #include "output-def.hh"
 #include "pointer-group-interface.hh"
@@ -111,7 +112,7 @@ Arpeggio::print (SCM smob)
         }
       else
         {
-          me->warning ("no heads for arpeggio found?");
+          me->warning (_ ("no heads for arpeggio found?"));
           me->suicide ();
           return SCM_EOL;
         }