]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:44:06 +0000 (19:44 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:44:06 +0000 (19:44 +0000)
Documentation/faq.pod
lily/include/input-score.hh
lily/include/lyric-register.hh
lily/include/midi-def.hh
lily/include/register-group.hh

index 87a162c9c69d10a3d0a2a7038384765778212925..395a411fa2b50040936d00777c3813dd0cc238cf 100644 (file)
@@ -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<less lily/include/*.hh>. 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.
index da3db472080350c07905a20c6edd7439ba1ae55e..436e5e0947c5f722f7c3673310558dab61d7e33e 100644 (file)
@@ -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 <hanwen@stack.nl>
 */
@@ -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"
index f9f43bea2660b2926eef27dae7dffce710239cdb..304bf5c6cf66d2e7db86250e241e90485f442eec 100644 (file)
@@ -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 <hanwen@stack.nl>
 */
@@ -12,7 +12,8 @@
 #include "register.hh"
 #include "varray.hh"
 
-#include "proto.hh"
+#include "lily-proto.hh"
+
 class Lyric_register : public Request_register {
     Array<Lyric_req*> lreq_arr_;
     virtual bool acceptable_request_b(Request*);
index 1e04e5df4cbf48f3c4377549839783b04b21fdd6..9673783d25fed2cecd240c36ebd37f197d172e6d 100644 (file)
@@ -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 <jan@digicash.com>
 */
@@ -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"
index 2e13b512483285df00f8cd72df4de912aa5ac535..5e91ae4621137ea659bd9df79a0aee57febc4cca 100644 (file)
@@ -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 <hanwen@stack.nl>
 */
@@ -12,7 +12,7 @@
 
 
 #include "plist.hh"
-#include "staff-elem-info.hh"
+#include "score-elem-info.hh"
 #include "register.hh"
 
 /**