]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
* flower/include/axis.hh: rename from axes.hh
[lilypond.git] / lily / include / line-spanner.hh
index 3b9ac9545d50ffe9a9605f4695bf89f130bb7062..6bd7e630d91b556a9af4be20b38d15f17afa25d8 100644 (file)
@@ -3,20 +3,28 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2005 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 (brew_molecule, (SCM));
-  static SCM line_atom (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);
+  static Offset broken_trend_offset (Grob *me, Direction dir);
 };
 
 #endif /* LINE_SPANNER_HH */