]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-ctors.cc
Merge branch 'master' into lilypond/translation
[lilypond.git] / lily / translator-ctors.cc
index 1fe410f25dd7edad95484447d86602da7b323687..c024abe38858c3d016101e752eb4aa6a7c83d587 100644 (file)
@@ -3,7 +3,7 @@
 
   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"
@@ -19,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;