]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.65
authorfred <fred>
Tue, 26 Mar 2002 23:58:41 +0000 (23:58 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:58:41 +0000 (23:58 +0000)
lily/direction.cc [deleted file]
lily/include/extender-spanner.hh [deleted file]
lily/include/hara-kiri-vertical-group-spanner.hh [deleted file]
lily/include/key-engraver.hh [deleted file]

diff --git a/lily/direction.cc b/lily/direction.cc
deleted file mode 100644 (file)
index aeddc31..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*   
-  direction.cc --  implement Direction
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#include "direction.hh"
-
-String
-direction_str (Direction d, Axis a)
-{
-  String s("center");
-  if (a == Y_AXIS)
-    {
-       s =( d == UP ? "up" : "down");
-    }
-  else if (a == X_AXIS)
-    {
-      s = (d == LEFT ? "left" : "right" );
-    }
-  return s;
-}
diff --git a/lily/include/extender-spanner.hh b/lily/include/extender-spanner.hh
deleted file mode 100644 (file)
index 65296f8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-#error
diff --git a/lily/include/hara-kiri-vertical-group-spanner.hh b/lily/include/hara-kiri-vertical-group-spanner.hh
deleted file mode 100644 (file)
index 65296f8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-
-#error
diff --git a/lily/include/key-engraver.hh b/lily/include/key-engraver.hh
deleted file mode 100644 (file)
index 0b1be33..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
-  key-engraver.hh -- declare Key_engraver
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef KEYGRAV_HH
-#define KEYGRAV_HH
-#error
-#endif // KEYGRAV_HH