]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-spanner.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / text-spanner.hh
index d355f68b98cc4a16fb801e26290b67cb51d5821c..86f87e264ba04f5e0479da6bf9ecf0ee688c8b14 100644 (file)
@@ -3,22 +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*);
-private:
-  static void setup_pedal_bracket(Spanner *s);
+  static bool has_interface (Grob *);
 };
 
 #endif /* TEXT_SPANNER_HH */