]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
* lily/include/object-key-undumper.hh (Module): new file.
[lilypond.git] / lily / include / line-spanner.hh
index 42523311e1cec982a5fbc16f592b398214c15ca8..79a08e2c812d8cd1099452baac0cb63ec67d1889 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 class Line_spanner
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  
-  static Molecule line_molecule (Grob* me, Real thick, 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);