X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpiano-pedal-align-engraver.cc;h=c82cb7eae135d361571d7e169fa626fbb25094b5;hb=840936be1b28526ef292b5dae8ae031b4fa587f9;hp=a7031fbb018cb1592cbc3d8d4c9a903cb0f0671b;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/piano-pedal-align-engraver.cc b/lily/piano-pedal-align-engraver.cc index a7031fbb01..c82cb7eae1 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--2009 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 */ + "" + );