]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-spanner.hh
new-line-spanner-interface -> line-spanner-interface
[lilypond.git] / lily / include / line-spanner.hh
index e125a12c02b104c259a12b79c9d6473e4c6ba40a..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,26 +0,0 @@
-/*
-  line-spanner.hh -- declare Line_spanner
-
-  source file of the GNU LilyPond music typesetter
-
-  (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-
-#ifndef LINE_SPANNER_HH
-#define LINE_SPANNER_HH
-
-#include "lily-guile.hh"
-
-class Line_spanner
-{
-public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  static SCM line_atom (Grob* me, Real dx, Real dy);
-
-private:
-  static Offset get_broken_offset (Grob *me, Direction dir);
-  static Offset broken_trend_offset (Grob *me, Direction dir);
-};
-
-#endif /* LINE_SPANNER_HH */