]> 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 997a75dab637389a69de2dbd41de3a4dd2fd66c5..e36481fca5632ee710eba5609ef2a39419eb15f3 100644 (file)
@@ -16,8 +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 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);