]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
2003 -> 2004
[lilypond.git] / lily / include / line-spanner.hh
index 3b9ac9545d50ffe9a9605f4695bf89f130bb7062..9569e02aab4ad4610de6560054b95de4eb647d35 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -16,7 +16,13 @@ class Line_spanner
 {
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  static SCM line_atom (Grob* me, Real dx, Real dy);
+  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM));  
+  static Molecule line_molecule (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 */