]> 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 3b9ac9545d50ffe9a9605f4695bf89f130bb7062..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,22 +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);
-};
-
-#endif /* LINE_SPANNER_HH */