]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.9
authorfred <fred>
Tue, 26 Mar 2002 21:25:50 +0000 (21:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:25:50 +0000 (21:25 +0000)
TODO
buildscripts/mutopia-index.py

diff --git a/TODO b/TODO
index 76db5e603e4d894a08c8d3e874b42b3d28b4ea3d..3ec1590a2523e8f8907537115307a73ffb55e3e8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,7 +7,7 @@ done, or is an idea that I want to think about
 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
 
@@ -28,6 +28,10 @@ grep for TODO and ugh/ugr/urg
 
        * abbrev -> tremolo
 
+       * junking \skip req in lyrics
+
+       * \shape 1st dim skipped? 
+
        * Language:
        - general plet mechanism.
 
@@ -40,12 +44,13 @@ grep for TODO and ugh/ugr/urg
        - \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.
 
index bf7ed7a62845e85b6eca831e2f5403c791586772..a4c4652b92869e5024bc40a9978941110f0a0466 100644 (file)
@@ -115,7 +115,7 @@ def gen_list(inputs, subdir, filename):
            
        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)