summaryrefslogtreecommitdiff
path: root/lily/include/rest.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lily/include/rest.hh')
-rw-r--r--lily/include/rest.hh29
1 files changed, 0 insertions, 29 deletions
diff --git a/lily/include/rest.hh b/lily/include/rest.hh
deleted file mode 100644
index 90e5f518a3..0000000000
--- a/lily/include/rest.hh
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- rest.hh -- part of LilyPond
-
- (c) 1996,97 Han-Wen Nienhuys
-*/
-
-#ifndef REST_HH
-#define REST_HH
-#include "item.hh"
-
-/** typeset a Rest. A "vanilla" item.
- */
-struct Rest : Item {
-
- int dots;
- int balltype;
-
- /// rests can be translated up and down.
- int pos_i_;
- /* *************** */
-
-
- Rest(Duration);
- void do_print()const;
-NAME_MEMBERS(Rest);
- Molecule* brew_molecule_p()const;
-};
-#endif
-