]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/source-file.hh
* lily/ledger-line-engraver.cc: new file.
[lilypond.git] / lily / include / source-file.hh
index 18363da1d8f91978128d8fcfbf0d6323890297b6..b50ca1ffe18da6aeac7a7501f96e81377e63003c 100644 (file)
@@ -1,3 +1,10 @@
+/*   
+  source-file.hh -- declare Source_file
+  
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+*/
 
 #ifndef SOURCE_FILE_HH
 #define SOURCE_FILE_HH
@@ -29,7 +36,7 @@ public:
   char const* to_str0 () const;
   virtual String error_string (char const* pos_str0 ) const;
   std::istream * get_istream ();
-  bool in_b (char const* pos_str0 ) const;
+  bool contains (char const* pos_str0 ) const;
   int length () const;
   virtual int get_line (char const* pos_str0 ) const;
   String name_string () const;
@@ -71,7 +78,7 @@ private:
   Protected_scm str_port_;
 };
 
-char * gulp_file (String fn, int *len);
+char *gulp_file (String fn, int *len);
 
-#endif // SOURCE_FILE_HH //
+#endif /* SOURCE_FILE_HH */