]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-def.cc
(context-doc): add aliases to
[lilypond.git] / lily / translator-def.cc
index 3e15e61b4054c6a2bef375cd4fca0beb4449818a..38457e2543d0ae6d2c93d56d38e7631daccd799d 100644 (file)
@@ -327,6 +327,7 @@ Translator_def::to_alist () const
   
   l = gh_cons (gh_cons (ly_symbol2scm ("consists"),  consists_name_list_), l);
   l = gh_cons (gh_cons (ly_symbol2scm ("description"),  description_), l);
+  l = gh_cons (gh_cons (ly_symbol2scm ("aliases"),  type_aliases_), l);
   l = gh_cons (gh_cons (ly_symbol2scm ("end-consists"),
                        end_consists_name_list_), l);
   l = gh_cons (gh_cons (ly_symbol2scm ("accepts"),  accepts_name_list_), l);