From fb1a5fed973b2da837e20b7a4210c945dc6abc25 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:08:29 +0000 Subject: [PATCH] lilypond-0.1.45 --- debian/info.ex | 15 --------------- debian/menu.ex | 1 - lily/elem-group-item.cc | 19 ------------------- lily/include/elem-group-item.hh | 33 --------------------------------- 4 files changed, 68 deletions(-) delete mode 100644 debian/info.ex delete mode 100644 debian/menu.ex delete mode 100644 lily/elem-group-item.cc delete mode 100644 lily/include/elem-group-item.hh diff --git a/debian/info.ex b/debian/info.ex deleted file mode 100644 index 5a311f02bc..0000000000 --- a/debian/info.ex +++ /dev/null @@ -1,15 +0,0 @@ -# This is a configuration files for installing a .info menu -# The Description to be placed into the directory -DESCR="Description" - -# The section this info file should be placed in (Regexp) followed by -# the new section name to be created if the Regexp does not match -# (Optional. If not given the .info will be appended to the directory) -#SECTION_MATCH="Regexp" -#SECTION_NAME="New Section Name" - -# The file referred to from the Info directory -FILE=lilypond.info - -# Optional. The files to be copied to /usr/info -#FILES=*.info diff --git a/debian/menu.ex b/debian/menu.ex deleted file mode 100644 index 179992fae0..0000000000 --- a/debian/menu.ex +++ /dev/null @@ -1 +0,0 @@ -text Apps/Misc lilypond none "lilypond Description" /usr/bin/lilypond diff --git a/lily/elem-group-item.cc b/lily/elem-group-item.cc deleted file mode 100644 index 9209796cae..0000000000 --- a/lily/elem-group-item.cc +++ /dev/null @@ -1,19 +0,0 @@ -/* - elem-group-item.cc -- implement Horizontal_vertical_group_item - - source file of the GNU LilyPond music typesetter - - (c) 1997 Han-Wen Nienhuys -*/ - - -#include "elem-group-item.hh" -#include "p-col.hh" - -void -Horizontal_vertical_group_item::do_print() const -{ - Horizontal_vertical_group_element::do_print(); -} - -IMPLEMENT_IS_TYPE_B2(Horizontal_vertical_group_item,Horizontal_vertical_group_element,Item); diff --git a/lily/include/elem-group-item.hh b/lily/include/elem-group-item.hh deleted file mode 100644 index ab79afea9c..0000000000 --- a/lily/include/elem-group-item.hh +++ /dev/null @@ -1,33 +0,0 @@ -/* - elem-group-item.hh -- declare Horizontal_vertical_group_item - - source file of the GNU LilyPond music typesetter - - (c) 1997 Han-Wen Nienhuys -*/ - - -#ifndef ELEM_GROUP_ITEM_HH -#define ELEM_GROUP_ITEM_HH - -#include "axis-group-item.hh" -#include "elem-group.hh" - - -/** - Treat a collection of items as a unity - */ -class Horizontal_vertical_group_item : public Axis_group_item, public Horizontal_vertical_group_element { -protected: - virtual void do_print() const; - virtual void remove_all() { Horizontal_vertical_group_element::remove_all (); } - virtual void do_unlink () { Horizontal_vertical_group_element::do_unlink (); } - SCORE_ELEM_CLONE(Horizontal_vertical_group_item); -public: - virtual void add_element (Graphical_element*e) { Horizontal_vertical_group_element::add_element (e); } - virtual void remove_element (Graphical_element*e) { Horizontal_vertical_group_element::remove_element (e); } - - DECLARE_MY_RUNTIME_TYPEINFO; -}; - -#endif // ELEM_GROUP_ITEM_HH -- 2.39.5