2 rest.hh -- declare Rest
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "lily-guile.hh"
18 DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
19 static bool has_interface (Grob*);
20 static String glyph_name (Grob*, int, String);
21 static SCM brew_internal_molecule (SCM);
22 DECLARE_SCHEME_CALLBACK (extent_callback, (SCM,SCM));
23 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));