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