X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-proto.hh;h=19aef0a27aace4b9cfb57822c4220f296647146c;hb=ddd59edaae68e71d5d3ea2576b3d0d25807fb500;hp=d0b7c65b64955fea347ced6948d09efe2a178e41;hpb=d53a0536f899eae5f2e9c50e7b2e2b5636f5b026;p=lilypond.git diff --git a/lily/include/lily-proto.hh b/lily/include/lily-proto.hh index d0b7c65b64..19aef0a27a 100644 --- a/lily/include/lily-proto.hh +++ b/lily/include/lily-proto.hh @@ -1,9 +1,20 @@ /* - lily-proto.hh -- declare class names. + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2009 Han-Wen Nienhuys - (c) 1997--2006 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef LILY_PROTO_HH @@ -45,6 +56,9 @@ class Context; class Context_def; class Context_specced_music; class Dispatcher; +class Dot_column; +class Dot_configuration; +class Dot_formatting_problem; class Engraver; class Engraver; class Engraver_group; @@ -52,7 +66,6 @@ class Event; class Event_chord; class Event_chord_iterator; class Event_iterator; -class Folded_repeat_iterator; class Font_metric; class Font_size_engraver; class Global_context; @@ -90,6 +103,7 @@ class Mensural_ligature_engraver; class Midi_chunk; class Midi_duration; class Midi_dynamic; +class Midi_event; class Midi_header; class Midi_instrument; class Midi_item; @@ -119,6 +133,7 @@ class Object_key_dumper; class Object_key_undumper; class Open_type_font; class Output_property; +class Page_breaking; class Pango_font; class Paper_book; class Paper_column; @@ -137,6 +152,7 @@ class Relative_octave_music; class Repeated_music; class Scale; class Scheme_hash_table; +class Scheme_engraver; class Score; class Score_context; class Score_engraver; @@ -148,9 +164,13 @@ class Simple_spacer; class Simple_spacer_wrapper; class Simultaneous_music; class Simultaneous_music_iterator; +class Skyline; class Skyline_entry; +class Skyline_pair; class Slur_configuration; class Slur_score_state; +class Source_file; +class Sources; class Spacing_options; class Span_score_bar_engraver; class Spanner; @@ -158,11 +178,8 @@ class Staff_group_bar_engraver; class Staff_performer; class Stencil; class Stream_event; -class Swallow_engraver; -class Swallow_performer; class System; class Tempo_performer; -class Tex_font_metric; class Tie; class Tie_details; class Tie_configuration; @@ -178,7 +195,6 @@ class Translator; class Translator_change; class Translator_group; class Transposed_music; -class Type_swallow_translator; class yyFlexLexer; typedef void (*Engraver_void_function_engraver_grob_info) (Engraver *, Grob_info);