X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fballoon-engraver.cc;h=95e807339fe6de4a80a13b709c11a3b78bdc297c;hb=eaa41b4e4dc1d3b893c5a75711f26db6a7f5fa18;hp=b1497ef4038341109283bcd980ea8e4ab82f477e;hpb=3f8485925e8c879fe4c9ae86acef9804126c3b91;p=lilypond.git diff --git a/lily/balloon-engraver.cc b/lily/balloon-engraver.cc index b1497ef403..95e807339f 100644 --- a/lily/balloon-engraver.cc +++ b/lily/balloon-engraver.cc @@ -1,10 +1,20 @@ -/* - balloon-engraver.cc -- implement Balloon_engraver - - source file of the GNU LilyPond music typesetter - - (c) 2006--2007 Han-Wen Nienhuys - +/* + This file is part of LilyPond, the GNU music typesetter. + + Copyright (C) 2006--2011 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 "engraver.hh" @@ -80,8 +90,15 @@ Balloon_engraver::acknowledge_grob (Grob_info info) ADD_ACKNOWLEDGER (Balloon_engraver, grob); ADD_TRANSLATOR (Balloon_engraver, - "Create balloon texts", + /* doc */ + "Create balloon texts.", + + /* create */ "BalloonTextItem ", - /*read*/ "", - /*write*/ "" + + /*read*/ + "", + + /*write*/ + "" );