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
Input_command 1
Time_description 1
Melodic_req 1
-Stem_req 1
+Stem_req 0
Group_change_req 1
Script_req 1
Colinfo 1
# version info
MAJVER=0
MINVER=0
-PATCHLEVEL=30
+PATCHLEVEL=31
+
-include Site.make
####
#### USER CONFIGURABLE
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
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
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
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;