]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.61
authorfred <fred>
Sun, 24 Mar 2002 19:42:42 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:42 +0000 (19:42 +0000)
Documentation/faq.pod
lib/include/proto.hh
lib/include/source.hh
make/Template.make
mf/Makefile

index 4aeef3751f79abb675de181dfa9e172a09da4dd4..01445ded1601453e8dd1230dcf974243b1fbc389 100644 (file)
@@ -6,6 +6,15 @@ FAQ - GNU LilyPond FAQs
 
 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> ?
index 32714730c7a9407a7f6f69e5cbd6af08676d0072..19273d0ab1321fb2cba44e781981477a41a61b95 100644 (file)
@@ -33,6 +33,7 @@ struct Colinfo;
 struct Complex_music;
 struct Complex_staff;
 struct Complex_walker;
+struct Crescendo ;
 struct Cresc_req;
 struct Directional_spanner;
 struct Decresc_req;
@@ -45,6 +46,8 @@ struct Group_change_req;
 struct Group_feature_req;
 struct Idealspacing;
 struct Identifier;
+struct Input;
+struct Input_register;
 struct Input_file;
 struct Input_music;
 struct Input_score;
index 05890f1310136adc2bcea635a8f9816a59ff6484..58ac1e7ae44288fd5245ec26058cce825895aff0 100644 (file)
@@ -19,7 +19,7 @@ public:
 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_ ;
 };
 
index f9246f92e368cd5381e271d36c3b2b1bc5574dea..7293362324fd3750cf2dc4ed8e9fede2d5be622f 100644 (file)
@@ -55,8 +55,9 @@ LOADLIBES +=
 
 # main target of this module:
 #
-MAINTARGET = $(EXECUTABLE)
+MAINTARGET = $(EXECUTABLE)
 # MAINTARGET = $(LIBRARY)
+MAINTARGET = 
 
 default: $(MAINTARGET)
 #
index 3a2fb59ea8101d90ec93adb8c4d572f303fb179c..ff0937ad8c006b7adacb528d163e744a3a03fbcf 100644 (file)
@@ -40,7 +40,7 @@ LOADLIBES +=
 
 # main target of this module:
 #
-MAINTARGET = $(EXECUTABLE)
+MAINTARGET = 
 
 default: $(MAINTARGET)
 #