]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
* lily/text-spanner.cc (brew_molecule): use bracket-flare
[lilypond.git] / lily / include / line-spanner.hh
index a784b02bb22c1dc0dbb3f65079c11da5bdb665d7..a3d32d7c62fbaa86676eeca13812f68ccef8cde9 100644 (file)
@@ -17,7 +17,8 @@ class Line_spanner
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
   DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM));  
-  static Molecule line_molecule (Grob* me, Real thick, Real dx, Real dy);
+  static Molecule line_molecule (Grob* me, Real thick,
+                                Offset f, Offset t);
   static bool has_interface (Grob*);
 
 private: