]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/span-arpeggio.hh
patch::: 1.3.119.jcn3
[lilypond.git] / lily / include / span-arpeggio.hh
index bda8c857227054c79cc37b851ce88ea426f8a319..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,24 +0,0 @@
-/*
-  span-arpegio.hh -- declare Span_arpeggio
-  
-  source file of the GNU LilyPond music typesetter
-
-  (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-#ifndef SPAN_ARPEGGIO_HH
-#define SPAN_ARPEGGIO_HH
-
-#include "lily-guile.hh"
-#include "lily-proto.hh"
-#include "interval.hh"
-
-class Span_arpeggio
-{
-public:
-  static SCM brew_molecule (SCM);
-  static bool has_interface (Score_element*);
-};
-
-#endif /* SPAN_ARPEGGIO_HH */
-