]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
release: 1.5.46
[lilypond.git] / lily / include / line-spanner.hh
index 997a75dab637389a69de2dbd41de3a4dd2fd66c5..42523311e1cec982a5fbc16f592b398214c15ca8 100644 (file)
@@ -16,8 +16,8 @@ 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);
 
 private:
   static Offset get_broken_offset (Grob *me, Direction dir);