uliska / lilyglyphs

Make LilyPond's notational elements available in Lua- and XeLaTeX
30 stars 13 forks source link

Auto-generate reftables #66

Open uliska opened 10 years ago

uliska commented 10 years ago

It would be nice if we could in some way auto-generate the reftables in the manual. Have the reference items in an external file and generate them to the table code - either directly with Lua from within the document with a command like \reftable{IDENTIFIER} or before with a Python script to generate input files.

Another option is to generate a long HTML page as the reference which might be useful for daily work

This would somewhat ease the contribution of documentation of new commands. Open question is how to create these intermediate files. Possibly in one run with generating the commands (-> updating the Python scripts)?