* The grand 2005-2006 replace.
[lilypond/patrick.git] / lily / include / percent-repeat-item.hh
blob58d8d0ee64ec14762dc5cdfaf64b03ce3462dd8a
1 /*
2 percent-repeat-item.hh -- declare Percent_repeat_item_interface
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef PERCENT_REPEAT_ITEM_HH
10 #define PERCENT_REPEAT_ITEM_HH
12 #include "grob.hh"
14 class Percent_repeat_item_interface
16 public:
17 static bool has_interface (Grob *);
18 DECLARE_SCHEME_CALLBACK (beat_slash, (SCM));
19 DECLARE_SCHEME_CALLBACK (double_percent, (SCM));
20 static Stencil x_percent (Grob *, int, Real, Real);
21 static Stencil brew_slash (Grob *);
24 #endif /* PERCENT_REPEAT_ITEM_HH */