]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.133
authorfred <fred>
Wed, 27 Mar 2002 01:04:37 +0000 (01:04 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:04:37 +0000 (01:04 +0000)
lily/include/bar-req-collector-engraver.hh [deleted file]
lily/include/hara-kiri-engraver.hh [deleted file]
lily/include/hara-kiri-line-group-engraver.hh [deleted file]
lily/include/separating-line-group-engraver.hh [deleted file]
lily/include/span-score-bar-engraver.hh [deleted file]
lily/include/swallow-engraver.hh [deleted file]
lily/include/tie-engraver.hh [deleted file]
lily/include/tuplet-engraver.hh [deleted file]

diff --git a/lily/include/bar-req-collector-engraver.hh b/lily/include/bar-req-collector-engraver.hh
deleted file mode 100644 (file)
index af401e7..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*   
-  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 */
-
diff --git a/lily/include/hara-kiri-engraver.hh b/lily/include/hara-kiri-engraver.hh
deleted file mode 100644 (file)
index c1eb5d4..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*   
-  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 */
diff --git a/lily/include/hara-kiri-line-group-engraver.hh b/lily/include/hara-kiri-line-group-engraver.hh
deleted file mode 100644 (file)
index 18c3fb8..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
-  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
-
diff --git a/lily/include/separating-line-group-engraver.hh b/lily/include/separating-line-group-engraver.hh
deleted file mode 100644 (file)
index 5a5f730..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*   
-  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 */
-
diff --git a/lily/include/span-score-bar-engraver.hh b/lily/include/span-score-bar-engraver.hh
deleted file mode 100644 (file)
index b36c83f..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
-  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
diff --git a/lily/include/swallow-engraver.hh b/lily/include/swallow-engraver.hh
deleted file mode 100644 (file)
index 49bc28b..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-  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
diff --git a/lily/include/tie-engraver.hh b/lily/include/tie-engraver.hh
deleted file mode 100644 (file)
index 089be41..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*   
-  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 */
-
diff --git a/lily/include/tuplet-engraver.hh b/lily/include/tuplet-engraver.hh
deleted file mode 100644 (file)
index 7505980..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/*   
-  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
-