From: fred Date: Wed, 27 Mar 2002 00:05:46 +0000 (+0000) Subject: lilypond-1.3.73 X-Git-Tag: release/1.5.59~1158 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=16c606cfa0e770e216ee94fc8f397d08fab25cee;p=lilypond.git lilypond-1.3.73 --- diff --git a/input/bugs/repeat-line-break.ly b/input/bugs/repeat-line-break.ly deleted file mode 100644 index 06ff02cd31..0000000000 --- a/input/bugs/repeat-line-break.ly +++ /dev/null @@ -1,10 +0,0 @@ - -\score { -\notes -\context Staff\relative c'' { - \repeat "volta" 2 { c1 \break } \alternative { d e } - c1 - \repeat "volta" 2 { c1 } \alternative { { d \break} e } - -} -} diff --git a/lily/hara-kiri-engraver.cc b/lily/hara-kiri-engraver.cc deleted file mode 100644 index c251871682..0000000000 --- a/lily/hara-kiri-engraver.cc +++ /dev/null @@ -1,31 +0,0 @@ -/* - hara-kiri-engraver.cc -- implement Hara_kiri_engraver - - source file of the GNU LilyPond music typesetter - - (c) 1999--2000 Han-Wen Nienhuys - - */ -#include "hara-kiri-group-spanner.hh" -#include "hara-kiri-engraver.hh" -#include "rhythmic-head.hh" -#include "spanner.hh" - -Spanner* -Hara_kiri_engraver::get_spanner_p () const -{ - Spanner * sp = new Spanner (get_property ("basicHaraKiriVerticalGroupspannerProperties")); - Hara_kiri_group_spanner::set_interface (sp); - return sp; -} - -void -Hara_kiri_engraver::acknowledge_element (Score_element_info i) -{ - Axis_group_engraver::acknowledge_element (i); - if (Rhythmic_head::has_interface (i.elem_l_)) - { - Hara_kiri_group_spanner::add_interesting_item (staffline_p_, i.elem_l_); - } -} -ADD_THIS_TRANSLATOR(Hara_kiri_engraver); diff --git a/lily/include/axis-group-engraver.hh b/lily/include/axis-group-engraver.hh deleted file mode 100644 index 23d8793a21..0000000000 --- a/lily/include/axis-group-engraver.hh +++ /dev/null @@ -1,38 +0,0 @@ -/* - axis-group-engraver.hh -- declare Axis_group_engraver - - source file of the GNU LilyPond music typesetter - - (c) 1999--2000 Han-Wen Nienhuys - - */ - -#ifndef AXIS_GROUP_ENGRAVER_HH -#define AXIS_GROUP_ENGRAVER_HH - - -#include "engraver.hh" - -/** - Put stuff in a Spanner with an Axis_group_interface. - Use as last element of a context. - */ -class Axis_group_engraver : public Engraver -{ -protected: - Spanner *staffline_p_; - Link_array elts_; - - virtual void do_creation_processing(); - virtual void do_removal_processing(); - virtual void acknowledge_element (Score_element_info); - virtual void process_acknowledged (); - virtual Spanner* get_spanner_p () const; -public: - VIRTUAL_COPY_CONS(Translator); - - Axis_group_engraver (); -}; - -#endif /* AXIS_GROUP_ENGRAVER_HH */ - diff --git a/lily/include/font-size-engraver.hh b/lily/include/font-size-engraver.hh deleted file mode 100644 index 5ebc44dd7b..0000000000 --- a/lily/include/font-size-engraver.hh +++ /dev/null @@ -1,34 +0,0 @@ -/* - font-size-engraver.hh -- declare Font_size_engraver - - source file of the GNU LilyPond music typesetter - - (c) 1998--2000 Han-Wen Nienhuys - - */ - -#ifndef FONT_SIZE_GRAV_HH -#define FONT_SIZE_GRAV_HH - -#include "engraver.hh" -#include "protected-scm.hh" -/** - Set font size on elements that do not have a fontsize set yet. - - Reads context property fontSize. - - Writes element property fontsize - */ -class Font_size_engraver : public Engraver { - Protected_scm size_; -protected: - virtual void acknowledge_element (Score_element_info); - virtual void do_process_music (); -public: - Font_size_engraver (); - - VIRTUAL_COPY_CONS (Translator); -}; - -#endif /* FONT_SIZE_GRAV_HH */ - diff --git a/lily/include/request-chord.hh b/lily/include/request-chord.hh deleted file mode 100644 index c558419bc2..0000000000 --- a/lily/include/request-chord.hh +++ /dev/null @@ -1,15 +0,0 @@ -/* - request-chord.hh -- declare Request_chord - - source file of the GNU LilyPond music typesetter - - (c) 1998--2000 Han-Wen Nienhuys - - */ - -#ifndef REQUEST_CHORD_HH -#define REQUEST_CHORD_HH - - -#endif /* REQUEST_CHORD_HH */ -