Most of the items are marked in the code as well, with full explanation.
grep for TODO and ugh/ugr/urg
- * egcs-1.1a support
+ * egcs-1.1 support
* fix LOCALE settings, and \def\foo{2,000pt} output
* abbrev -> tremolo
+ * junking \skip req in lyrics
+
+ * \shape 1st dim skipped?
+
* Language:
- general plet mechanism.
- \type -> \context ?
- \translator -> ?
- fix \partial
- - \melodic -> \notes
- \bla {} vs \bla ;
- mix engraver hacking with music ?
- \once\property KEY = VAL
- \addtranslator, \removetranslator
- junk ^ and _ for scripts
+ - junk _ for lyrics.
+ - abstract grammar.
* install TeX stuff into tex/generic directory.
list_item(ex + ex_ext + '.txt', 'The input')
for pageno in range(1,100):
- f = ex + '-page%d.gif' % pageno
+ f = ex + '-page%d.png' % pageno
if not file_exist_b (f):
break
list_item(f, 'The output (picture, page %d)' % pageno)