]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/percent-repeat-item.hh
* lily/slur-performer.cc (Slur_performer): add inits
[lilypond.git] / lily / include / percent-repeat-item.hh
index 2db9741ae2870afbc30de0031f056a6f0dc2a307..f810b48677bc0cf8cbb4ea7cd0e92a4a3a4665a9 100644 (file)
@@ -18,8 +18,8 @@ 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 );
-  static Molecule brew_slash (Grob*);
+  static Stencil x_percent (Grob*,int,Real,Real );
+  static Stencil brew_slash (Grob*);
 };
 
 #endif /* PERCENT_REPEAT_ITEM_HH */