From e83a57685cd3258b31e674abd530be73d3b75c45 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:45:14 +0000 Subject: [PATCH] lilypond-1.3.50 --- input/bugs/addlyrmus.fly | 4 ---- input/bugs/b.fly | 4 ---- input/bugs/grace-grace.fly | 2 -- input/bugs/grace.sly | 1 - input/bugs/repbar.ly | 37 ------------------------------ lily/include/collision-engraver.hh | 28 ---------------------- 6 files changed, 76 deletions(-) delete mode 100644 input/bugs/addlyrmus.fly delete mode 100644 input/bugs/b.fly delete mode 100644 input/bugs/grace-grace.fly delete mode 100644 input/bugs/grace.sly delete mode 100644 input/bugs/repbar.ly delete mode 100644 lily/include/collision-engraver.hh diff --git a/input/bugs/addlyrmus.fly b/input/bugs/addlyrmus.fly deleted file mode 100644 index 32b095b864..0000000000 --- a/input/bugs/addlyrmus.fly +++ /dev/null @@ -1,4 +0,0 @@ - -\context Voice \addlyrics - { s8 s16 s32 s64 } - { [c16 c c c] } diff --git a/input/bugs/b.fly b/input/bugs/b.fly deleted file mode 100644 index 0b3c3a38d8..0000000000 --- a/input/bugs/b.fly +++ /dev/null @@ -1,4 +0,0 @@ - -\time 3/2; < a1. - { s1 \> s4 \! s4\ppp} > - diff --git a/input/bugs/grace-grace.fly b/input/bugs/grace-grace.fly deleted file mode 100644 index 8b43d9da49..0000000000 --- a/input/bugs/grace-grace.fly +++ /dev/null @@ -1,2 +0,0 @@ -% core -\grace a8 \grace b8 c4 diff --git a/input/bugs/grace.sly b/input/bugs/grace.sly deleted file mode 100644 index a488e30572..0000000000 --- a/input/bugs/grace.sly +++ /dev/null @@ -1 +0,0 @@ -c'' \grace c8 c c \grace c8 c diff --git a/input/bugs/repbar.ly b/input/bugs/repbar.ly deleted file mode 100644 index f51ae90b81..0000000000 --- a/input/bugs/repbar.ly +++ /dev/null @@ -1,37 +0,0 @@ -foo = \notes { \context Voice { \relative c'' { -\repeat volta 3 { e c d e } \break -\repeat volta 3 { e c d e } -} -} -} -\score { -\context PianoStaff < -\context Staff = one \foo -\context Staff = two \foo -> -\midi{} -\paper{} -} -foo = \notes { \context Voice { \relative c'' { -\repeat volta 3 { e c d e } \break -\repeat volta 3 { e c d e } -} -} -} -\score { -\context PianoStaff < -\context Staff = one \foo -\context Staff = two \foo -> - \paper { linewidth = 17.0\cm; - \translator { - \OrchestralScoreContext - minVerticalAlign = 2.5*\staffheight; - } - \translator { - \StaffContext - \consists Instrument_name_engraver; - } - } -\midi{} -} diff --git a/lily/include/collision-engraver.hh b/lily/include/collision-engraver.hh deleted file mode 100644 index ec46aead22..0000000000 --- a/lily/include/collision-engraver.hh +++ /dev/null @@ -1,28 +0,0 @@ -/* - collision-engraver.hh -- declare Collision_engraver - - source file of the GNU LilyPond music typesetter - - (c) 1997--2000 Han-Wen Nienhuys -*/ - - -#ifndef COLLISION_GRAV_HH -#define COLLISION_GRAV_HH - -#include "engraver.hh" - -class Collision_engraver : public Engraver { - Collision* col_p_; - Link_array note_column_l_arr_; - -protected: - virtual void acknowledge_element (Score_element_info); - virtual void process_acknowledged (); - virtual void do_pre_move_processing(); -public: - VIRTUAL_COPY_CONS(Translator); - Collision_engraver(); - -}; -#endif // COLLISION_GRAV_HH -- 2.39.5