]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gregorian-ligature.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / gregorian-ligature.hh
index d59833a1617e77977129b6c269eafd0013c761c5..51891ff6268c816d9ef0157235c2b743daf26513 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2003--2006 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2003--2008 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #ifndef GREGORIAN_LIGATURE_HH
 
 class Grob;
 #include "std-string.hh"
+#include "grob-interface.hh"
+
 
 class Gregorian_ligature
 {
 public:
-  static bool has_interface (Grob *);
-  static std::string prefixes_to_str (Grob *);
+  DECLARE_GROB_INTERFACE();
+  static string prefixes_to_str (Grob *);
 };
 
 /*