From: fred Date: Sun, 24 Mar 2002 19:42:42 +0000 (+0000) Subject: lilypond-0.0.61 X-Git-Tag: release/1.5.59~4764 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eca1be1c30fbf0a9bfd8a87c181f2efc6fead616;p=lilypond.git lilypond-0.0.61 --- diff --git a/Documentation/faq.pod b/Documentation/faq.pod index 4aeef3751f..01445ded16 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -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 ? diff --git a/lib/include/proto.hh b/lib/include/proto.hh index 32714730c7..19273d0ab1 100644 --- a/lib/include/proto.hh +++ b/lib/include/proto.hh @@ -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; diff --git a/lib/include/source.hh b/lib/include/source.hh index 05890f1310..58ac1e7ae4 100644 --- a/lib/include/source.hh +++ b/lib/include/source.hh @@ -19,7 +19,7 @@ public: private: const File_path * path_C_; void add( Source_file* sourcefile_p ); - IPointerList sourcefile_p_iplist_; + IPointer_list sourcefile_p_iplist_; bool binary_b_ ; }; diff --git a/make/Template.make b/make/Template.make index f9246f92e3..7293362324 100644 --- a/make/Template.make +++ b/make/Template.make @@ -55,8 +55,9 @@ LOADLIBES += # main target of this module: # -MAINTARGET = $(EXECUTABLE) +# MAINTARGET = $(EXECUTABLE) # MAINTARGET = $(LIBRARY) +MAINTARGET = default: $(MAINTARGET) # diff --git a/mf/Makefile b/mf/Makefile index 3a2fb59ea8..ff0937ad8c 100644 --- a/mf/Makefile +++ b/mf/Makefile @@ -40,7 +40,7 @@ LOADLIBES += # main target of this module: # -MAINTARGET = $(EXECUTABLE) +MAINTARGET = default: $(MAINTARGET) #