X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-align-engraver.cc;h=2f1db23648b77d4ecb156859a3c72f42e6640d07;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a7031fbb018cb1592cbc3d8d4c9a903cb0f0671b;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/piano-pedal-align-engraver.cc b/lily/piano-pedal-align-engraver.cc index a7031fbb01..2f1db23648 100644 --- a/lily/piano-pedal-align-engraver.cc +++ b/lily/piano-pedal-align-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Han-Wen Nienhuys + (c) 2006--2008 Han-Wen Nienhuys */ @@ -251,7 +251,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 +262,6 @@ ADD_TRANSLATOR (Piano_pedal_align_engraver, /* read */ "currentCommandColumn ", - /* write */ ""); + /* write */ + "" + );