]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source.hh
Fix rest-dot-position.ly
[lilypond.git] / lily / include / source.hh
index 82b557b111c6cd7e274e867df111a5504977209e..09c7cfafd0cb2ee13152e399db7d99198272b2fd 100644 (file)
@@ -1,37 +1 @@
-//
-//  source.hh -- part of LilyPond
-//
-//  copyright 1997 Jan Nieuwenhuizen <janneke@gnu.org>
-
-#ifndef SOURCE_HH
-#define SOURCE_HH
-#include "cons.hh"
-#include "flower-proto.hh"
-
-/**
-   a set of sourcefiles.
-
-   TODO: 
- */
-class Sources 
-{
-  Sources (Sources const&) {}
-public:
-  Sources ();
-  ~Sources ();
-
-  Source_file * get_file (String &filename );
-  Source_file* get_sourcefile (char const* str0 );
-  void add (Source_file* sourcefile );
-  void set_path (File_path*p);
-  void set_binary (bool);
-
-  const File_path * path_C_;
-private:
-  Cons<Source_file> *sourcefile_p_list_;
-  bool binary_b_ ;
-};
-
-
-
-#endif // SOURCE_HH //
+#error