From cd4b6e725d8dca17ba7da80bdf369d65aecc7210 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 5 Oct 1998 12:32:43 +0000 Subject: [PATCH] lilypond-1.0.13 --- TODO | 56 +++++++++++++++++++++++-------------------------------- make/STATE-VECTOR | 2 ++ 2 files changed, 25 insertions(+), 33 deletions(-) diff --git a/TODO b/TODO index b25fa11e4b..0ff8de840f 100644 --- a/TODO +++ b/TODO @@ -7,31 +7,29 @@ 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 + +BUGS: + + * fix \n after proccing + + Summary of minor spelling irregularities: +> capitalization/use of underscores in property names +> \lyric vs \notes \lyric vs \type Lyrics (\lyric should have an -s) + + * fix Score.skipBars + + * repeat bars: need distance after ":|" and before "|:" + + * \shape 1st dim skipped? + + * fix marks/barnumbers/marginal notes + +**** + + * uniformise property names. - ydirection <-> yDirection - - * - \score{ - \notes { \property Staff.defaultclef = bass a b c d } - \paper{ - - - Staff = \translator { - \type "Line_group_engraver_group"; - \consists "Bar_engraver"; - \consists "Clef_engraver"; - \consists "Key_engraver"; - \consists "Local_key_engraver"; - \consists "Time_signature_engraver"; - \consists "Staff_sym_engraver"; - \consists "Collision_engraver"; - \consists "Rest_collision_engraver"; - \consists "Separating_line_group_engraver"; - \accepts "Voice"; - } - } -} + * ydirection <-> yDirection * typo checks on property names? @@ -39,8 +37,6 @@ grep for TODO and ugh/ugr/urg * make engraver hacking robust. - * fix LOCALE settings, and \def\foo{2,000pt} output - * use streambufs and iostream to provide IO handling for TeX stream, mudela stream, data-file. @@ -50,8 +46,6 @@ grep for TODO and ugh/ugr/urg * zip target for binary windows dist (JBR) - * repeat bars: need distance after ":|" and before "|:" - * text continuationss * revise documentation @@ -60,10 +54,6 @@ grep for TODO and ugh/ugr/urg * junking \skip req in lyrics - * \shape 1st dim skipped? - - * Choire -> Choir - * Language: - general plet mechanism. @@ -86,14 +76,14 @@ grep for TODO and ugh/ugr/urg * install TeX stuff into tex/generic directory. + * /etc/profile.d support for RPM. + * percussion note heads * mi2mu empty staffs. * include MIDI list - * make separate translation property list. - * make GNU style webpages. * There seems to be an install error in lilypond-1.0.0. Most of the diff --git a/make/STATE-VECTOR b/make/STATE-VECTOR index 459dacb43a..f416bba8c2 100644 --- a/make/STATE-VECTOR +++ b/make/STATE-VECTOR @@ -90,3 +90,5 @@ 1.0.11.mb1 1.0.11.uu1 1.0.12 +1.0.12.uu1 +1.0.13 -- 2.11.4.GIT