X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrace-spacing-engraver.cc;h=3778f055373703530afb9cc988e4f9a84b13a476;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=689f76212f28e1e3b3c612e019352f9c760c3e11;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/grace-spacing-engraver.cc b/lily/grace-spacing-engraver.cc index 689f76212f..3778f05537 100644 --- a/lily/grace-spacing-engraver.cc +++ b/lily/grace-spacing-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Han-Wen + (c) 2006--2008 Han-Wen */ @@ -70,7 +70,8 @@ Grace_spacing_engraver::stop_translation_timestep () ADD_TRANSLATOR (Grace_spacing_engraver, - "Bookkeeping of shortest starting and playing notes in grace note runs.", + "Bookkeeping of shortest starting and playing notes in grace" + " note runs.", /* create */ "GraceSpacing ", @@ -78,4 +79,6 @@ ADD_TRANSLATOR (Grace_spacing_engraver, /* read */ "currentMusicalColumn ", - /* write */ ""); + /* write */ + "" + );