]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/piano-pedal-align-engraver.cc
apply Julian's patch to fix install-info warnings
[lilypond.git] / lily / piano-pedal-align-engraver.cc
index 6b1fc5b29db1f5e5065f42e45448efd0a06304cd..f5aa652a4a7ac5d174bd5a9b267c4cecd78e4f10 100644 (file)
@@ -1,10 +1,21 @@
-/* 
-  piano-pedal-align-engraver.cc -- implement  Piano_pedal_align_engraver
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 2006 Han-Wen Nienhuys <hanwen@lilypond.org>
+/*
+  This file is part of LilyPond, the GNU music typesetter.
+
+  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
   
+
+  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 <http://www.gnu.org/licenses/>.
 */
 
 
@@ -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 */
+               ""
+               );