From 29cc6c3dbf7d68d6aa16bb7950ec5a3fa66641f3 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:31:23 +0000 Subject: [PATCH] lilypond-0.0.31 --- .dstreamrc | 8 ++++---- Variables.make | 8 +++++--- input/Makefile | 1 + input/error.ly | 3 +++ src/note.cc | 1 - 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.dstreamrc b/.dstreamrc index 088fbcc81a..5c98922777 100644 --- a/.dstreamrc +++ b/.dstreamrc @@ -22,15 +22,15 @@ Lexer 1 parse_duration 1 parse_pitchmod 1 Col_configuration 1 -Request 1 +Request 0 Note_req 1 -Rhythmic_req 1 +Rhythmic_req 0 Rest_req 1 delete_identifiers 1 Command 1 Staff_commands 1 Stem 1 -Staff 1 +Staff 0 Score 1 Voice 1 Voice_element 1 @@ -39,7 +39,7 @@ Commands_at 1 Input_command 1 Time_description 1 Melodic_req 1 -Stem_req 1 +Stem_req 0 Group_change_req 1 Script_req 1 Colinfo 1 diff --git a/Variables.make b/Variables.make index 38280146fd..6d2ad10580 100644 --- a/Variables.make +++ b/Variables.make @@ -3,9 +3,9 @@ # version info MAJVER=0 MINVER=0 -PATCHLEVEL=30 +PATCHLEVEL=31 + -include Site.make #### #### USER CONFIGURABLE @@ -107,4 +107,6 @@ SUBDIRS=Documentation $(OBJECTDIR) $(CCDIR) $(HEADERDIR) $(INITDIR) $(DEPDIR) \ depfile=deps/$(subst .o,.dep,$(notdir $@)) DODEP=rm -f $(depfile); DEPENDENCIES_OUTPUT="$(depfile) $(OBJECTDIR)/$(notdir $@)" -STRIPDEBUG=strip --strip-debug \ No newline at end of file +STRIPDEBUG=true # replace to do stripping of certain objects + +include Site.make \ No newline at end of file diff --git a/input/Makefile b/input/Makefile index 182b105fb0..c9888dd680 100644 --- a/input/Makefile +++ b/input/Makefile @@ -4,6 +4,7 @@ DISTFILES=Makefile kortjakje.ly pavane.ly maartje.ly\ cadenza.ly scales.ly standchen.ly twinkle.ly\ wohltemperirt.ly error.ly\ martien.ly mlalt.ly mlvio1.ly mlvio2.ly mlcello.ly\ + coriolan-alto.ly\ standchen.tex pavane.tex scsii-menuetto.tex scsii-menuetto.ly\ martien.tex diff --git a/input/error.ly b/input/error.ly index 82e5d190c6..9cc6311697 100644 --- a/input/error.ly +++ b/input/error.ly @@ -1,5 +1,8 @@ mwa = music { $ +% [ a8 a8 a8 a8 a8 ] % assertion fail +% [ a8 a8 a8 ] % assertion fail +% [ a8 ] % assertion fail a ) b ] c % warning & % ok; error a b ) ] % ok; error diff --git a/src/note.cc b/src/note.cc index 5c9daee9fd..796090f04d 100644 --- a/src/note.cc +++ b/src/note.cc @@ -289,7 +289,6 @@ Request* get_script_req(int d , Script_def*def) { Script_req* script_req_p = new Script_req(d, def); -// script_req_p->defined_ch_c_l_m = req_defined_ch_c_l; // all terminal symbols, rather set directly here: script_req_p->defined_ch_c_l_m = lexer->here_ch_c_l(); return script_req_p; -- 2.39.5