From c147034e468d97a73d46dfe3d10309fa775bdfa1 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 8 Nov 1996 17:52:11 +0000 Subject: [PATCH] lilypond-0.0.9 --- hdr/proto.hh | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 hdr/proto.hh diff --git a/hdr/proto.hh b/hdr/proto.hh new file mode 100644 index 0000000000..d674ca429a --- /dev/null +++ b/hdr/proto.hh @@ -0,0 +1,93 @@ +/* + proto.hh -- part of LilyPond + + (c) 1996 Han-Wen Nienhuys +*/ + +#ifndef PROTO_HH +#define PROTO_HH +#include "real.hh" + +class Line_of_score; +class Line_of_staff; +class PCol; +class PStaff; +class Staff; +class Staff_column; +class Score; +class Score_column; +class Voice; +class Voice_element; +class Voicegroup; +class Request; +class Command; +class Request; +class Stem_req; +class Span_req; +class Slur_req; +class Decresc_req; +class Cresc_req; +class Bracket_req; +class Script_req; +class Rest_req; +class Note_req; +class Lyric_req; +class Chord; +class Absdynamic_req; +struct Offset; +struct Interval; +struct Box; +struct PCol; +struct Idealspacing; +struct Spanner; +struct Item; +struct Line_of_staff; +struct Colinfo; +struct Linestaff; +struct Atom; +struct Molecule; +struct PScore; +struct Request; +struct Note_req; +struct Lyric_req; +struct Script_req; +struct Rest_req; +struct Rhythmic_req; +struct Chord; +struct Stem_req; +struct Span_req; +struct Beam_req; +struct Bracket_req; +struct Slur_req; +struct Dynamic; +struct Cresc_req; +struct Decresc_req; +struct Absdynamic_req; +struct Score_column; +struct Score; +struct Staff_column; +struct Staff; +struct Command; +struct Symbol; +struct Output; +struct Text_gob; +struct Voice; +struct Voicegroup; +struct Voice_element; +struct String; +struct Tex_stream; +struct Identifier; +struct Keyword; +class Mixed_qp; +class Paperdef; +class Score_commands; +class Parametric_symbol; +struct Lookup; +struct Symtables; +struct Symtable; +struct Stem; +struct Notehead; +struct Beam; +struct Rest; +#endif // PROTO_HH + -- 2.39.5