From 382cf085894a86750687f3cb293d9cf73e7f51fb Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:30:29 +0000 Subject: [PATCH] lilypond-1.3.34 --- flower/include/timer.hh | 1 - lily/atom.cc | 1 - lily/include/directional-spanner.hh | 2 -- lily/include/leastsquares.hh | 2 -- lily/include/note-head-side.hh | 2 -- lily/include/staff-margin-engraver.hh | 27 --------------------------- 6 files changed, 35 deletions(-) delete mode 100644 flower/include/timer.hh delete mode 100644 lily/atom.cc delete mode 100644 lily/include/directional-spanner.hh delete mode 100644 lily/include/leastsquares.hh delete mode 100644 lily/include/note-head-side.hh delete mode 100644 lily/include/staff-margin-engraver.hh diff --git a/flower/include/timer.hh b/flower/include/timer.hh deleted file mode 100644 index 8b13789179..0000000000 --- a/flower/include/timer.hh +++ /dev/null @@ -1 +0,0 @@ - diff --git a/lily/atom.cc b/lily/atom.cc deleted file mode 100644 index 8b13789179..0000000000 --- a/lily/atom.cc +++ /dev/null @@ -1 +0,0 @@ - diff --git a/lily/include/directional-spanner.hh b/lily/include/directional-spanner.hh deleted file mode 100644 index 65296f8106..0000000000 --- a/lily/include/directional-spanner.hh +++ /dev/null @@ -1,2 +0,0 @@ - -#error diff --git a/lily/include/leastsquares.hh b/lily/include/leastsquares.hh deleted file mode 100644 index 65296f8106..0000000000 --- a/lily/include/leastsquares.hh +++ /dev/null @@ -1,2 +0,0 @@ - -#error diff --git a/lily/include/note-head-side.hh b/lily/include/note-head-side.hh deleted file mode 100644 index 65296f8106..0000000000 --- a/lily/include/note-head-side.hh +++ /dev/null @@ -1,2 +0,0 @@ - -#error diff --git a/lily/include/staff-margin-engraver.hh b/lily/include/staff-margin-engraver.hh deleted file mode 100644 index 3841da0deb..0000000000 --- a/lily/include/staff-margin-engraver.hh +++ /dev/null @@ -1,27 +0,0 @@ -/* - staff-margin-engraver.hh -- declare Staff_margin_engraver - - source file of the GNU LilyPond music typesetter - - (c) 1998--2000 Jan Nieuwenhuizen -*/ - - -#ifndef STAFF_MARGIN_ENGRAVER_HH -#define STAFF_MARGIN_ENGRAVER_HH - -#include "bar-script-engraver.hh" - -/** - put (instrument) text to left of line - */ -class Staff_margin_engraver : public Bar_script_engraver -{ -public: - VIRTUAL_COPY_CONS(Translator); - Staff_margin_engraver (); -protected: - void acknowledge_element (Score_element_info); -}; - -#endif // STAFF_MARGIN_ENGRAVER_HH -- 2.39.5