]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.50
authorfred <fred>
Tue, 26 Mar 2002 23:45:14 +0000 (23:45 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:45:14 +0000 (23:45 +0000)
input/bugs/addlyrmus.fly [deleted file]
input/bugs/b.fly [deleted file]
input/bugs/grace-grace.fly [deleted file]
input/bugs/grace.sly [deleted file]
input/bugs/repbar.ly [deleted file]
lily/include/collision-engraver.hh [deleted file]

diff --git a/input/bugs/addlyrmus.fly b/input/bugs/addlyrmus.fly
deleted file mode 100644 (file)
index 32b095b..0000000
+++ /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 (file)
index 0b3c3a3..0000000
+++ /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 (file)
index 8b43d9d..0000000
+++ /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 (file)
index a488e30..0000000
+++ /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 (file)
index f51ae90..0000000
+++ /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 (file)
index ec46aea..0000000
+++ /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 <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef COLLISION_GRAV_HH
-#define COLLISION_GRAV_HH
-
-#include "engraver.hh"
-
-class Collision_engraver : public Engraver {
-  Collision* col_p_;
-  Link_array<Note_column> 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