summaryrefslogtreecommitdiff
path: root/lily/include/rest.hh
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2000-06-30 12:49:35 +0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2000-06-30 12:49:35 +0200
commit40c8e12b8afa8e9c7e44cf6ea3b724295884091b (patch)
tree2513344ab2673b5d401fc19d805de392809beb12 /lily/include/rest.hh
parentfdfd147f1233eef6ea8b176290221b5a4ec38868 (diff)
release: 1.3.67
=========== * Use callbacks for augmentation dot positioning. * Removed types Note_head and Rest * Cleanup of slur.cc: use common reference points in a sane manner. 1.3
Diffstat (limited to 'lily/include/rest.hh')
-rw-r--r--lily/include/rest.hh11
1 files changed, 3 insertions, 8 deletions
diff --git a/lily/include/rest.hh b/lily/include/rest.hh
index db36065f0c..dc3706005b 100644
--- a/lily/include/rest.hh
+++ b/lily/include/rest.hh
@@ -10,7 +10,7 @@
#ifndef REST_HH
#define REST_HH
-#include "rhythmic-head.hh"
+#include "lily-guile.hh"
/**
A pause.
@@ -19,15 +19,10 @@
style -- string specifying glyph style
*/
-class Rest : public Rhythmic_head
+class Rest
{
public:
- SCM member_after_line_breaking ();
static SCM after_line_breaking (SCM);
- SCM member_brew_molecule () const;
-
- static SCM brew_molecule (SCM);
-
-Rest (SCM s);
+ static SCM brew_molecule (SCM);
};
#endif // REST_HH