+++ /dev/null
-/*
- bar-req-collect-engraver.hh -- declare
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
-
-#ifndef BAR_REQ_COLLECT_ENGRAVER_HH
-#define BAR_REQ_COLLECT_ENGRAVER_HH
-
-#include "engraver.hh"
-class Bar_req_collect_engraver : public Engraver
-{
- Bar_req* bar_req_l_;
-public:
- VIRTUAL_COPY_CONS(Translator);
- void start_translation_timestep ();
- bool try_music (Music *);
-};
-
-
-
-#endif /* Bar_Req_COLLECT_ENGRAVER_HH */
-
+++ /dev/null
-/*
- hara-kiri-engraver.hh -- declare Hara_kiri_engraver
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
-
-#ifndef HARA_KIRI_ENGRAVER_HH
-#define HARA_KIRI_ENGRAVER_HH
-
-#include "axis-group-engraver.hh"
-
-#endif /* HARA_KIRI_ENGRAVER_HH */
+++ /dev/null
-/*
- hara-kiri-line-group-engraver.hh -- declare Hara_kiri_line_group_engraver
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1998--2001 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-
-#ifndef HARA_KIRI_LINE_GROUP_GRAV_HH
-#define HARA_KIRI_LINE_GROUP_GRAV_HH
-
-#include "line-group-group-engraver.hh"
-
-/**
- Just as Line_group_engraver, Find interesting items for
- Hara_kiri_line_group_engraver.
-
-
-
- @see
- Hara_kiri_vertical_group_spanner
-
-
- */
-class Hara_kiri_line_group_engraver : public Line_group_engraver_group
-{
-public:
- VIRTUAL_COPY_CONS (Translator);
-
-protected:
- virtual void create_line_spanner ();
- void typeset_grob (Grob*);
-};
-
-
-#endif // HARA_KIRI_LINE_GROUP_GRAV_HH
-
+++ /dev/null
-/*
- separating-line-group-engraver.hh -- declare Separating_line_group_engraver
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
-
-#ifndef SEPARATING_LINE_GROUP_GRAV_HH
-#define SEPARATING_LINE_GROUP_GRAV_HH
-#endif /* SEPARATING_LINE_GROUP_GRAV_HH */
-
+++ /dev/null
-/*
- span-score-bar-engraver.hh -- declare Span_score_bar_engraver
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef SPAN_SCORE_BAR_GRAV_HH
-#define SPAN_SCORE_BAR_GRAV_HH
-
-#include "base-span-bar-engraver.hh"
-
-/**
-
- Make the bars that Span the entire score line (system). A
- Span_bar_engraver which generates a special bar.
-
- */
-
-class Span_score_bar_engraver : public Base_span_bar_engraver
-{
-public:
- VIRTUAL_COPY_CONS (Translator);
- Span_score_bar_engraver ();
- virtual Span_bar* get_span_bar_p () const;
-};
-
-/**
- Make a piano brace. (No, this doesn't manufacture ``Please don't
- shoot the piano player.'' signs)
- */
-class Piano_bar_engraver : public Span_score_bar_engraver
-{
-public:
- VIRTUAL_COPY_CONS (Translator);
-
- virtual Span_bar * get_span_bar_p () const;
-};
-
-/**
- Make Choir brackets.
- */
-class Staff_group_bar_engraver : public Span_score_bar_engraver
-{
-public:
- VIRTUAL_COPY_CONS (Translator);
-
- virtual Span_bar * get_span_bar_p () const;
- virtual void acknowledge_grob (Grob_info);
-};
-
-#endif // SPAN_SCORE_BAR_GRAV_HH
+++ /dev/null
-/*
- swallow-engraver.hh -- declare Swallow_engraver
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef SWALLOW_GRAV_HH
-#define SWALLOW_GRAV_HH
-
-#include "engraver.hh"
-
-/**
- This engraver swallows everything given to it silently. The purpose of
- this is to prevent spurious "request junked" warnings.
- */
-class Swallow_engraver : public Engraver {
-protected:
- bool try_music (Music*) ;
-public:
- VIRTUAL_COPY_CONS(Translator);
-
-};
-#endif // SWALLOW_GRAV_HH
+++ /dev/null
-/*
- ctie-engraver.hh -- declare Tie_engraver
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
-
-#ifndef CTIE_ENGRAVER_HH
-#define CTIE_ENGRAVER_HH
-#endif /* CTIE_ENGRAVER_HH */
-
+++ /dev/null
-/*
- auto-plet-engraver.hh -- declare Auto_plet_engraver
-
- source file of the GNU LilyPond music typesetter
-
- (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
-
-#ifndef AUTO_PLET_ENGRAVER_HH
-#define AUTO_PLET_ENGRAVER_HH
-