]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rest.hh
2003 -> 2004
[lilypond.git] / lily / include / rest.hh
index f403690dc7a95949d339a71902d46303ac700a0a..602aabcae6c9084f55d63565dcb9110a0791786b 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 bool has_interface (Score_element*);
-  static SCM brew_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
+  static bool has_interface (Grob*);
+  static String glyph_name (Grob*, int, String); 
+  static SCM brew_internal_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK (extent_callback, (SCM,SCM));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
 };
 #endif // REST_HH