]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/percent-repeat-item.hh
(An orchestral part): new
[lilypond.git] / lily / include / percent-repeat-item.hh
index 057144c5d7eafdcfa2c2f34b831534612a8800b4..db9b4fabe79e530adbc87235ba7899fb7cbc4075 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  2001--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -15,6 +15,7 @@
 class Percent_repeat_item_interface
 {
 public:
+  static bool has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK (beat_slash, (SCM ));  
   DECLARE_SCHEME_CALLBACK (double_percent, (SCM ));
   static Molecule x_percent (Grob*,int,Real,Real );