]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-proto.hh
Merge with master
[lilypond.git] / lily / include / lily-proto.hh
index 99c768d29387a97f9f459470f7851f94c9e4b3ef..56c80f56654ec7fb67b4dbf25d278b8308084d39 100644 (file)
@@ -3,11 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef LILY_PROTO_HH
 #define LILY_PROTO_HH
+
 #include "flower-proto.hh"
 
 class All_font_metrics;
@@ -29,7 +30,7 @@ class Auto_change_music;
 class Axis_group_engraver;
 class Bar_engraver;
 class Bar_req_collect_engraver;
-class Beaming_info_list;
+class Beaming_pattern;
 class Bezier;
 class Bezier_bow;
 class Book;
@@ -43,12 +44,14 @@ class Column_x_positions;
 class Context;
 class Context_def;
 class Context_specced_music;
+class Dispatcher;
 class Engraver;
 class Engraver;
 class Engraver_group;
 class Event;
 class Event_chord;
 class Event_chord_iterator;
+class Event_iterator;
 class Folded_repeat_iterator;
 class Font_metric;
 class Font_size_engraver;
@@ -76,6 +79,7 @@ class Lily_parser;
 class Lilypond_context_key;
 class Lilypond_grob_key;
 class Line_group_engraver_group;
+class Listener;
 class Lookup;
 class Lyric_combine_music;
 class Lyric_combine_music_iterator;
@@ -115,7 +119,6 @@ class Object_key_dumper;
 class Object_key_undumper;
 class Open_type_font;
 class Output_property;
-class Page;
 class Pango_font;
 class Paper_book;
 class Paper_column;
@@ -127,10 +130,12 @@ class Performer_group;
 class Piano_bar_engraver;
 class Pitch;
 class Pitch_squash_engraver;
+class Prob;
 class Property_iterator;
 class Rational;
 class Relative_octave_music;
 class Repeated_music;
+class Scale;
 class Scheme_hash_table;
 class Score;
 class Score_context;
@@ -146,11 +151,13 @@ class Simultaneous_music_iterator;
 class Skyline_entry;
 class Slur_configuration;
 class Slur_score_state;
+class Spacing_options;
 class Span_score_bar_engraver;
 class Spanner;
 class Staff_group_bar_engraver;
 class Staff_performer;
 class Stencil;
+class Stream_event;
 class Swallow_engraver;
 class Swallow_performer;
 class System;
@@ -177,29 +184,4 @@ class yyFlexLexer;
 typedef void (*Engraver_void_function_engraver_grob_info) (Engraver *, Grob_info);
 typedef void (*Translator_void_method_ptr) (Translator *);
 
-
-/* FIXME: when Link_array is dropped, do grand s/r to vector<TYPE*>.  */
-
-#include "std-vector.hh"
-
-#define Link_array__char_ std::vector<char*>
-#define Link_array__Grob_ std::vector<Grob*>
-#define Link_array__Accidental_placement_entry_ std::vector<Accidental_placement_entry*>
-#define Link_array__Audio_item_ std::vector<Audio_item*>
-#define Link_array__Audio_note_ std::vector<Audio_note*>
-#define Link_array__Audio_piano_pedal_ std::vector<Audio_piano_pedal*>
-#define Link_array__Audio_staff_ std::vector<Audio_staff*>
-#define Link_array__Bracket_nesting_node_ std::vector<Bracket_nesting_node*>
-#define Link_array__Context_ std::vector<Context*>
-#define Link_array__Context_def_ std::vector<Context_def*>
-#define Link_array__Grob_ std::vector<Grob*>
-#define Link_array__Item_ std::vector<Item*>
-#define Link_array__Music_ std::vector<Music*>
-#define Link_array__Note_column_ std::vector<Note_column*>
-#define Link_array__Output_def_ std::vector<Output_def*>
-#define Link_array__Slur_configuration_ std::vector<Slur_configuration*>
-#define Link_array__Source_file_ std::vector<Source_file*>
-#define Link_array__Spanner_ std::vector<Spanner*>
-#define Link_array__Tie_configuration_ std::vector<Tie_configuration*>
-
 #endif /* LILY_PROTO_HH */