]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-spanner.hh
Add rotation support
[lilypond.git] / lily / include / text-spanner.hh
index 4ac64319851eba9712248e866af8ff40c15c65b3..86f87e264ba04f5e0479da6bf9ecf0ee688c8b14 100644 (file)
@@ -3,20 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-
 #ifndef TEXT_SPANNER_HH
 #define TEXT_SPANNER_HH
 
 #include "lily-guile.hh"
 
+class Grob;
+
 class Text_spanner
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob*);
+  static bool has_interface (Grob *);
 };
 
 #endif /* TEXT_SPANNER_HH */