From: fred Date: Tue, 26 Mar 2002 23:58:41 +0000 (+0000) Subject: lilypond-1.3.65 X-Git-Tag: release/1.5.59~1210 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0b39b5730848eabd48691ca49054bb5a1b462b20;p=lilypond.git lilypond-1.3.65 --- diff --git a/lily/direction.cc b/lily/direction.cc deleted file mode 100644 index aeddc311a2..0000000000 --- a/lily/direction.cc +++ /dev/null @@ -1,25 +0,0 @@ -/* - direction.cc -- implement Direction - - source file of the GNU LilyPond music typesetter - - (c) 1998--2000 Han-Wen Nienhuys - - */ - -#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 index 65296f8106..0000000000 --- a/lily/include/extender-spanner.hh +++ /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 index 65296f8106..0000000000 --- a/lily/include/hara-kiri-vertical-group-spanner.hh +++ /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 index 0b1be334fe..0000000000 --- a/lily/include/key-engraver.hh +++ /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 -*/ - - -#ifndef KEYGRAV_HH -#define KEYGRAV_HH -#error -#endif // KEYGRAV_HH