]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-proto.hh
release: 0.0.64
[lilypond.git] / lily / include / lily-proto.hh
index ff9e0fea4f87ad7f91978c7e16c8cba9ebcda906..7cffaced164fccd7525df3f5de14e9304ac93ada 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
-  lily-proto.hh -- declare 
+  lily-proto.hh -- declare class names.
 
   source file of the LilyPond music typesetter
 
@@ -10,6 +9,7 @@
 
 #ifndef LILY_PROTO_HH
 #define LILY_PROTO_HH
+#include "proto.hh"
 
 struct    My_lily_lexer;
 struct My_lily_parser;
@@ -27,6 +27,7 @@ struct Decresc_req;
 struct Durational_req;
 struct Dynamic_req;
 struct Group_change_req;
+struct Feature;
 struct Group_feature_req;
 struct Key_change_req;
 struct Lyric_req;
@@ -35,12 +36,19 @@ struct Measure_grouping_req;
 struct Meter_change_req;
 struct Musical_req;
 struct Command_req;
+struct Collision_register;
+struct Collision;
 struct Note_req;
+struct Pulk_voices;
+struct Pulk_voice;
 struct Plet_req;
 struct Partial_measure_req;
+struct Request_column;
 struct Rest_req;
 struct Rhythmic_grouping_req;
 struct Rhythmic_req;
+struct Score_elem;
+struct Score_elem_info;
 struct Script_req;
 struct Skip_req;
 struct Slur_req;
@@ -49,8 +57,20 @@ struct Span_req;
 struct Span_dynamic_req;
 struct Subtle_req;
 struct Stem_req;
+struct Tie_req;
+struct Tie;
+struct Tie_register;
 struct Terminate_voice_req;
 struct Text_req;
 struct Timing_req;
-
+struct Note_column_register;
+struct Note_column;
+struct Staff_side;
+struct Staff_symbol;
+struct Script_column;
+struct Rest_column;
+struct Rest_collision_register;
+struct Rest_collision;
+struct Vertical_spanner;
+struct Vertical_brace;
 #endif // LILY_PROTO_HH