]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-spanner.hh
* scm/output-lib.scm (shift-right-at-line-begin): new function:
[lilypond.git] / lily / include / text-spanner.hh
index 34f4432b969ed3dfbf0e86a11a18b575e3eb5b13..8b67cb6387d16fdc0a283867942754e992b326cd 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -16,7 +16,9 @@ class Text_spanner
 {
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  static bool has_interface (Score_element*);
+  static bool has_interface (Grob*);
+private:
+  static void setup_pedal_bracket(Spanner *s);
 };
 
 #endif /* TEXT_SPANNER_HH */