]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
*** empty log message ***
[lilypond.git] / lily / include / rest.hh
index dc3706005b86c85bbf6237581e9be047252e92d8..0c8ae0d36b06af572bdfd66dd8975af74b2b106a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 #include "lily-guile.hh"
 
-/**
-   A pause.
-   
-   Properties
-
-   style -- string specifying glyph style
- */
 class  Rest
 {
 public:
-  static SCM after_line_breaking (SCM);
-  static SCM brew_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
+  static bool has_interface (Grob*);
+  static String glyph_name (Grob*, int, String, bool); 
+  static SCM brew_internal_stencil (SCM, bool);
+  DECLARE_SCHEME_CALLBACK (extent_callback, (SCM,SCM));
+  DECLARE_SCHEME_CALLBACK (polyphonic_offset_callback, (SCM,SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
 };
 #endif // REST_HH