From: fred Date: Sun, 24 Mar 2002 19:43:36 +0000 (+0000) Subject: lilypond-0.0.64 X-Git-Tag: release/1.5.59~4713 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c496f0906992b072e3113004947f11d736cbbe4;p=lilypond.git lilypond-0.0.64 --- diff --git a/Documentation/faq.pod b/Documentation/faq.pod index e6ade53053..87a162c9c6 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -113,6 +113,12 @@ Q: How do I change the TeX layout? A: See lilyponddefs.tex, it has some comments. +Q: How do I learn the C++ code? + +A: The entry point is in main(). Good luck. :-) + +Seriously, read, reread and reread lilygut and CodingStyle, and +just start anywhere. Q: Why GPL?