]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
* lily/context-specced-music-iterator.cc (class
[lilypond.git] / lily / include / line-spanner.hh
index 267a6fda66362280cb7cee1710a248418c1fb556..e36481fca5632ee710eba5609ef2a39419eb15f3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -16,7 +16,9 @@ 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 thick, Real dx, Real dy);
+  static bool has_interface (Grob*);
 
 private:
   static Offset get_broken_offset (Grob *me, Direction dir);