2 percent-repeat-item.hh -- declare Percent_repeat_item_interface
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef PERCENT_REPEAT_ITEM_HH
11 #define PERCENT_REPEAT_ITEM_HH
15 class Percent_repeat_item_interface
18 static bool has_interface (Grob*);
19 DECLARE_SCHEME_CALLBACK (beat_slash, (SCM ));
20 DECLARE_SCHEME_CALLBACK (double_percent, (SCM ));
21 static Stencil x_percent (Grob*, int, Real, Real );
22 static Stencil brew_slash (Grob*);
25 #endif /* PERCENT_REPEAT_ITEM_HH */