]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
(triangle): add s to 0triangle.
[lilypond.git] / lily / include / line-spanner.hh
index a784b02bb22c1dc0dbb3f65079c11da5bdb665d7..2879a35cec14e35d3627bbee8385c93f636d0e10 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 
 #include "lily-guile.hh"
 
+class Grob;
+class Stencil;
+
 class Line_spanner
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM));  
-  static Molecule line_molecule (Grob* me, Real thick, Real dx, Real dy);
+  static Stencil line_stencil (Grob* me, Offset f, Offset t);
   static bool has_interface (Grob*);
 
 private: