]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
release: 1.3.62
[lilypond.git] / lily / include / rest.hh
index 56b13441a6a4a5a7bb829fe85d03d031ba525831..db36065f0ce919bbaca019f445d17540b321f2de 100644 (file)
 
 #include "rhythmic-head.hh"
 
+/**
+   A pause.
+   
+   Properties
+
+   style -- string specifying glyph style
+ */
 class  Rest : public Rhythmic_head
 {
-protected:
-  virtual void do_post_processing ();
-  virtual Molecule do_brew_molecule () const;
+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);
 };
 #endif // REST_HH