X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=Documentation%2Ffaq.pod;h=395a411fa2b50040936d00777c3813dd0cc238cf;hb=04f01c7e890bd4f1b358378e5911fb7c117c3802;hp=87a162c9c69d10a3d0a2a7038384765778212925;hpb=ce5315498fcaaf17d5eb1b320014e96defbb7dfb;p=lilypond.git 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.