X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsource-file.hh;h=62426aa9993e93dd2349227805d22f59337fec63;hb=4065bcebbff7bde77a2e821db2c0c76a25c187c6;hp=21060e370497c220184dc19b7b85082ed4d06065;hpb=646dc885be3ecf5473a5a0a0fe03f71428a43056;p=lilypond.git diff --git a/lily/include/source-file.hh b/lily/include/source-file.hh index 21060e3704..62426aa999 100644 --- a/lily/include/source-file.hh +++ b/lily/include/source-file.hh @@ -1,15 +1,25 @@ /* - source-file.hh -- declare Source_file + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2010 Jan Nieuwenhuizen - (c) 1999--2006 Jan Nieuwenhuizen + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef SOURCE_FILE_HH #define SOURCE_FILE_HH -#include "flower-proto.hh" #include "std-vector.hh" #include "lily-proto.hh" #include "smobs.hh" @@ -36,7 +46,7 @@ class Source_file void init_port (); void init (); - DECLARE_SMOBS(Source_file, bla); + DECLARE_SMOBS (Source_file); public: Source_file (string fn); Source_file (string, string); @@ -54,7 +64,7 @@ public: public: Slice line_slice (char const *pos_str0) const; string line_string (char const *pos_str0) const; - void get_counts (char const *pos_str0, int *, int *, int *) const; + void get_counts (char const *pos_str0, int *, int *, int *, int *) const; SCM get_port () const; string name_;