]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/extender-spanner.hh
patch::: 1.3.63.uu1: Re: Lilypond?
[lilypond.git] / lily / include / extender-spanner.hh
index e0268198e8c6c49b3da2b8e3b6f72cc16efce28f..65296f81060baccd891380179b283fc7515acef0 100644 (file)
@@ -1,46 +1,2 @@
-/*
-  extender-spanner.hh -- part of GNU LilyPond
-
-  (c) 1998, 1999 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-#ifndef EXTENDER_SPANNER_HH
-#define EXTENDER_SPANNER_HH
-
-#include "directional-spanner.hh"
-
-/** 
-  simple extender line 
-
-  The extender is a simple line at the baseline of the lyric
-  that helps show the length of a melissima (tied/slurred note).
-
-  Extenders must be entered manually for now.
-
-  Although it would be possible for Lily to determine where to
-  put extender lines, it's quite a tricky thing to do.  Also,
-  this would demand quite strict lyrics entries.
-
-  Note: the extender is only used for one-syllable words, or
-  for on a word's last syllable.  The extender should be aligned
-  with the left side of the last note of the melissima, and not
-  extend beond, lasting the whole duration of the melissima
-  (as in MUP, urg).
-  */
-class Extender_spanner : public Directional_spanner
-{
-public:
-  Extender_spanner ();
-  void set_textitem (Direction, Item*);
-
-protected:
-  virtual Molecule* do_brew_molecule_p () const;
-  void do_post_processing ();
-  VIRTUAL_COPY_CONS (Score_element);
-
-  Drul_array<Real> dx_f_drul_;
-};
-
-#endif // EXTENDER_SPANNER_HH
 
+#error