X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmain.hh;h=58e7074f08ff5e9c78116920bff6ba2044a97efd;hb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;hp=fb1d94b5934ca8f42df965c2aadd2add6ecb5e95;hpb=91a1a10b63fbc3d853cb3956ec924cd0439e06cb;p=lilypond.git diff --git a/lily/include/main.hh b/lily/include/main.hh index fb1d94b593..58e7074f08 100644 --- a/lily/include/main.hh +++ b/lily/include/main.hh @@ -1,9 +1,20 @@ /* - main.hh -- declare global entry points + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2010 Han-Wen Nienhuys - (c) 1997--2007 Han-Wen Nienhuys + 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 MAIN_HH #define MAIN_HH @@ -33,8 +44,6 @@ extern string output_name_global; extern bool be_safe_global; extern bool be_verbose_global; extern bool do_internal_type_checking_global; -extern bool is_pango_format_global; -extern bool is_TeX_format_global; extern bool point_and_click_global; extern string lilypond_datadir; extern bool use_object_keys;