]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
release: 1.3.67
[lilypond.git] / lily / include / rest.hh
index c88e7789733a7ab627a25df8f140bc278cec0f23..dc3706005b86c85bbf6237581e9be047252e92d8 100644 (file)
@@ -3,25 +3,26 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef REST_HH
 #define REST_HH
 
-#include "rhythmic-head.hh"
+#include "lily-guile.hh"
 
-class  Rest : public Rhythmic_head
+/**
+   A pause.
+   
+   Properties
+
+   style -- string specifying glyph style
+ */
+class  Rest
 {
 public:
-  
-  
-  int position_i_;
-  Rest ();
-  void add_dots (Dots*);
-protected:
-  virtual void do_add_processing ();
-  virtual Molecule * do_brew_molecule_p () const;
+  static SCM after_line_breaking (SCM);
+  static SCM brew_molecule (SCM);
 };
 #endif // REST_HH