X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fttf.cc;h=f7cd6f4d7a9856e05cd7cf07a614207b30ee134f;hb=f160abeda31af3d444ec606fb7305852547bb62b;hp=41363880c92ee269551a53e0d6b544395d45e19d;hpb=3bafaae8bf353619d2f97036e874f1c9cb787adf;p=lilypond.git diff --git a/lily/ttf.cc b/lily/ttf.cc index 41363880c9..f7cd6f4d7a 100644 --- a/lily/ttf.cc +++ b/lily/ttf.cc @@ -1,9 +1,20 @@ /* - ttf.cc -- implement ttf -> pfa routine. + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2009 Han-Wen Nienhuys - (c) 2005--2008 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 . */ #include @@ -504,7 +515,7 @@ LY_DEFINE (ly_ttf_ps_name, "ly:ttf-ps-name", string file_name = ly_scm2string (ttf_file_name); if (be_verbose_global) - progress_indication ("[" + file_name); + progress_indication ("\n[" + file_name); FT_Face face; @@ -556,7 +567,7 @@ LY_DEFINE (ly_ttf_2_pfa, "ly:ttf->pfa", string file_name = ly_scm2string (ttf_file_name); if (be_verbose_global) - progress_indication ("[" + file_name); + progress_indication ("\n[" + file_name); Memory_out_stream stream;