]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
* lily/mensural-ligature-engraver.cc:
[lilypond.git] / lily / include / line-spanner.hh
index 55db2e711ad02c38af083220ea73c53c2d928c55..3ae31c1a1b04285001324c85067f161733c66f33 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 
 #include "lily-guile.hh"
 
+class Grob;
+class Stencil;
+
 class Line_spanner
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  static SCM line_atom (Grob* me, Real dx, Real dy);
-  static Molecule line_molecule (Grob* me, Real dx, Real dy);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  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);