]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-ctors.cc
Run `make grand-replace'.
[lilypond.git] / lily / translator-ctors.cc
index f4eaeaf31a74f09b98bcae10e1ff1eb3c0b0e180..147525cea4a70c766ecd8d3505f5a5daddf0ab33 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 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;