X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fligature-bracket-engraver.cc;h=4c3cd4b9b67ceb9e745614491557ef99676168b4;hb=d770aef543262c29157842e46ac775bced34aa90;hp=9a4374f2caf198a769fe55c93dfd5b51cd90b20a;hpb=caff9e8768f78cf6d183f8dad640e64e62b28fd4;p=lilypond.git diff --git a/lily/ligature-bracket-engraver.cc b/lily/ligature-bracket-engraver.cc index 9a4374f2ca..4c3cd4b9b6 100644 --- a/lily/ligature-bracket-engraver.cc +++ b/lily/ligature-bracket-engraver.cc @@ -1,9 +1,20 @@ /* - ligature-bracket-engraver.cc -- implement Ligature_bracket_engraver + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2002--2010 Juergen Reuter - (c) 2002--2007 Juergen Reuter + 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 "international.hh" @@ -111,7 +122,16 @@ ADD_ACKNOWLEDGER (Ligature_bracket_engraver, rest); ADD_ACKNOWLEDGER (Ligature_bracket_engraver, note_column); ADD_TRANSLATOR (Ligature_bracket_engraver, - /* doc */ "Handles Ligature_events by engraving Ligature brackets.", - /* create */ "LigatureBracket", - /* read */ "", - /* write */ ""); + /* doc */ + "Handle @code{Ligature_events} by engraving @code{Ligature}" + " brackets.", + + /* create */ + "LigatureBracket ", + + /* read */ + "", + + /* write */ + "" + );