From: fred Date: Sun, 24 Mar 2002 19:44:06 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4684 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3089bbbaef68d1e626656fd60b75caf100d8d837;p=lilypond.git lilypond-0.0.65 --- diff --git a/Documentation/faq.pod b/Documentation/faq.pod index 87a162c9c6..395a411fa2 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -120,6 +120,21 @@ A: The entry point is in main(). Good luck. :-) Seriously, read, reread and reread lilygut and CodingStyle, and just start anywhere. +Anywhere? Well, most of the comment doco are in the header files, so +your best bet would be C. Some of the most +important data-structures are to be found in: + + - p-col.hh + - *request.hh + - register.hh + - score-elem.hh + - input-music.hh + - linespace.hh + - item.hh + - spanner.hh + - voice.hh + + Q: Why GPL? A: Yes. diff --git a/lily/include/input-score.hh b/lily/include/input-score.hh index da3db47208..436e5e0947 100644 --- a/lily/include/input-score.hh +++ b/lily/include/input-score.hh @@ -1,7 +1,7 @@ /* - input-score.hh -- declare + input-score.hh -- declare Input_score - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter (c) 1997 Han-Wen Nienhuys */ @@ -11,7 +11,7 @@ #define INPUTSCORE_HH #include "varray.hh" -#include "proto.hh" +#include "lily-proto.hh" #include "plist.hh" #include "string.hh" #include "input.hh" diff --git a/lily/include/lyric-register.hh b/lily/include/lyric-register.hh index f9f43bea26..304bf5c6cf 100644 --- a/lily/include/lyric-register.hh +++ b/lily/include/lyric-register.hh @@ -1,7 +1,7 @@ /* - lyric-register.hh -- declare + lyric-register.hh -- declare Lyric_register - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter (c) 1997 Han-Wen Nienhuys */ @@ -12,7 +12,8 @@ #include "register.hh" #include "varray.hh" -#include "proto.hh" +#include "lily-proto.hh" + class Lyric_register : public Request_register { Array lreq_arr_; virtual bool acceptable_request_b(Request*); diff --git a/lily/include/midi-def.hh b/lily/include/midi-def.hh index 1e04e5df4c..9673783d25 100644 --- a/lily/include/midi-def.hh +++ b/lily/include/midi-def.hh @@ -1,7 +1,7 @@ /* - midi-def.hh -- declare + midi-def.hh -- declare Midi_def - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter (c) 1997 Jan Nieuwenhuizen */ @@ -9,7 +9,7 @@ #ifndef MIDIDEF_HH #define MIDIDEF_HH -#include "proto.hh" +#include "lily-proto.hh" #include "real.hh" #include "string.hh" #include "moment.hh" diff --git a/lily/include/register-group.hh b/lily/include/register-group.hh index 2e13b51248..5e91ae4621 100644 --- a/lily/include/register-group.hh +++ b/lily/include/register-group.hh @@ -1,7 +1,7 @@ /* - registergroup.hh -- declare + registergroup.hh -- declare Register_group_register - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter (c) 1997 Han-Wen Nienhuys */ @@ -12,7 +12,7 @@ #include "plist.hh" -#include "staff-elem-info.hh" +#include "score-elem-info.hh" #include "register.hh" /**