From f317e10099c825f3ec4dc9ec6ae7574179c61334 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:25:50 +0000 Subject: [PATCH] lilypond-1.0.9 --- TODO | 9 +++++++-- buildscripts/mutopia-index.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 76db5e603e..3ec1590a25 100644 --- 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. diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index bf7ed7a628..a4c4652b92 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -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) -- 2.39.5