]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-ctors.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / translator-ctors.cc
index 65bfa015fe5984b7057d56ab6b196c43425a55a2..c024abe38858c3d016101e752eb4aa6a7c83d587 100644 (file)
@@ -3,10 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "translator.hh"
+
+#include "international.hh"
 #include "scm-hash.hh"
 #include "warn.hh"
 
@@ -17,7 +19,8 @@
 Scheme_hash_table *global_translator_dict = 0;
 
 LY_DEFINE (get_all_translators, "ly:get-all-translators", 0, 0, 0, (),
-          "Return a list of all translator objects that may be instantiated. ")
+          "Return a list of all translator objects that may be"
+          " instantiated.")
 {
   SCM l = global_translator_dict ? global_translator_dict->to_alist () : SCM_EOL;