X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftranslator-ctors.cc;h=5290743e2e3c29536303bfd1daa7ec0d2f9665bc;hb=9c3ecc7d6e596e8151a58ce7ed0dd9e1b0802d1e;hp=f4eaeaf31a74f09b98bcae10e1ff1eb3c0b0e180;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/translator-ctors.cc b/lily/translator-ctors.cc index f4eaeaf31a..5290743e2e 100644 --- a/lily/translator-ctors.cc +++ b/lily/translator-ctors.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #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;