]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
sort commits, and use .git-commits-done file.
[lilypond.git] / lily / include / line-spanner.hh
index 4dda796de4e7464bc6421bf397f0d8e7533dea1a..be124f74e45bad97fdf46822611ca3ab64a6bf18 100644 (file)
@@ -3,22 +3,24 @@
 
   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 LINE_SPANNER_HH
 #define LINE_SPANNER_HH
 
 #include "lily-guile.hh"
 
+class Grob;
+class Stencil;
+
 class Line_spanner
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM));  
-  static Molecule line_molecule (Grob* me, Offset f, Offset t);
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static Stencil line_stencil (Grob *me, Offset f, Offset t);
+  static bool has_interface (Grob *);
 
 private:
   static Offset get_broken_offset (Grob *me, Direction dir);