X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-align-engraver.cc;h=f5aa652a4a7ac5d174bd5a9b267c4cecd78e4f10;hb=refs%2Fheads%2Fbugs%2F567849;hp=a7031fbb018cb1592cbc3d8d4c9a903cb0f0671b;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/piano-pedal-align-engraver.cc b/lily/piano-pedal-align-engraver.cc index a7031fbb01..f5aa652a4a 100644 --- a/lily/piano-pedal-align-engraver.cc +++ b/lily/piano-pedal-align-engraver.cc @@ -1,10 +1,21 @@ -/* - piano-pedal-align-engraver.cc -- implement Piano_pedal_align_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 . */ @@ -251,7 +262,6 @@ ADD_END_ACKNOWLEDGER (Piano_pedal_align_engraver, piano_pedal_bracket); ADD_TRANSLATOR (Piano_pedal_align_engraver, - /* doc */ "Align piano pedal symbols and brackets.", @@ -263,4 +273,6 @@ ADD_TRANSLATOR (Piano_pedal_align_engraver, /* read */ "currentCommandColumn ", - /* write */ ""); + /* write */ + "" + );