From 81380c15cbaf49672413689cc358c0ac1fd0f947 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 3 Apr 1997 23:08:58 +0000 Subject: [PATCH] lilypond-0.0.49 --- lily/include/lily-proto.hh | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/lily/include/lily-proto.hh b/lily/include/lily-proto.hh index 88b7adaa78..ff9e0fea4f 100644 --- a/lily/include/lily-proto.hh +++ b/lily/include/lily-proto.hh @@ -1,2 +1,56 @@ + +/* + lily-proto.hh -- declare + + source file of the LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef LILY_PROTO_HH +#define LILY_PROTO_HH + struct My_lily_lexer; struct My_lily_parser; +struct Notename_table; +struct Absolute_dynamic_req; +struct Barcheck_req; +struct Bar_req; +struct Beam_req; +struct Blank_req; +struct Bracket_req; +struct Cadenza_req; +struct Clef_change_req; +struct Cresc_req; +struct Decresc_req; +struct Durational_req; +struct Dynamic_req; +struct Group_change_req; +struct Group_feature_req; +struct Key_change_req; +struct Lyric_req; +struct Melodic_req; +struct Measure_grouping_req; +struct Meter_change_req; +struct Musical_req; +struct Command_req; +struct Note_req; +struct Plet_req; +struct Partial_measure_req; +struct Rest_req; +struct Rhythmic_grouping_req; +struct Rhythmic_req; +struct Script_req; +struct Skip_req; +struct Slur_req; +struct Spacing_req ; +struct Span_req; +struct Span_dynamic_req; +struct Subtle_req; +struct Stem_req; +struct Terminate_voice_req; +struct Text_req; +struct Timing_req; + +#endif // LILY_PROTO_HH -- 2.39.5