Some questions that have been answered before.
+=head2 Installing
+
+Q: I get all kinds of errors while compiling parser.cc
+
+A: LilyPond uses features of bison version 1.25. Please confirm that
+you are using a version 1.25 or better. If the problem persists, then
+please mail me.
+
+
=head2 Language: mudela
Q: Why can't you type C<#c> in stead of C<cis> ?
struct Complex_music;
struct Complex_staff;
struct Complex_walker;
+struct Crescendo ;
struct Cresc_req;
struct Directional_spanner;
struct Decresc_req;
struct Group_feature_req;
struct Idealspacing;
struct Identifier;
+struct Input;
+struct Input_register;
struct Input_file;
struct Input_music;
struct Input_score;
private:
const File_path * path_C_;
void add( Source_file* sourcefile_p );
- IPointerList<Source_file*> sourcefile_p_iplist_;
+ IPointer_list<Source_file*> sourcefile_p_iplist_;
bool binary_b_ ;
};
# main target of this module:
#
-MAINTARGET = $(EXECUTABLE)
+# MAINTARGET = $(EXECUTABLE)
# MAINTARGET = $(LIBRARY)
+MAINTARGET =
default: $(MAINTARGET)
#
# main target of this module:
#
-MAINTARGET = $(EXECUTABLE)
+MAINTARGET =
default: $(MAINTARGET)
#