X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftext-engraver.cc;h=8c2c3924668620a78bd7f63d444daeadf61dc1e2;hb=baac78132b2dc92516934b3c9e35dbfa575dec84;hp=14f519ec85434ad69c8a8234ba7645846ea37cb1;hpb=5a9b380cf51c1898688fdcad673ddf76bea79b33;p=lilypond.git diff --git a/lily/text-engraver.cc b/lily/text-engraver.cc index 14f519ec85..8c2c392466 100644 --- a/lily/text-engraver.cc +++ b/lily/text-engraver.cc @@ -1,9 +1,20 @@ /* - text-engraver.cc -- implement Text_engraver + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1998--2009 Han-Wen Nienhuys - (c) 1998--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 . */ #include "directional-element-interface.hh" @@ -83,7 +94,15 @@ Text_engraver::Text_engraver () } ADD_TRANSLATOR (Text_engraver, - /* doc */ "Create text-scripts", - /* create */ "TextScript", - /* read */ "", - /* write */ ""); + /* doc */ + "Create text scripts.", + + /* create */ + "TextScript ", + + /* read */ + "", + + /* write */ + "" + );