From 695bee617c76f7e14711d23790849509ec541310 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:26 +0000 Subject: [PATCH] lilypond-0.0.44 --- .version | 3 +-- Documentation/INSTALL.pod | 5 ++++- NEWS | 15 +++++++++++++-- TODO | 17 +++++++++++------ flower/NEWS | 4 ++++ 5 files changed, 33 insertions(+), 11 deletions(-) diff --git a/.version b/.version index f3fe58849a..18dcdc6982 100644 --- a/.version +++ b/.version @@ -1,8 +1,7 @@ TOPLEVEL_MAJOR_VERSION = 0 TOPLEVEL_MINOR_VERSION = 0 -TOPLEVEL_PATCH_LEVEL = 43 +TOPLEVEL_PATCH_LEVEL = 44 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf TOPLEVEL_MY_PATCH_LEVEL = -# diff --git a/Documentation/INSTALL.pod b/Documentation/INSTALL.pod index 4a389171dd..4615b850f2 100644 --- a/Documentation/INSTALL.pod +++ b/Documentation/INSTALL.pod @@ -85,7 +85,10 @@ have the gnu development tools, and your make is gnu make. If this is not the case, you can adjust your environment variables to your taste: - CXXFLAGS="-I /home/me/my_include -DWEIRD_FOOBAR" configure + export CPPFLAGS="-I /home/me/my_include -DWEIRD_FOOBAR" + configure + +C are the preprocessor flags. the configure script is Cygnus configure, and it will accept B<--help>. If you are not root, you will probably have to make it with diff --git a/NEWS b/NEWS index cb41bce2b2..7b7354de36 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +****** +pl 44 + - pure parser, My_lily_parser + - ''a iso ``a + - Includable_lexer + - junk Input_file + - Duration in parser, Duration restructuring + - grandiose lexer hax. Flex should be fixed, really. + Lexer much faster now. + - opps. mi2mu broken + ****** pl 43 - transposition. @@ -9,14 +20,14 @@ pl 43 pl 42.hwn3 - const naming change (T const <-> const T) - - Mudela 0.1 + - Mudela 0.1 (roughly the same as below..) pl 42.3 - moving towards Mudela 0.1: * (almost) all keywords must be preceded by backslash '\' * explicit lexer switches '$' and '@' dropped * keyword "music" dropped for horizontal music - * keywords "\lyric" "\melodic" "\rhythmic" introduced, e.g.: + * keywords "\lyric" " introduced, e.g.: melody = \melodic { c c | g g } * staff initialisable with music identifier: \staff{ melody } diff --git a/TODO b/TODO index e074ce5aa6..5e14b414d8 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ before 0.1 + + * fix -O2 -NDEBUG compile * remove spurious/outdated comments in .ly, debug .ly @@ -8,13 +10,15 @@ before 0.1 * decent TeX page layout + * per-pstaff item-widths + * remove unnecessary or confusing constructs from .ly This is an assorted collection of stuff that will be done, might be done, or is an idea that I want to think about PARSER - * Duration + * Duration-> Musical_duration, typedef Rational Duration? MAKE-STUFF @@ -89,9 +93,8 @@ SMALLISH PROJECTS * parshape - * a pure parser? - - * read from mmap directly: study yy_scan_buffer + * read from mmap directly: bugreport to flex developers-> + yy_scan_buffer in C++.. * binsearch/hash for identifiers @@ -140,6 +143,10 @@ DOC FUTURE + * slur parts as a script + + * multiple scripst. + * mixed fontsizes * put scripts on bars @@ -174,8 +181,6 @@ IDEAS * move MIDI io to a ANSI C libmidi library. - * fold indentifiers and notenames? - * itemcolumns: Use dummy items. * use an embedded language: scheme, lisp, S-lang, Perl, GUILE, ? diff --git a/flower/NEWS b/flower/NEWS index 4dd5330743..3ee8480d71 100644 --- a/flower/NEWS +++ b/flower/NEWS @@ -1,3 +1,7 @@ +pl 1.1.9 + - _C iso _c_l + - flower debug. + pl 1.1.8 -- 2.39.5