]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-engraver.cc
lilypond-book: Remove trailing path separators in include paths.
[lilypond.git] / lily / key-engraver.cc
index fd60570821e05dc37f875d0255942d82b63f7284..6f1d9a374e4fb64fbffa24e5c5628e25026aee2d 100644 (file)
@@ -21,6 +21,7 @@
 #include "clef.hh"
 #include "context.hh"
 #include "engraver.hh"
+#include "international.hh"
 #include "item.hh"
 #include "pitch.hh"
 #include "protected-scm.hh"
@@ -195,7 +196,7 @@ Key_engraver::read_event (Stream_event const *r)
           }
 
       if (warn)
-        r->origin ()->warning ("Incomplete keyAlterationOrder for key signature");
+        r->origin ()->warning (_ ("Incomplete keyAlterationOrder for key signature"));
     }
 
   context ()->set_property ("keySignature", scm_reverse_x (accs, SCM_EOL));